This page summarizes award number 80MSFC18C0011 for agency ID 8000 across the last 5 years. The award shows total obligated amounts of 1.18 billion across 83 actions, with an average action value of 14,233,789.28.
Award Number
Award Number 8000 / 80MSFC18C0011 Federal Contract Action Summary (Last 5 Years)
Federal procurement overview for award 80MSFC18C0011 under agency ID 8000, showing obligation and action history over the last 5 years.
Totals reflect the provided analysis window and may not capture activity outside the last 5 years.
Overview
Award number 80MSFC18C0011 is associated with agency ID 8000 and shows 83 recorded actions in the last 5 years. Total obligated funding is 1,181,404,509.93, with an average action value of 14,233,789.28. This page is intended to support review of award-level procurement activity for the selected period.
How to use this page
Use this page to review the award’s obligation total, action count, and average action value in one place. It is most useful for tracking award activity over time and for comparing this award’s funding profile with other procurement records in the same 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 = '8000' AND content__award__awardID__awardContractID__PIID = '80MSFC18C0011'
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 |
|---|---|---|---|---|
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 1,181,404,509.93 | 1.18 billion | 83 |
Insight
Within the 5-year window, obligations under PIID 80MSFC18C0011 are fully concentrated within a single top agency: the National Aeronautics and Space Administration. NASA accounts for $1.18 billion across 83 awards, indicating that this award activity is entirely associated with one agency and is not distributed across multiple agencies. This concentration suggests the award is a major NASA-related obligation stream over the period.
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 = '80MSFC18C0011'
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 |
|---|---|---|---|---|
| JACOBS TECHNOLOGY INC. | 07486 | 1,105,864,725.03 | 1.11 billion | 76 |
| AMENTUM TECHNOLOGY, INC. | 07486 | 75,539,784.90 | 75.54 million | 7 |
Insight
Award activity under PIID 80MSFC18C0011 is highly concentrated in JACOBS TECHNOLOGY INC., which accounts for $1.11 billion across 76 awards over the 5-year window. AMENTUM TECHNOLOGY, INC. is a distant second with $75.54 million across 7 awards, indicating a steep drop-off in obligated value beyond the primary vendor. Both entries share the same CAGE code (07486), suggesting the obligations are associated with the same corporate identifier despite the different vendor names.
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 = '80MSFC18C0011'
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 |
|---|---|---|---|---|
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 1,181,404,509.93 | 1.18 billion | 83 |
Insight
Over the 5-year window, obligations for award PIID 80MSFC18C0011 are concentrated entirely in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (Except Nanotechnology and Biotechnology). This category accounts for $1.18 billion across 83 awards, indicating a highly concentrated procurement profile with no visible diversification in the provided data. The volume and value suggest sustained reliance on this technical services NAICS over the period.
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 = '80MSFC18C0011'
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 |
|---|---|---|---|---|
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 1,181,404,509.93 | 1.18 billion | 83 |
Insight
Over the 5-year window, PSC R425, Support- Professional: Engineering/Technical, accounts for all reported obligations for this award, indicating complete concentration in a single professional support category. Total obligations are $1.18 billion across 83 awards, suggesting repeated funding within the same PSC rather than broad distribution across multiple service types. This level of concentration is significant because it points to a sustained reliance on engineering and technical support under PIID 80MSFC18C0011.
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 = '80MSFC18C0011'
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 | 234,519,976.60 | 234.52 million | 23 |
| 2022 | 219,420,590.49 | 219.42 million | 14 |
| 2023 | 245,564,485.25 | 245.56 million | 16 |
| 2024 | 236,821,486.63 | 236.82 million | 14 |
| 2025 | 245,077,970.96 | 245.08 million | 16 |
Insight
Obligations under PIID 80MSFC18C0011 remain relatively stable over the five-year period, ranging from $219.42 million to $245.56 million annually. Annual award counts also stay in a narrow band of 14 to 23 awards, indicating limited variation in activity level. The lowest obligated amount occurred in 2022, followed by a rebound in 2023 and continued levels near $236.82 million to $245.08 million in 2024–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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.