Vehicle Number

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

Federal procurement record page for vehicle number under agency ID 8000, covering PIID 80MSFC17C0007 over the last 10 years.

This page summarizes award activity for vehicle number associated with PIID 80MSFC17C0007 within agency ID 8000. The record shows 87 award actions with total obligated amount of 157.19 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of award actions and the readable obligation amount may differ slightly from the exact value due to rounding.

Agency ID
8000
PIID
80MSFC17C0007
Type
Vehicle
Total Obligated
157.19 million
157,187,122.94
Actions
87
Average Action Value
1,806,748.54

Overview

Over the last 10 years, vehicle number under agency ID 8000 shows 87 award actions tied to PIID 80MSFC17C0007. Total obligated funding is 157,187,122.94, with an average action value of 1,806,748.54. The readable total rounds to 157.19 million for summary display.

How to use this page

Use this page to review the scale and frequency of award activity associated with this vehicle record. The figures support quick comparison of total obligations, action count, and average action value across the analysis window.

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 10 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 157,187,122.94 157.19 million 87

Insight

For PIID 80MSFC17C0007 over the 10-year window, all reported obligations in this section are concentrated within National Aeronautics and Space Administration (agency ID 8000). NASA accounts for $157.19 million across 87 awards, indicating this vehicle is entirely associated with a single agency in the provided data. This concentration suggests the vehicle has been used consistently within one agency rather than across a distributed customer base.

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 10 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 10 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 157,187,122.94 157.19 million 87

Insight

Obligations for PIID 80MSFC17C0007 are fully concentrated in NAICS 561210, Facilities Support Services, over the 10-year window. This category accounts for $157.19 million across 87 awards, indicating repeated use of the same service classification rather than a diversified NAICS mix. The concentration suggests procurement activity is heavily focused on facilities support requirements within this vehicle.

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 10 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 157,187,122.94 157.19 million 87

Insight

Over the 10-year window, obligations for PIID 80MSFC17C0007 are fully concentrated in PSC Z1HB, Maintenance of Government-Owned Government-Operated (GOGO) R&D Facilities. The contract reflects 87 awards totaling $157.19 million, indicating sustained spending in a single PSC category rather than a distributed mix of product or service types. This concentration suggests the vehicle has been used consistently for maintenance support of GOGO R&D facilities.

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 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2017 9,656,667.57 9.66 million 5
2018 19,228,952.87 19.23 million 16
2019 16,405,033.68 16.41 million 9
2020 18,556,125.84 18.56 million 12
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 were concentrated in a relatively stable annual range of about $9.66 million to $20.84 million over 2017–2025, with no sustained upward or downward trend. Annual award counts also varied moderately, peaking at 16 in 2018 and remaining between 7 and 12 in most other years. The highest obligation year was 2021 at $20.84 million, followed by 2023 at $20.56 million, indicating periodic spikes rather than a consistent escalation.

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.