Vehicle Number

Vehicle Number 8000 / NNJ16GU21B Federal Contract Action Summary (Last 5 Years)

Vehicle number records for Agency ID 8000 under PIID NNJ16GU21B show 61 award actions over the last 5 years, with $2.33 billion obligated.

This page summarizes vehicle number data tied to PIID NNJ16GU21B for Agency ID 8000 during the last 5 years. Total obligated funding is $2,327,838,297.98 across 61 award actions, with an average action value of $38,161,283.57.

Generated at 03/20/2026

Analysis period: Last 5 years

Values reflect the provided analysis window and obligated amounts; average action value is calculated from the reported total and award action count.

Agency ID
8000
PIID
NNJ16GU21B
Type
Vehicle
Total Obligated
2.33 billion
2,327,838,297.98
Actions
61
Average Action Value
38,161,283.57

Overview

The record set for vehicle number under PIID NNJ16GU21B includes 61 award actions in the last 5 years. Total obligated funding is $2,327,838,297.98, which indicates a high-value procurement history within the stated period. The average action value is $38,161,283.57.

How to use this page

Use this page to review obligated spending and action volume associated with vehicle number for Agency ID 8000. The figures support basic procurement analysis by showing total dollars, action count, and average action value within the last 5 years.

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 = 'NNJ16GU21B'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 2,327,838,297.98 2.33 billion 61

Insight

Over the 5-year window, obligations under PIID NNJ16GU21B are fully concentrated at NASA (agency ID 8000), with no other top-agency obligations reflected in the provided rows. NASA accounts for $2.33 billion across 61 awards, indicating a consistently centralized award pattern within this vehicle. This concentration suggests the vehicle has been used primarily as a NASA-specific procurement instrument rather than a broadly distributed multi-agency award.

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 = 'NNJ16GU21B'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 = 'NNJ16GU21B'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 2,327,838,297.98 2.33 billion 61

Insight

Over the 5-year window, obligations for PIID NNJ16GU21B are fully concentrated in NAICS 481212, Nonscheduled Chartered Freight Air Transportation. This single NAICS accounts for $2.33 billion across 61 awards, indicating a highly focused spending pattern with no diversification across other NAICS codes in the provided data. The distribution suggests this vehicle is used primarily for one freight air transportation category.

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 = 'NNJ16GU21B'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
V126 TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: SPACE TRANSPORTATION/LAUNCH 2,327,838,297.98 2.33 billion 61

Insight

Obligations in the 5-year window are fully concentrated in PSC V126, Transportation/Travel/Relocation – Transportation: Space Transportation/Launch. This PSC accounts for $2.33 billion across 61 awards, indicating a highly concentrated award pattern within the vehicle. No other PSCs are reflected in the provided rows, so the observed activity is singularly focused in this 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 = 'NNJ16GU21B'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 397,706,072.00 397.71 million 15
2022 516,727,271.45 516.73 million 12
2023 383,876,164.00 383.88 million 11
2024 468,522,914.65 468.52 million 12
2025 561,005,875.88 561.01 million 11

Insight

Obligations under PIID NNJ16GU21B remained consistently high across the five-year period, ranging from $383.88 million in 2023 to $561.01 million in 2025. Award activity was relatively stable at 11–15 awards per year, indicating a concentrated but steady funding pattern rather than wide annual dispersion. After a decline in 2023, obligations increased in 2024 and reached the period high in 2025, suggesting renewed upward pressure in annual funding levels.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.