This award record summarizes obligation activity for PIID N0001923C0003 across the last 10 years. The award totals $24,499,534,829 in obligated value across 17 actions, for an average action value of $1,441,149,107.59.
Award Number
Award Number 9700 / N0001923C0003 Federal Contract Action Summary (Last 10 Years)
Procurement analysis for award number N0001923C0003 under agency ID 9700 over the last 10 years, showing 17 actions and $24.50 billion obligated.
Dollar figures are shown as provided, with a readable total of $24.50 billion and an exact total of $24,499,534,829.
Overview
This page covers award number N0001923C0003 for agency ID 9700 during the last 10 years. The record shows 17 award actions and total obligated funding of $24,499,534,829. The average obligated value per action is $1,441,149,107.59.
How to use this page
Use this page to review the award-level obligation history for N0001923C0003 and compare activity across the analysis window. The figures support basic contract scrutiny, including total obligated value, action count, and average action size.
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 = 'N0001923C0003'
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 | 24,499,534,829.00 | 24.50 billion | 17 |
Insight
Over the 10-year window for award PIID N0001923C0003, all reported obligation is concentrated within a single top agency, the DEPT OF THE NAVY (agency ID 1700). This agency accounts for $24.50 billion across 17 awards, indicating a highly concentrated obligation pattern with no other agencies listed in the provided rows.
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 = 'N0001923C0003'
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 | 24,499,534,829.00 | 24.50 billion | 17 |
Insight
Obligations for PIID N0001923C0003 over the 10-year window are fully concentrated with a single vendor, LOCKHEED MARTIN CORPORATION (CAGE 81755). This vendor accounts for $24.50 billion across 17 awards, indicating a highly concentrated award distribution with no diversification among top vendors in the provided data.
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 = 'N0001923C0003'
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 | 24,499,534,829.00 | 24.50 billion | 17 |
Insight
Award activity under PIID N0001923C0003 is fully concentrated in NAICS 336411, Aircraft Manufacturing, over the 10-year window. All reported obligations, totaling $24.50 billion across 17 awards, are associated with this single NAICS, indicating a highly concentrated procurement profile with no diversification across other industry codes in the provided data.
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 = 'N0001923C0003'
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 | 24,499,534,829.00 | 24.50 billion | 17 |
Insight
Obligations for PIID N0001923C0003 are concentrated in PSC 1510, Aircraft, Fixed Wing, with $24.50 billion obligated across 17 awards over the 10-year window. This indicates a strong concentration of spending in a single product service code rather than a broad distribution across multiple PSCs. The award profile suggests the procurement is primarily focused on fixed-wing aircraft acquisitions or related contractual activity.
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 = 'N0001923C0003'
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 |
|---|---|---|---|
| 2022 | 1,051,400,000.00 | 1.05 billion | 1 |
| 2023 | 1,611,222,370.00 | 1.61 billion | 5 |
| 2024 | 7,660,236,046.00 | 7.66 billion | 6 |
| 2025 | 14,176,676,413.00 | 14.18 billion | 5 |
Insight
Obligations under PIID N0001923C0003 increased sharply over the reported period, rising from $1.05 billion in 2022 to $14.18 billion in 2025. Activity was highly concentrated in the later years, with 2024 and 2025 accounting for most of the obligated dollars across 6 and 5 awards, respectively. The pattern indicates a significant upward shift in funding volume rather than a broad, even distribution across the 10-year window.
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.