Vehicle Number

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

Federal procurement summary for vehicle number NNC14CA02C at agency 8000 over the last 10 years.

This page summarizes award activity for vehicle number NNC14CA02C for agency 8000 across the last 10 years. The record shows 282 award actions with total obligated amounts of 92.87 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on the provided analysis window and may reflect rounded display values versus the exact obligated total of 92,874,624.18.

Agency ID
8000
PIID
NNC14CA02C
Type
Vehicle
Total Obligated
92.87 million
92,874,624.18
Actions
282
Average Action Value
329,342.64

Overview

The analysis window covers the last 10 years for vehicle number NNC14CA02C under agency 8000. During that period, the award record includes 282 actions and an exact obligated total of 92,874,624.18, with an average action value of 329,342.64.

How to use this page

Use this page to review the scale and frequency of procurement activity tied to vehicle number NNC14CA02C. The figures support basic trend review, including overall obligated value, action count, and average action size within the stated time frame.

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 = 'NNC14CA02C'
    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 92,874,624.18 92.87 million 282

Insight

For PIID NNC14CA02C over the 10-year window, obligations are fully concentrated within a single top agency: the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for $92.87 million across 282 awards, indicating a sustained and highly concentrated use of this vehicle by one agency. No other agencies are reflected in the provided rows, so the observed activity is entirely agency-specific within this view.

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 = 'NNC14CA02C'
        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 = 'NNC14CA02C'
    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) 92,874,624.18 92.87 million 282

Insight

Over the 10-year window, obligations for PIID NNC14CA02C are concentrated entirely in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This category accounts for $92.87 million across 282 awards, indicating sustained and highly concentrated procurement activity in a single NAICS. No other NAICS codes are reflected in the provided data, so diversification across industry codes is not evident.

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 = 'NNC14CA02C'
    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
AR23 R&D- SPACE: SCIENCE/APPLICATIONS (ADVANCED DEVELOPMENT) 92,874,624.18 92.87 million 282

Insight

Over the 10-year window, obligations for vehicle NNC14CA02C are concentrated entirely in PSC AR23, R&D - Space: Science/Applications (Advanced Development). This PSC accounts for $92.87 million across 282 awards, indicating a sustained and highly focused procurement pattern rather than a broadly distributed mix of product or service classifications.

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 = 'NNC14CA02C'
    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 11,101,877.00 11.10 million 21
2017 10,658,763.00 10.66 million 23
2018 12,535,535.00 12.54 million 30
2019 11,257,725.00 11.26 million 32
2020 12,251,162.39 12.25 million 23
2021 10,421,951.00 10.42 million 36
2022 12,769,864.18 12.77 million 25
2023 6,186,813.79 6.19 million 33
2024 5,367,411.77 5.37 million 42
2025 323,521.05 323.52 thousand 17

Insight

Obligations for PIID NNC14CA02C were relatively stable from 2016 through 2022, ranging from $10.42 million to $12.77 million annually, with award counts generally between 21 and 36. Activity then declined sharply in 2023 and 2024 to $6.19 million and $5.37 million, despite a higher number of awards in 2024 (42), indicating a shift toward smaller average award values. Through 2025, obligations remain minimal at $323.52 thousand, suggesting the vehicle has moved into a significantly reduced funding phase over the most recent period.

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.