Award Number

Award Number 9700 / N0001917C0010 Federal Contract Action Summary (Last 5 Years)

Award number N0001917C0010 for agency 9700 records $21.97 million in obligated value across 24 actions in the last 5 years.

This page summarizes award number N0001917C0010 for agency 9700 over the last 5 years. The award shows $21,967,469 in total obligated value across 24 actions, with an average action value of $915,311.21.

Generated at 03/20/2026

Analysis period: Last 5 years

Values reflect the provided analysis window and may differ from other reporting periods or summaries.

Agency ID
9700
PIID
N0001917C0010
Type
Award
Total Obligated
21.97 million
21,967,469.00
Actions
24
Average Action Value
915,311.21

Overview

Award number N0001917C0010 is associated with agency 9700 and totals $21,967,469 in obligated value during the last 5 years. The record includes 24 award actions, yielding an average action value of $915,311.21.

How to use this page

Use this page to review the award’s obligated value, action count, and average action size within the specified 5-year window. It is suitable for quick FPDS-style reference and comparison against other award records using the same fields.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0001917C0010'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    agency_id,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
1700 DEPT OF THE NAVY 21,967,469.00 21.97 million 21
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 3

Insight

Obligations for PIID N0001917C0010 are highly concentrated in the Department of the Navy, which accounts for $21.97 million across 21 awards in the 5-year window. DCMA appears as a secondary awarding agency with 3 awards but no obligated dollars reported, indicating award activity without corresponding obligation value in this dataset. Overall, the award history is dominated by Navy-funded obligations, with limited financial distribution across other agencies.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0001917C0010'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
UNITED TECHNOLOGIES CORPORATION 52661 21,967,469.00 21.97 million 24

Insight

Within the 5-year window for award N0001917C0010 at Agency 9700, obligated spending is fully concentrated with a single vendor, UNITED TECHNOLOGIES CORPORATION (CAGE 52661). The vendor received 24 awards totaling $21.97 million, indicating repeated obligation activity to the same supplier rather than a distributed vendor base.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0001917C0010'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 21,967,469.00 21.97 million 24

Insight

Obligations for this award are concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, with $21.97 million obligated across 24 awards/actions in the 5-year window. This indicates a narrow industrial focus within the award’s activity profile, with all provided obligations attributable to a single NAICS code. The distribution suggests the award is tied primarily to aircraft engine and engine parts work rather than a broad mix of manufacturing sectors.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0001917C0010'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
2840 GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS 21,967,469.00 21.97 million 24

Insight

Obligations for award N0001917C0010 are fully concentrated in PSC 2840, Gas Turbines and Jet Engines, Aircraft, Prime Moving; and Components, with $21.97 million across 24 awards in the 5-year window. This indicates a narrow procurement profile centered on a single product/service category rather than a diversified mix of PSCs. The repeated award activity suggests sustained procurement within this PSC over the period.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0001917C0010'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 26,309,559.00 26.31 million 14
2022 6,252,988.00 6.25 million 3
2023 2,183,354.00 2.18 million 2
2024 0.00 0.00 3
2025 -12,778,432.00 -12.78 million 2

Insight

Obligations for PIID N0001917C0010 are heavily concentrated in 2021, when the award recorded 26.31 million across 14 actions, accounting for the dominant share of activity in the 5-year window. Obligations then declined sharply in 2022 to 6.25 million and again in 2023 to 2.18 million, while 2024 shows three actions with no obligated dollars. In 2025, obligations are negative 12.78 million across two actions, indicating downward net funding adjustments rather than new positive obligation growth.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.