This page summarizes award-level activity for PIID 80MSFC20C0052 across a 10-year analysis window. The award shows 129 actions and total obligated funding of $2.24 billion.
Award Number
Award Number 8000 / 80MSFC20C0052 Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis for award number 80MSFC20C0052 under agency ID 8000 over the last 10 years.
Total obligated amount is shown as $2,235,325,797, with an average action value of $17,328,106.95.
Overview
The award record for PIID 80MSFC20C0052 covers 129 recorded actions within the last 10 years. Total obligated funding is $2,235,325,797, which produces an average action value of $17,328,106.95. The page is structured to support review of award activity, funding magnitude, and action frequency.
How to use this page
Use this page to review the award by identifier and compare its obligated funding and action count against other federal awards. The figures here support basic procurement analysis, including activity volume and average value per action, without adding interpretation beyond the provided data.
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 = '8000' AND content__award__awardID__awardContractID__PIID = '80MSFC20C0052'
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 |
|---|---|---|---|---|
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 2,235,325,797.00 | 2.24 billion | 129 |
Insight
Obligations for PIID 80MSFC20C0052 are fully concentrated within the National Aeronautics and Space Administration (agency ID 8000), which accounts for the entire reported 10-year total of $2.24 billion across 129 awards. This indicates a single-agency award profile with no observed distribution across other agencies in the provided data. The award volume suggests repeated obligational activity under NASA rather than a one-time obligation.
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 = '8000' AND content__award__awardID__awardContractID__PIID = '80MSFC20C0052'
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 |
|---|---|---|---|---|
| BOEING COMPANY, THE | 3A768 | 2,235,325,797.00 | 2.24 billion | 129 |
Insight
Obligations on PIID 80MSFC20C0052 are fully concentrated with a single vendor, BOEING COMPANY, THE (CAGE 3A768), which accounts for $2.24 billion across 129 awards in the 10-year window. This indicates an exclusively concentrated vendor profile for this award, with no evidence of distribution across additional suppliers in the provided data. Such concentration suggests the award has been sustained through repeated obligations to the same contractor rather than spread among multiple vendors.
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 = '8000' AND content__award__awardID__awardContractID__PIID = '80MSFC20C0052'
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 |
|---|---|---|---|---|
| 336414 | GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING | 2,235,325,797.00 | 2.24 billion | 129 |
Insight
Obligations for PIID 80MSFC20C0052 are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with $2.24 billion obligated across 129 awards over the 10-year window. This indicates a highly focused procurement profile centered on a single industrial base. No other NAICS codes appear in the provided rows, so distribution cannot be characterized as diversified within this dataset.
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 = '8000' AND content__award__awardID__awardContractID__PIID = '80MSFC20C0052'
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 |
|---|---|---|---|---|
| AR11 | SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; BASIC RESEARCH | 2,087,675,797.00 | 2.09 billion | 117 |
| AR11 | R&D- SPACE: AERONAUTICS/SPACE TECHNOLOGY (BASIC RESEARCH) | 147,650,000.00 | 147.65 million | 12 |
Insight
Obligations are highly concentrated in PSC AR11, which accounts for $2.09 billion across 117 awards over the 10-year window. A smaller AR11 entry adds $147.65 million across 12 awards, indicating additional activity in the same research category but at a much lower scale. Overall, the award is dominated by AR11-related space R&D/basic research obligations with limited distribution across PSC variants.
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 = '8000' AND content__award__awardID__awardContractID__PIID = '80MSFC20C0052'
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 | 7,250,000.00 | 7.25 million | 3 |
| 2020 | 140,400,000.00 | 140.40 million | 9 |
| 2021 | 233,053,009.00 | 233.05 million | 17 |
| 2022 | 442,841,445.00 | 442.84 million | 21 |
| 2023 | 418,321,833.00 | 418.32 million | 20 |
| 2024 | 478,572,476.00 | 478.57 million | 22 |
| 2025 | 514,887,034.00 | 514.89 million | 37 |
Insight
Obligations for PIID 80MSFC20C0052 increased sharply over the period, rising from $7.25 million across 3 awards in 2019 to $514.89 million across 37 awards in 2025. Annual obligations accelerated most notably from 2020 through 2022, when totals grew from $140.40 million to $442.84 million, then remained elevated with comparatively smaller year-to-year changes in 2023–2025. Award counts also increased steadily, indicating broader distribution of obligations over time rather than concentration in a small number of awards.
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.