This page summarizes procurement activity for vehicle number associated with agency ID 8000 and PIID NNJ16HW06C across the last 10 years. The record shows 169 award actions with total obligations of $319.40 million and an average action value of $1.89 million.
Vehicle Number
Vehicle Number 8000 / NNJ16HW06C Federal Contract Action Summary (Last 10 Years)
FPDS Query page for vehicle number under agency ID 8000 and PIID NNJ16HW06C, summarizing award activity over the last 10 years.
Totals reflect the provided analysis window and exact obligated amount of $319,399,388.30.
Overview
The award history for this vehicle number covers 169 actions in the last 10 years. Total obligated value is $319,399,388.30, with an average action value of $1,889,937.21.
How to use this page
Use this page to review the volume and scale of award activity tied to this vehicle number under agency ID 8000. The figures provide a compact view of obligation levels and action frequency for the selected PIID.
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 = 'NNJ16HW06C'
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 | 319,399,388.30 | 319.40 million | 169 |
Insight
Within the 10-year window for PIID NNJ16HW06C, all reported obligations are concentrated in a single agency: the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for $319.40 million across 169 awards, indicating exclusive agency-level concentration for this vehicle in the observed period.
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 = 'NNJ16HW06C'
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 = 'NNJ16HW06C'
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) | 319,399,388.30 | 319.40 million | 169 |
Insight
Over the 10-year window, obligations for PIID NNJ16HW06C are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This category accounts for $319.40 million across 169 awards, indicating sustained award activity within a single NAICS code and no diversification in the provided data. The distribution suggests a consistently focused procurement profile rather than a broad mix of industry sectors.
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 = 'NNJ16HW06C'
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 |
|---|---|---|---|---|
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 319,399,388.30 | 319.40 million | 169 |
Insight
Over the 10-year window, obligations for PIID NNJ16HW06C are concentrated entirely in PSC R425, Support- Professional: Engineering/Technical. This PSC accounts for $319.40 million across 169 awards, indicating a sustained and highly focused use of this vehicle for engineering and technical support. The absence of additional PSCs in the provided rows suggests limited PSC diversification within this contract vehicle.
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 = 'NNJ16HW06C'
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 | 68,163,070.00 | 68.16 million | 19 |
| 2017 | 47,291,595.34 | 47.29 million | 34 |
| 2018 | 78,255,290.32 | 78.26 million | 37 |
| 2019 | 51,681,496.73 | 51.68 million | 24 |
| 2020 | 54,859,663.90 | 54.86 million | 21 |
| 2021 | 40,718,394.88 | 40.72 million | 22 |
| 2022 | -21,606,844.17 | -21.61 million | 8 |
| 2023 | 59,712.00 | 59.71 thousand | 3 |
| 2025 | -22,990.70 | -22.99 thousand | 1 |
Insight
Obligations for PIID NNJ16HW06C were concentrated in FY2016-FY2021, ranging from $40.72 million to $78.26 million annually, with the highest value in FY2018. Award activity was also highest in this period, peaking at 37 awards in FY2018 and remaining above 19 awards each year through FY2021. Funding then declined sharply, including a negative obligated total in FY2022 (-$21.61 million) and minimal activity in FY2023 and FY2025, indicating a material tapering of the vehicle’s obligation profile over time.
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.