This page summarizes federal procurement activity for vehicle number over the last 10 years under Agency ID 8000 and PIID NNK10LB01B. The record shows 62 award actions with total obligations of 35.06 million dollars.
Vehicle Number
Vehicle Number 8000 / NNK10LB01B Federal Contract Action Summary (Last 10 Years)
FPDS Query page for vehicle number associated with Agency ID 8000 and PIID NNK10LB01B, covering the last 10 years of award activity.
Totals reflect the provided readable amount of 35.06 million dollars and exact obligated amount of 35,060,365 across 62 actions.
Overview
Over the last 10 years, vehicle number under Agency ID 8000 and PIID NNK10LB01B recorded 62 award actions. Total obligated value is 35,060,365 dollars, with an average action value of 565,489.76 dollars. This page is intended to support review of activity tied to the identified vehicle record.
How to use this page
Use this page to review the scale and frequency of award activity associated with vehicle number during the stated analysis window. The totals and averages provide a concise basis for comparing this record with other federal procurement entries.
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 = 'NNK10LB01B'
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 | 35,060,365.00 | 35.06 million | 62 |
Insight
For PIID NNK10LB01B over the 10-year window, all reported obligations are concentrated within a single agency: the National Aeronautics and Space Administration. NASA accounts for $35.06 million across 62 awards, indicating complete agency-level concentration in the available data. No other agencies are represented in this section, so there is no observable distribution 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 = 'NNK10LB01B'
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 = 'NNK10LB01B'
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 | 35,060,365.00 | 35.06 million | 62 |
Insight
Over the 10-year window, obligations for PIID NNK10LB01B are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This NAICS accounts for $35.06 million across 62 awards, indicating a highly focused procurement profile with no diversification across other industries in the provided data. The award pattern suggests sustained activity within a single specialized manufacturing sector.
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 = 'NNK10LB01B'
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 | 35,060,365.00 | 35.06 million | 62 |
Insight
PSC V126 accounts for all reported obligation activity in this 10-year window for vehicle NNK10LB01B, with $35.06 million across 62 awards. This indicates a fully concentrated PSC profile for the selected period, with no other PSCs represented in the provided results. The volume of awards suggests recurring use of this vehicle for space transportation/launch-related procurement activity.
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 = 'NNK10LB01B'
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 | 23,046,350.04 | 23.05 million | 18 |
| 2017 | 9,489,868.00 | 9.49 million | 14 |
| 2018 | 350,873.96 | 350.87 thousand | 10 |
| 2019 | 2,311,595.00 | 2.31 million | 5 |
| 2020 | 0.00 | 0.00 | 3 |
| 2021 | -138,322.00 | -138.32 thousand | 2 |
| 2022 | 0.00 | 0.00 | 4 |
| 2023 | 0.00 | 0.00 | 3 |
| 2024 | 0.00 | 0.00 | 1 |
| 2025 | 0.00 | 0.00 | 2 |
Insight
Obligations for PIID NNK10LB01B were concentrated early in the 10-year window, with peak activity in 2016 at $23.05 million across 18 awards, followed by a decline to $9.49 million in 2017 and $350.87 thousand in 2018. Funding remained lower and uneven in 2019 at $2.31 million, then fell to zero in 2020, with a negative obligation of $138.32 thousand in 2021 indicating a deobligation or adjustment. From 2022 through 2025, award counts remained minimal to modest, but obligations stayed at $0.00, suggesting continued administrative activity without new net funding.
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.