Award Number

Award Number 8000 / 80MSFC18C0011 Federal Contract Action Summary (Last 10 Years)

Federal procurement award page for award number 80MSFC18C0011 under agency ID 8000, covering the last 10 years of recorded obligation activity.

This page summarizes obligation activity for award number 80MSFC18C0011 over the last 10 years. The award records 141 actions and total obligated amount of 1.83 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals shown here are based on the provided analysis window and may reflect rounded public-readable values versus the exact obligated total of 1,828,126,373.58.

Agency ID
8000
PIID
80MSFC18C0011
Type
Award
Total Obligated
1.83 billion
1,828,126,373.58
Actions
141
Average Action Value
12,965,435.27

Overview

The award record for 80MSFC18C0011 shows sustained activity across the last 10 years, with 141 recorded actions and an average action value of 12,965,435.27. Total obligated amount is 1,828,126,373.58, which is readable as 1.83 billion.

How to use this page

Use this page to review the award-level obligation history tied to PIID 80MSFC18C0011 and assess activity volume over time. The action count and average action value provide a concise basis for comparing this award against other records in the same agency group.

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 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 1,828,126,373.58 1.83 billion 141

Insight

For PIID 80MSFC18C0011 over the 10-year window, obligations are fully concentrated within NASA (agency ID 8000). NASA accounts for $1.83 billion across 141 awards, indicating a high degree of agency concentration for this award record. No other agencies appear in the provided results, so there is no observable cross-agency distribution in this slice.

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 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
JACOBS TECHNOLOGY INC. 07486 1,752,586,588.68 1.75 billion 134
AMENTUM TECHNOLOGY, INC. 07486 75,539,784.90 75.54 million 7

Insight

Obligations for PIID 80MSFC18C0011 are highly concentrated with JACOBS TECHNOLOGY INC., which accounts for $1.75 billion across 134 awards. A secondary share is associated with AMENTUM TECHNOLOGY, INC., at $75.54 million across 7 awards, but its volume is materially smaller than the leading vendor. Both rows list the same CAGE code, indicating the obligations in this view are concentrated among closely related vendor entries rather than broadly distributed.

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 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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,828,126,373.58 1.83 billion 141

Insight

Over the 10-year window, obligations are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology), with $1.83 billion across 141 awards. This indicates a highly focused procurement profile for this award, with no diversification across other NAICS codes in the provided data. The volume of awards suggests sustained activity within the same technical services category rather than episodic or broad procurement coverage.

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 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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 1,828,126,373.58 1.83 billion 141

Insight

Over the 10-year window, obligations for this award are concentrated entirely in PSC R425, Support- Professional: Engineering/Technical. The award has 141 transactions under this PSC, with total obligated funding of $1.83 billion, indicating a sustained and highly focused use of engineering and technical support services.

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 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2017 21,723,068.00 21.72 million 3
2018 193,444,453.26 193.44 million 21
2019 212,304,895.39 212.30 million 16
2020 219,249,447.00 219.25 million 18
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 were highly concentrated after 2017, rising from $21.72 million across 3 awards in 2017 to a sustained range of roughly $193.44 million to $245.56 million annually from 2018 through 2025. Annual award counts fluctuated between 14 and 23 during this period, indicating relatively stable activity levels despite year-to-year variation in obligated dollars. The peak obligation year was 2023 at $245.56 million, with similarly high levels in 2025 at $245.08 million and 2021 at $234.52 million.

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.