This page summarizes procurement activity for award number N0001920C0009 under agency ID 9700 across the last 10 years. The record shows 82 award actions and total obligations of 30.11 billion.
Award Number
Award Number 9700 / N0001920C0009 Federal Contract Action Summary (Last 10 Years)
Award number N0001920C0009 for agency ID 9700 shows 82 actions over the last 10 years and 30.11 billion in total obligated dollars.
Total obligated value is 30,113,345,947.93 and the average action value is 367,235,926.19.
Overview
The award record for N0001920C0009 provides a procurement summary for agency ID 9700 over the last 10 years. Across 82 actions, the award reflects 30,113,345,947.93 in total obligated funding, with an average action value of 367,235,926.19.
How to use this page
Use this page to review the scale and activity level associated with award number N0001920C0009. The action count, total obligated amount, and average action value help frame the award’s procurement history within the selected analysis window.
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 = 'N0001920C0009'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 30,113,345,947.93 | 30.11 billion | 56 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 26 |
Insight
Obligations for PIID N0001920C0009 over the 10-year window are heavily concentrated under the Department of the Navy, which accounts for $30.11 billion across 56 awards. Defense Contract Management Agency appears in 26 awards but with no obligated dollars, indicating administrative or oversight activity rather than direct funding. Overall, the obligated value is concentrated in a single agency while award activity is split across two 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 = 'N0001920C0009'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| LOCKHEED MARTIN CORPORATION | 81755 | 30,113,345,947.93 | 30.11 billion | 82 |
Insight
LOCKHEED MARTIN CORPORATION is the only vendor listed and accounts for the full reported obligation in this 10-year window. It received 82 awards totaling $30.11 billion, indicating complete vendor concentration for this award record. This pattern suggests sustained reliance on a single contractor 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 = 'N0001920C0009'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 30,113,345,947.93 | 30.11 billion | 82 |
Insight
Obligations for award N0001920C0009 are fully concentrated in NAICS 336411, Aircraft Manufacturing, totaling $30.11 billion across 82 awards/actions in the 10-year window. This indicates a highly focused procurement profile with no diversification across other NAICS categories in the provided data. The volume and value concentration suggest the award is tied to aircraft manufacturing activity as the dominant, sustained obligation driver.
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 = 'N0001920C0009'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 1510 | AIRCRAFT, FIXED WING | 30,113,345,947.93 | 30.11 billion | 82 |
Insight
Obligations for this award are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with $30.11 billion obligated across 82 awards/actions in the 10-year window. This indicates a highly focused procurement profile centered on fixed-wing aircraft rather than a broad mix of product service categories. The volume of awards alongside the dominant dollar value suggests sustained, repeated obligation activity in the same PSC.
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 = 'N0001920C0009'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2019 | 500,160,000.00 | 500.16 million | 2 |
| 2020 | 2,201,947,148.00 | 2.20 billion | 6 |
| 2021 | 2,570,244,564.00 | 2.57 billion | 2 |
| 2022 | 16,911,322,704.97 | 16.91 billion | 10 |
| 2023 | 7,884,389,319.94 | 7.88 billion | 21 |
| 2024 | 15,893,183.02 | 15.89 million | 25 |
| 2025 | 29,389,028.00 | 29.39 million | 16 |
Insight
Obligations for PIID N0001920C0009 were highly concentrated in 2022 and 2023, which together accounted for the majority of the 10-year obligated value in the provided period. The award count increased sharply from 2019 through 2025, peaking at 25 awards in 2024, while obligated dollars fell to 15.89 million in 2024 and 29.39 million in 2025. This indicates a shift from a small number of very large obligations in 2022–2023 to a higher-volume, lower-dollar award pattern in the most recent years.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.