Vehicle Number

Vehicle Number 8000 / 80MSFC17C0007 Federal Contract Action Summary (Last 5 Years)

FPDS procurement summary for vehicle number under agency ID 8000 and PIID 80MSFC17C0007, covering the last 5 years of award activity.

This page summarizes federal award activity for vehicle number associated with agency ID 8000 and PIID 80MSFC17C0007 over the last 5 years. The record shows 45 award actions with total obligations of $93.34 million and an average action value of $2,074,229.84.

Generated at 03/21/2026

Analysis period: Last 5 years

Obligation totals are based on the provided exact value of 93,340,342.98 and are shown here in rounded readable form where applicable.

Agency ID
8000
PIID
80MSFC17C0007
Type
Vehicle
Total Obligated
93.34 million
93,340,342.98
Actions
45
Average Action Value
2,074,229.84

Overview

The procurement record for vehicle number under agency ID 8000 and PIID 80MSFC17C0007 shows sustained award activity across the last 5 years. Total obligations equal 93,340,342.98, with 45 award actions and an average action value of 2,074,229.84.

How to use this page

Use this page to review award volume and obligation levels tied to this vehicle record within the specified analysis window. It is suitable for quick FPDS reference, trend screening, and contract-level lookup using the listed PIID.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80MSFC17C0007'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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 93,340,342.98 93.34 million 45

Insight

Within the 5-year window, this vehicle is fully concentrated in a single agency: the National Aeronautics and Space Administration. NASA accounts for 45 awards totaling $93.34 million, indicating all observed obligations under this vehicle are distributed to one agency with no cross-agency spread in the provided data. This concentration suggests the vehicle is agency-specific rather than broadly utilized across the federal enterprise.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80MSFC17C0007'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80MSFC17C0007'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
561210 FACILITIES SUPPORT SERVICES 93,340,342.98 93.34 million 45

Insight

Over the 5-year window, obligations for this vehicle are concentrated entirely in NAICS 561210, Facilities Support Services, with $93.34 million across 45 awards. This indicates a highly focused spending pattern and limited NAICS diversification within the vehicle. The award count suggests repeated use of this services classification rather than isolated activity.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80MSFC17C0007'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
Z1HB MAINTENANCE OF GOVERNMENT-OWNED GOVERNMENT-OPERATED (GOGO) R&D FACILITIES 93,340,342.98 93.34 million 45

Insight

Over the 5-year window, obligations for PIID 80MSFC17C0007 are fully concentrated in PSC Z1HB, Maintenance of Government-Owned Government-Operated (GOGO) R&D Facilities. This PSC accounts for $93.34 million across 45 awards, indicating sustained procurement activity tied to a single facility-maintenance requirement. The absence of other PSCs in the provided rows suggests no observable diversification in obligated spending for this vehicle within the period.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80MSFC17C0007'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 20,838,256.12 20.84 million 11
2022 15,964,449.78 15.96 million 8
2023 20,556,850.80 20.56 million 9
2024 17,605,985.61 17.61 million 10
2025 18,374,800.67 18.37 million 7

Insight

Obligations for PIID 80MSFC17C0007 remained in a relatively narrow band over the 5-year window, ranging from $15.96 million to $20.84 million annually. Activity peaked in 2021 and 2023 at roughly $20.8 million and $20.6 million, then declined in 2024 before a modest increase in 2025. Award counts also varied moderately, with the highest volume in 2021 and 2024 (11 and 10 awards) and the lowest in 2025 (7 awards), indicating periodic but not sharply concentrated annual obligation patterns.

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.