This page summarizes award activity for vehicle number associated with agency ID 8000 and PIID NNK16OL05C across the last 5 years. The record shows 30 award actions and total obligated funding of $11.33 million.
Vehicle Number
Vehicle Number 8000 / NNK16OL05C Federal Contract Action Summary (Last 5 Years)
Federal procurement analysis page for vehicle number under PIID NNK16OL05C, showing obligations and action activity over the last 5 years.
Totals shown reflect the provided exact obligated amount of $11,325,461.88 and an average action value of $377,515.40.
Overview
The page presents a focused view of vehicle number activity for agency ID 8000 under PIID NNK16OL05C. Over the last 5 years, the record includes 30 award actions and $11,325,461.88 in obligated funding. The average action value is $377,515.40.
How to use this page
Use this page to review funding volume and action frequency for the vehicle record without leaving the FPDS context. It supports quick screening of obligation levels, action count, and average action value for 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 = 'NNK16OL05C'
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 | 11,325,461.88 | 11.33 million | 30 |
Insight
Within the 5-year window for PIID NNK16OL05C, all reported obligation is concentrated in a single top agency: the National Aeronautics and Space Administration. NASA accounts for $11.33 million across 30 awards, indicating that this vehicle’s obligated activity is fully concentrated within one agency rather than distributed across multiple agencies.
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 = 'NNK16OL05C'
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 = 'NNK16OL05C'
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 |
|---|---|---|---|---|
| 611430 | PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING | 11,325,461.88 | 11.33 million | 30 |
Insight
Over the 5-year window, obligations for PIID NNK16OL05C are fully concentrated in NAICS 611430, Professional and Management Development Training. This category accounts for $11.33 million across 30 awards, indicating repeated buying activity in a single service area rather than a diversified mix of NAICS codes. The concentration suggests this vehicle is used consistently for training-related requirements within the agency.
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 = 'NNK16OL05C'
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 |
|---|---|---|---|---|
| U001 | EDUCATION/TRAINING- LECTURES | 11,325,461.88 | 11.33 million | 30 |
Insight
Over the 5-year window, PSC U001 (Education/Training-Lectures) accounts for the full observed obligated amount for this vehicle, totaling $11.33 million across 30 awards. This indicates complete concentration in a single PSC with moderate award dispersion rather than spending spread across multiple service categories. The pattern suggests this vehicle is used consistently for education and training lecture requirements under the referenced PIID.
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 = 'NNK16OL05C'
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 | 5,602,791.15 | 5.60 million | 14 |
| 2022 | 3,244,998.26 | 3.24 million | 7 |
| 2023 | 3,188,093.31 | 3.19 million | 7 |
| 2024 | -710,420.84 | -710.42 thousand | 2 |
Insight
Obligations under PIID NNK16OL05C are concentrated in 2021–2023, with annual activity declining from $5.60 million across 14 awards in 2021 to $3.24 million across 7 awards in 2022 and $3.19 million across 7 awards in 2023. In 2024, obligations were negative at $710.42 thousand across 2 awards, indicating a downward shift and net deobligation or adjustment activity. Over the 5-year window provided, the award pattern suggests reduced volume and lower obligated value after the 2021 peak.
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.