This page summarizes federal procurement activity for award number N0001920C0006 within agency ID 9700. Over the last 10 years, the award shows 45 actions and total obligated amounts of $1,857,559,785.70.
Award Number
Award Number 9700 / N0001920C0006 Federal Contract Action Summary (Last 10 Years)
Award number N0001920C0006 for agency 9700 shows 45 actions over the last 10 years with $1.86 billion obligated.
Totals reflect the stated 10-year analysis window and the exact obligated amount may differ slightly from the rounded figure shown elsewhere on the page.
Overview
The award record for N0001920C0006 under agency ID 9700 covers 45 reported actions in the last 10 years. Total obligated funding is $1,857,559,785.70, with an average action value of $41,279,106.35.
How to use this page
Use this page to review the scale and frequency of recorded activity tied to award number N0001920C0006. The action count, total obligated amount, and average action value provide a basic summary for procurement analysis and comparison.
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 = 'N0001920C0006'
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 | 1,857,559,785.70 | 1.86 billion | 44 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 1 |
Insight
Obligations for PIID N0001920C0006 are overwhelmingly concentrated in the Department of the Navy, which accounts for 1.86 billion across 44 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only once and with no obligated value, indicating negligible funding distribution outside the Navy. This pattern suggests the award’s activity is essentially centralized within a single agency.
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 = 'N0001920C0006'
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 | 1,857,559,785.70 | 1.86 billion | 45 |
Insight
LOCKHEED MARTIN CORPORATION is the sole top vendor returned for PIID N0001920C0006 over the 10-year window, indicating complete vendor concentration in the provided result set. The vendor accounts for $1.86 billion across 45 awards, suggesting repeated obligation activity to a single contractor rather than a distributed vendor base. This level of concentration may indicate sustained reliance on a single incumbent for this award record.
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 = 'N0001920C0006'
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 | 1,857,559,785.70 | 1.86 billion | 45 |
Insight
Obligations for this award are fully concentrated in NAICS 336411, Aircraft Manufacturing, with $1.86 billion obligated across 45 actions over the 10-year window. This indicates a highly focused procurement profile centered on aircraft manufacturing rather than a diversified industrial base. The award count suggests repeated activity within the same NAICS, but no additional NAICS categories are present to indicate distribution across other 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 = 'N0001920C0006'
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 | 1,857,559,785.70 | 1.86 billion | 45 |
Insight
Obligations under PIID N0001920C0006 are concentrated entirely in PSC 1510, Aircraft, Fixed Wing, with $1.86 billion obligated across 45 awards over the 10-year window. This indicates a highly focused procurement profile with no evidence of PSC diversification in the provided data. The volume of awards suggests repeated procurement activity within the same product category rather than broader spending across multiple PSCs.
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 = 'N0001920C0006'
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 | 436,729,648.00 | 436.73 million | 1 |
| 2020 | 1,432,180,122.25 | 1.43 billion | 30 |
| 2021 | -3,636,865.00 | -3.64 million | 6 |
| 2022 | 326,257.00 | 326.26 thousand | 1 |
| 2023 | -5,578,379.00 | -5.58 million | 2 |
| 2024 | -2,460,997.55 | -2.46 million | 3 |
| 2025 | 0.00 | 0.00 | 2 |
Insight
Obligations for PIID N0001920C0006 are highly concentrated in 2019 and 2020, which together account for the vast majority of recorded value in the 10-year window, including a peak of 1.43 billion in 2020 across 30 awards. After 2020, annual obligations drop sharply and remain low or negative, ranging from -5.58 million in 2023 to 326.26 thousand in 2022, indicating limited subsequent funding activity and the presence of deobligations or downward adjustments. Award counts also decline materially after 2020, with only 1 to 6 awards annually from 2021 through 2025.
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.