Vehicle Number

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

Federal procurement analysis for vehicle number NNA17BF53C under Agency ID 8000, covering obligations and award activity over the last 10 years.

This page summarizes award activity tied to vehicle number NNA17BF53C for Agency ID 8000 across the last 10 years. The record shows 110 award actions with total obligations of $148.92 million and an average action value of $1.35 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Obligation totals are based on the provided exact amount of $148,917,896.49 and a readable total of $148.92 million.

Agency ID
8000
PIID
NNA17BF53C
Type
Vehicle
Total Obligated
148.92 million
148,917,896.49
Actions
110
Average Action Value
1,353,799.06

Overview

Over the last 10 years, vehicle number NNA17BF53C shows 110 award actions recorded for Agency ID 8000. Total obligated funding is $148,917,896.49, which rounds to $148.92 million. The average action value is $1,353,799.06.

How to use this page

Use this page to review the overall procurement footprint associated with vehicle number NNA17BF53C and compare obligation levels across the analysis window. The action count and average value provide a basic measure of award activity without adding assumptions about contract scope or performance.

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 = 'NNA17BF53C'
    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 148,917,896.49 148.92 million 110

Insight

Within the 10-year window for PIID NNA17BF53C, all reported obligated dollars are concentrated at the National Aeronautics and Space Administration. NASA accounts for $148.92 million across 110 awards, indicating a fully concentrated obligation profile at the reported agency level. This distribution suggests the vehicle has been used exclusively within NASA for the period provided.

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 = 'NNA17BF53C'
        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 = 'NNA17BF53C'
    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) 148,917,896.49 148.92 million 110

Insight

Over the 10-year window, obligations for PIID NNA17BF53C are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This category accounts for $148.92 million across 110 awards, indicating a sustained and highly concentrated procurement profile rather than a diversified mix of NAICS codes.

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 = 'NNA17BF53C'
    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
AR45 R&D- SPACE: OPERATIONS, TRACKING AND DATA ACQUISITION (OPERATIONAL SYSTEMS DEVELOPMENT) 148,917,896.49 148.92 million 110

Insight

Obligations under PIID NNA17BF53C are fully concentrated in PSC AR45, R&D - Space: Operations, Tracking and Data Acquisition (Operational Systems Development), with $148.92 million across 110 awards over the 10-year window. This indicates a highly focused requirement profile centered on space operations and data acquisition work, rather than a diversified PSC mix. The volume of awards suggests repeated procurement activity within the same PSC category.

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 = 'NNA17BF53C'
    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 7,421,517.00 7.42 million 5
2018 26,759,511.00 26.76 million 15
2019 24,983,737.00 24.98 million 16
2020 23,626,793.00 23.63 million 15
2021 33,097,976.97 33.10 million 19
2022 22,940,811.08 22.94 million 15
2023 10,127,072.53 10.13 million 20
2024 -39,522.09 -39.52 thousand 5

Insight

Obligations for PIID NNA17BF53C are concentrated in 2018–2022, when annual outlays ranged from 22.94 million to 33.10 million and award counts remained relatively high at 15–19 per year. The peak occurred in 2021 at 33.10 million, followed by a decline in 2022 and a sharper drop in 2023 to 10.13 million despite the highest award count in the period at 20. FY 2024 is currently negative at 39.52 thousand, indicating a net deobligation or adjustment rather than new obligated growth.

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.