Vehicle Number

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

Federal procurement profile for vehicle number under agency 8000 and PIID NNG15CR64C, covering the last 10 years of award activity.

This page summarizes obligation and action activity for vehicle number associated with agency ID 8000 and PIID NNG15CR64C over the last 10 years. The record shows 154 award actions and total obligations of 799.71 million.

Generated at 03/20/2026

Analysis period: Last 10 years

Obligation totals are based on the provided exact value of 799705995.4 and a readable total of 799.71 million.

Agency ID
8000
PIID
NNG15CR64C
Type
Vehicle
Total Obligated
799.71 million
799,705,995.40
Actions
154
Average Action Value
5,192,896.07

Overview

Over the last 10 years, this vehicle number record under agency ID 8000 and PIID NNG15CR64C accumulated 154 award actions. Total obligated value is 799,705,995.4, with an average action value of 5,192,896.07. The readable obligation total is 799.71 million.

How to use this page

Use this page to review the overall scale and frequency of procurement activity tied to this vehicle number. The action count and average action value help frame how obligation volume is distributed across the recorded award history.

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 = 'NNG15CR64C'
    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 799,705,995.40 799.71 million 154

Insight

For PIID NNG15CR64C over the 10-year window, all recorded obligations in the top_agencies section are concentrated in NASA (Agency ID 8000). NASA accounts for $799.71 million across 154 awards, indicating a highly concentrated obligation pattern under this vehicle.

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 = 'NNG15CR64C'
        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 = 'NNG15CR64C'
    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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 799,705,995.40 799.71 million 154

Insight

Over the 10-year window, obligations under PIID NNG15CR64C are concentrated entirely in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (Except Biotechnology). This NAICS accounts for $799.71 million across 154 awards, indicating a highly focused procurement profile within the observed period. With only one NAICS reported, no sectoral distribution across additional industries is evident from this query result.

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 = 'NNG15CR64C'
    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
1820 SPACE VEHICLE COMPONENTS 799,705,995.40 799.71 million 154

Insight

Obligations are fully concentrated in PSC 1820, Space Vehicle Components, with $799.71 million across 154 awards in the 10-year window. This indicates the vehicle has been used consistently for the same product/service category rather than across a broad PSC mix. The award count suggests repeated procurement activity, but the obligation pattern remains highly focused on a single PSC.

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 = 'NNG15CR64C'
    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
2016 92,278,046.00 92.28 million 18
2017 121,995,016.39 122.00 million 21
2018 107,222,444.77 107.22 million 23
2019 117,769,677.26 117.77 million 18
2020 117,563,535.79 117.56 million 22
2021 130,426,051.00 130.43 million 19
2022 96,336,954.46 96.34 million 16
2023 16,082,319.73 16.08 million 15
2024 31,950.00 31.95 thousand 2

Insight

Obligations for vehicle PIID NNG15CR64C were concentrated in 2016–2022, ranging from $92.28 million to $130.43 million annually, with award counts generally between 16 and 23. Funding peaked in 2021 at $130.43 million, then declined to $96.34 million in 2022 and dropped sharply in 2023 to $16.08 million. Activity continued into 2024 but at a minimal level, with only $31.95 thousand obligated across 2 awards, indicating a marked reduction in both obligation volume and award frequency over the most recent 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.