This page summarizes the procurement history associated with vehicle number for Agency ID 8000 under PIID NNK11EA08C across the last 10 years. Total obligated funding is $269,169,545.54 across 55 award actions, for an average action value of $4,893,991.74.
Vehicle Number
Vehicle Number 8000 / NNK11EA08C Federal Contract Action Summary (Last 10 Years)
Analysis of vehicle number records for Agency ID 8000 under PIID NNK11EA08C over the last 10 years shows 55 award actions totaling $269.17 million.
Dollar figures reflect the provided total obligated exact amount and its readable rounded value.
Overview
The record set covers the last 10 years for vehicle number tied to Agency ID 8000 and PIID NNK11EA08C. Across that period, the total obligated amount is $269,169,545.54 in 55 award actions, with an average action value of $4,893,991.74. The readable total is $269.17 million.
How to use this page
Use this page to review the award-action pattern, obligated value, and average action size associated with this vehicle record. The figures provide a concise starting point for comparing activity over time within the stated 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 = 'NNK11EA08C'
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 | 269,169,545.54 | 269.17 million | 55 |
Insight
Within the 10-year window for PIID NNK11EA08C, obligations are fully concentrated under the National Aeronautics and Space Administration (agency ID 8000). NASA accounts for $269.17 million across 55 awards, indicating all recorded vehicle activity in this view is associated with a single agency. This concentration suggests a highly focused obligational profile with no distribution across other agencies in the provided data.
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 = 'NNK11EA08C'
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 = 'NNK11EA08C'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 269,169,545.54 | 269.17 million | 55 |
Insight
Obligations for vehicle NNK11EA08C over the 10-year window are fully concentrated in NAICS 541330, Engineering Services. This single NAICS accounts for $269.17 million across 55 awards, indicating a highly focused procurement pattern with no diversification reflected in the provided rows.
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 = 'NNK11EA08C'
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 | 269,169,545.54 | 269.17 million | 55 |
Insight
For this vehicle over the 10-year window, obligations are fully concentrated in PSC R425, Support- Professional: Engineering/Technical, totaling $269.17 million across 55 awards. This indicates a highly focused requirement profile with no visible diversification across PSCs in the provided data. The award count suggests repeated use of the vehicle for the same service category rather than broad category coverage.
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 = 'NNK11EA08C'
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 | 159,554,644.61 | 159.55 million | 21 |
| 2017 | 117,251,556.89 | 117.25 million | 20 |
| 2018 | -8,788,587.44 | -8.79 million | 10 |
| 2021 | -10,462.45 | -10.46 thousand | 1 |
| 2022 | -13,174.76 | -13.17 thousand | 1 |
| 2023 | -148,536.56 | -148.54 thousand | 1 |
| 2025 | 1,324,105.25 | 1.32 million | 1 |
Insight
Obligations for PIID NNK11EA08C are heavily concentrated in 2016 and 2017, which together account for the vast majority of the reported 10-year activity at $159.55 million and $117.25 million across 21 and 20 awards, respectively. Activity drops sharply in 2018 to a net negative $8.79 million across 10 awards, followed by only isolated annual adjustments in 2021, 2022, and 2023. A single positive obligation reappears in 2025 at $1.32 million, indicating limited recent funding relative to the earlier peak 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.