Vehicle Number

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

Federal procurement summary for vehicle number 80GRC017C0008 under agency 8000, showing obligations and award activity over the last 10 years.

This page summarizes procurement activity for vehicle number 80GRC017C0008 across the last 10 years. The record shows 141 award actions with total obligated funding of 286.92 million and an average action value of 2,034,909.74.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated value is shown as 286,922,273.94 in exact form and 286.92 million in readable form.

Agency ID
8000
PIID
80GRC017C0008
Type
Vehicle
Total Obligated
286.92 million
286,922,273.94
Actions
141
Average Action Value
2,034,909.74

Overview

The procurement record for vehicle number 80GRC017C0008 covers 141 award actions in the last 10 years. Total obligated funding is 286,922,273.94, with an average action value of 2,034,909.74. This page is limited to the supplied vehicle-level summary and does not add contract details beyond the provided figures.

How to use this page

Use this page to review overall obligation volume and award activity associated with vehicle number 80GRC017C0008. The figures support quick comparison across vehicles, PIIDs, or agency records when analyzing procurement concentration and spending level.

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 = '80GRC017C0008'
    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 286,922,273.94 286.92 million 141

Insight

Over the 10-year window, obligations for vehicle PIID 80GRC017C0008 are fully concentrated within a single top agency: NASA. NASA accounts for $286.92 million across 141 awards, indicating all recorded activity in this view is tied to one agency with no distribution across other agencies. This concentration suggests the vehicle has been used consistently within NASA rather than broadly across the federal portfolio.

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 = '80GRC017C0008'
        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 = '80GRC017C0008'
    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
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 286,922,273.94 286.92 million 141

Insight

Obligations for this vehicle are fully concentrated in NAICS 336419, Other Guided Missile and Space Vehicle Parts and Auxiliary Equipment Manufacturing, with $286.92 million across 141 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across NAICS codes in the provided data. The award count suggests repeated contracting within a single industrial segment rather than broad category spread.

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 = '80GRC017C0008'
    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
1675 SPACE VEHICLE COMPONENTS 286,922,273.94 286.92 million 141

Insight

Obligations are fully concentrated in PSC 1675, Space Vehicle Components, which accounts for the entire $286.92 million recorded in this 10-year window. The 141 awards indicate repeated procurement activity within a single product/service category rather than broad PSC diversification. This concentration suggests the vehicle is primarily used for specialized space vehicle component acquisitions under PIID 80GRC017C0008.

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 = '80GRC017C0008'
    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 17,660,073.00 17.66 million 7
2018 12,465,854.00 12.47 million 20
2019 29,461,299.32 29.46 million 23
2020 46,898,234.58 46.90 million 16
2021 34,178,014.17 34.18 million 11
2022 38,439,638.58 38.44 million 14
2023 34,775,273.45 34.78 million 14
2024 33,124,174.55 33.12 million 20
2025 39,919,712.29 39.92 million 16

Insight

Obligations for PIID 80GRC017C0008 were spread across multiple years, with annual funding ranging from 12.47 million in 2018 to 46.90 million in 2020. Activity increased from 2017 through 2020, then moderated but remained consistently elevated in the 33.12 million to 39.92 million range from 2021 through 2025. Award counts were also distributed over time rather than concentrated in a single year, peaking at 23 awards in 2019 and staying between 11 and 20 awards in the remaining years.

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.