This page summarizes award number N0001920C0047 for agency ID 9700 over the last 5 years. The award totals $2.18 billion in obligated value across 26 actions, with an average action value of $83,998,782.80.
Award Number
Award Number 9700 / N0001920C0047 Federal Contract Action Summary (Last 5 Years)
Federal procurement summary for award number N0001920C0047 under agency ID 9700, based on the last 5 years of obligation and action data.
Totals reflect the provided analysis window and may include rounded readable values alongside the exact obligated amount.
Overview
Award number N0001920C0047 for agency ID 9700 shows $2,183,968,352.75 in total obligated value across 26 award actions during the last 5 years. The average action value is $83,998,782.80, indicating that the award has been managed through a relatively small number of high-value actions.
How to use this page
Use this page to review the award's obligation profile, action count, and average action value within the selected 5-year window. The data can support contract tracking, portfolio review, and basic comparison against other awards in the same agency context.
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 = 'N0001920C0047'
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 | 2,183,968,352.75 | 2.18 billion | 24 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 2 |
Insight
Obligations are highly concentrated in DEPT OF THE NAVY, which accounts for $2.18 billion across 24 awards in the 5-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only marginally, with 2 awards and no obligated value reported. This distribution indicates that award activity under PIID N0001920C0047 is overwhelmingly centered in the Navy, with DCMA limited to non-obligating activity.
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 = 'N0001920C0047'
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 |
|---|---|---|---|---|
| SIKORSKY AIRCRAFT CORPORATION | 78286 | 2,183,968,352.75 | 2.18 billion | 26 |
Insight
Over the 5-year window for award N0001920C0047, obligations are fully concentrated with SIKORSKY AIRCRAFT CORPORATION (CAGE 78286), which accounts for $2.18 billion across 26 awards. This indicates a highly concentrated vendor profile with no other vendors reflected in the provided rows. The distribution suggests this award activity has been consistently directed to a single contractor.
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 = 'N0001920C0047'
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 |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | 2,183,968,352.75 | 2.18 billion | 26 |
Insight
Over the 5-year window, obligations under award N0001920C0047 are fully concentrated in NAICS 336411, Aircraft Manufacturing. This single NAICS accounts for $2.18 billion across 26 awards, indicating a narrow industrial concentration rather than a distributed NAICS mix. The volume and value suggest the award activity is heavily centered on aircraft manufacturing work.
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 = 'N0001920C0047'
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 |
|---|---|---|---|---|
| 1520 | AIRCRAFT, ROTARY WING | 2,183,968,352.75 | 2.18 billion | 26 |
Insight
For award N0001920C0047 over the 5-year window, obligations are fully concentrated in PSC 1520, Aircraft, Rotary Wing, totaling $2.18 billion across 26 awards. This indicates a highly focused procurement profile with no visible diversification across other product service codes in the provided data. The average obligated amount per award is substantial, suggesting repeated high-value acquisitions within the same aircraft category.
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 = 'N0001920C0047'
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 | 908,417,616.46 | 908.42 million | 4 |
| 2022 | 1,250,133,506.54 | 1.25 billion | 9 |
| 2023 | 3,039,388.00 | 3.04 million | 4 |
| 2024 | 22,686,107.00 | 22.69 million | 5 |
| 2025 | -308,265.25 | -308.27 thousand | 4 |
Insight
Obligations for PIID N0001920C0047 are heavily concentrated in 2021 and 2022, which together account for the vast majority of the 5-year obligated value. After peaking at 1.25 billion across 9 awards in 2022, annual obligations dropped sharply to 3.04 million in 2023 and 22.69 million in 2024, indicating a pronounced decline in funding activity. The 2025 figure is negative (-308.27 thousand across 4 awards), suggesting net deobligations or corrections in the current period.
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.