Vehicle Number

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

Federal procurement summary for vehicle number under agency ID 8000, PIID NNJ16GX07B, covering the last 10 years of award activity.

This page summarizes award activity tied to vehicle number for agency ID 8000 under PIID NNJ16GX07B. The record set includes 90 award actions with total obligated value of 1.53 billion dollars and an average action value of 17.01 million dollars.

Generated at 03/20/2026

Analysis period: Last 10 years

Dollar figures reflect the provided obligated totals, with exact obligated value of 1531126109.72 across the selected 10-year analysis window.

Agency ID
8000
PIID
NNJ16GX07B
Type
Vehicle
Total Obligated
1.53 billion
1,531,126,109.72
Actions
90
Average Action Value
17,012,512.33

Overview

Over the last 10 years, the selected vehicle number record shows 90 award actions and total obligated spending of 1.53 billion dollars. The exact obligated total is 1,531,126,109.72, which yields an average action value of 17,012,512.33. This page is intended to support review of award volume and spending concentration within the identified procurement record.

How to use this page

Use this page to review the scale of award activity associated with PIID NNJ16GX07B and to compare obligation levels across the analysis period. The figures provide a concise view of how often the vehicle was used and the average dollar value per action.

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 = 'NNJ16GX07B'
    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 1,531,126,109.72 1.53 billion 90

Insight

Obligations for PIID NNJ16GX07B are fully concentrated at National Aeronautics and Space Administration, which accounts for $1.53 billion across 90 awards over the 10-year window. This indicates the vehicle is used almost exclusively by a single agency rather than being broadly distributed across multiple agencies. The combination of high obligation value and repeated awards suggests sustained NASA reliance on this contract 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 = 'NNJ16GX07B'
        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 = 'NNJ16GX07B'
    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
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 1,531,126,109.72 1.53 billion 90

Insight

Over the 10-year window, obligations for PIID NNJ16GX07B are concentrated entirely in NAICS 481212, Nonscheduled Chartered Freight Air Transportation. This single NAICS accounts for $1.53 billion across 90 awards, indicating a highly focused procurement pattern with no diversification across other NAICS codes in the provided data. The distribution suggests sustained use of this vehicle for freight air transportation requirements.

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 = 'NNJ16GX07B'
    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
V126 TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: SPACE TRANSPORTATION/LAUNCH 1,531,126,109.72 1.53 billion 90

Insight

Obligations under PIID NNJ16GX07B are fully concentrated in PSC V126, Transportation/Travel/Relocation - Transportation: Space Transportation/Launch, totaling $1.53 billion across 90 awards over the 10-year window. This indicates a highly focused obligation profile with no visible PSC diversification in the provided data. The award count suggests repeated use of the same service category rather than a broad mix of procurement types.

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 = 'NNJ16GX07B'
    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 134,682,757.20 134.68 million 5
2017 169,964,898.99 169.96 million 6
2018 192,596,155.26 192.60 million 18
2019 228,895,461.39 228.90 million 11
2020 213,491,268.49 213.49 million 8
2021 83,105,216.51 83.11 million 9
2022 113,981,764.18 113.98 million 6
2023 102,520,679.42 102.52 million 7
2024 193,763,782.29 193.76 million 9
2025 98,124,125.99 98.12 million 11

Insight

Obligations under PIID NNJ16GX07B are concentrated in the 2018–2020 period, rising from $134.68 million in 2016 to a peak of $228.90 million in 2019 before easing to $213.49 million in 2020. Funding then declined sharply in 2021 to $83.11 million, recovered partially in 2022–2023, and increased again in 2024 to $193.76 million. Award counts are relatively dispersed across the period, with the highest volume in 2018 (18 awards) and 2025 (11 awards), indicating that higher obligation years do not always align with the most awards.

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.