This page summarizes award activity tied to vehicle number NNK10LB02B within agency 8000 during the last 10 years. The record shows 276 award actions and total obligations of 1.48 billion.
Vehicle Number
Vehicle Number 8000 / NNK10LB02B Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis for vehicle number NNK10LB02B at agency 8000 over the last 10 years.
Amounts reflect total obligated dollars for the selected analysis window, with an average action value of 5,361,557.14.
Overview
The analysis window covers the last 10 years of award activity associated with vehicle number NNK10LB02B at agency 8000. Across that period, the record totals 1,479,789,772 in obligated dollars across 276 award actions. The average action value is 5,361,557.14, which provides a simple reference point for the size of individual obligations in the record.
How to use this page
Use this page to review award volume, obligated dollars, and average action value for the selected vehicle record. It is suitable for quick FPDS-style reporting, trend review, and cross-reference against other award records in the same agency context. The page is limited to the provided entity type, label, PIID, agency ID, and analysis window, and does not infer contract scope or mission use beyond those inputs.
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 = 'NNK10LB02B'
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,479,789,772.00 | 1.48 billion | 276 |
Insight
Within the 10-year window for PIID NNK10LB02B, all reported obligated funding is concentrated in a single agency: NASA (Agency ID 8000). NASA accounts for $1.48 billion across 276 awards, indicating a high degree of agency concentration for this vehicle. This pattern suggests the vehicle has been used primarily, if not exclusively in the provided data, for NASA requirements rather than being broadly distributed across 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 = 'NNK10LB02B'
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 = 'NNK10LB02B'
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 |
|---|---|---|---|---|
| 336414 | GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING | 1,479,789,772.00 | 1.48 billion | 276 |
Insight
Obligations for PIID NNK10LB02B are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with $1.48 billion across 276 awards over the 10-year window. This indicates a narrow, specialized procurement profile with no diversification across other NAICS codes in the provided data. The award volume suggests recurring transactional activity within the same industrial base rather than broad category distribution.
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 = 'NNK10LB02B'
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,479,789,772.00 | 1.48 billion | 276 |
Insight
Obligations for PIID NNK10LB02B are concentrated in PSC V126, Transportation/Travel/Relocation – Transportation: Space Transportation/Launch. This PSC accounts for the full reported 10-year obligation total of $1.48 billion across 276 awards, indicating a highly concentrated vehicle profile with all reported activity in a single PSC category.
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 = 'NNK10LB02B'
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 | 25,205,783.00 | 25.21 million | 13 |
| 2017 | 33,805,472.00 | 33.81 million | 15 |
| 2018 | 26,976,221.00 | 26.98 million | 23 |
| 2019 | 82,780,515.00 | 82.78 million | 19 |
| 2020 | 213,531,233.00 | 213.53 million | 33 |
| 2021 | 180,517,150.00 | 180.52 million | 38 |
| 2022 | 272,616,281.00 | 272.62 million | 38 |
| 2023 | 211,781,265.00 | 211.78 million | 45 |
| 2024 | 186,535,091.00 | 186.54 million | 25 |
| 2025 | 246,040,761.00 | 246.04 million | 27 |
Insight
Obligations under PIID NNK10LB02B were concentrated in the later years of the 10-year window, with annual obligations rising from 25.21 million in 2016 to a peak of 272.62 million in 2022 before moderating to 186.54 million in 2024 and rebounding to 246.04 million in 2025. Award counts also increased over time, moving from 13 in 2016 to a high of 45 in 2023, indicating broader distribution of activity even as annual dollars fluctuated. The pattern reflects a shift from relatively modest early-year obligations to sustained higher-volume funding in the most recent 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.