This page summarizes award activity for vehicle number NNJ16GX08B for Agency ID 8000 during the last 5 years. It shows 72 award actions with total obligated funds of 2.17 billion and an average action value of 30,073,581.35.
Vehicle Number
Vehicle Number 8000 / NNJ16GX08B Federal Contract Action Summary (Last 5 Years)
Federal procurement summary for vehicle number associated with Agency ID 8000 and PIID NNJ16GX08B over the last 5 years.
Totals reflect the provided analysis window and may differ from rounded display figures because exact obligations are shown in full.
Overview
The record for vehicle number NNJ16GX08B shows sustained award activity across the last 5 years. Total obligations equal 2,165,297,857.32 across 72 award actions, with an average action value of 30,073,581.35. This indicates repeated use of the vehicle rather than a single isolated award event.
How to use this page
Users can use this page to review obligation volume and action frequency tied to a specific procurement vehicle. The figures support basic comparisons across agency procurement activity, contract structure, and award pacing within the selected analysis window.
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 = 'NNJ16GX08B'
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,165,297,857.32 | 2.17 billion | 72 |
Insight
For PIID NNJ16GX08B over the 5-year window, obligations are fully concentrated within NASA (agency ID 8000), which accounts for the entire reported $2.17 billion across 72 awards. This indicates a single-agency funding profile with no observed obligation distribution to other agencies in the provided data. The award count suggests repeated activity under this vehicle rather than a one-time transaction.
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 = 'NNJ16GX08B'
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 = 'NNJ16GX08B'
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,165,297,857.32 | 2.17 billion | 72 |
Insight
Obligations for PIID NNJ16GX08B are fully concentrated in NAICS 481212, Nonscheduled Chartered Freight Air Transportation, with $2.17 billion obligated across 72 awards over the 5-year window. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided results. The award count suggests repeated use of the same service category rather than broad category dispersion.
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 = 'NNJ16GX08B'
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,165,297,857.32 | 2.17 billion | 72 |
Insight
Over the 5-year window, obligations for PIID NNJ16GX08B are entirely concentrated in PSC V126, covering space transportation/launch services. This category accounts for $2.17 billion across 72 awards, indicating a sustained and highly concentrated procurement pattern with no diversification across other PSCs in the provided data.
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 = 'NNJ16GX08B'
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 | 484,590,743.69 | 484.59 million | 23 |
| 2022 | 474,607,440.81 | 474.61 million | 17 |
| 2023 | 440,413,844.23 | 440.41 million | 13 |
| 2024 | 273,336,168.10 | 273.34 million | 10 |
| 2025 | 492,349,660.49 | 492.35 million | 9 |
Insight
Obligations under PIID NNJ16GX08B declined from $484.59 million in 2021 to $273.34 million in 2024, while award counts also fell from 23 to 10, indicating a contraction in annual activity over that period. In 2025, obligations rebounded to $492.35 million despite only 9 awards, suggesting a more concentrated obligation pattern in fewer actions. Over the 5-year window, funding is concentrated in a small number of high-dollar awards rather than being evenly distributed across 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.