This page summarizes federal procurement activity for vehicle number under PIID NNK10LB01B for agency 8000. Over the last 5 years, the record shows 12 award actions and total obligated amounts of -138.32 thousand.
Vehicle Number
Vehicle Number 8000 / NNK10LB01B Federal Contract Action Summary (Last 5 Years)
Vehicle number record for agency 8000, PIID NNK10LB01B, showing obligations and action activity over the last 5 years.
Total obligated exact is -138322, with an average action value of -11526.83 across 12 actions.
Overview
The record for vehicle number under PIID NNK10LB01B shows 12 award actions during the last 5 years. Total obligated value is -138322, which equals -138.32 thousand when rounded for readability. The average action value is -11526.83, indicating the obligation amount associated with each action in this analysis window. This page is limited to the supplied vehicle entity, agency ID 8000, and the listed PIID.
How to use this page
Use this page to review the obligation pattern and action count associated with vehicle number for agency 8000. The figures support a quick check of total obligated value, average action size, and activity volume without adding unsupported detail. The analysis window is the last 5 years, and all amounts should be read in the context of the negative obligated total provided here. No additional contract characteristics are included beyond the supplied 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 = 'NNK10LB01B'
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 | -138,322.00 | -138.32 thousand | 12 |
Insight
Over the 5-year window, obligations for vehicle PIID NNK10LB01B are concentrated entirely within the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for 12 awards and a net total obligated amount of -138.32 thousand, indicating a small number of actions with a negative obligation balance over the period. No other agencies are present in the provided rows, so there is no evidence of cross-agency distribution for this vehicle.
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 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 = 'NNK10LB01B'
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 |
|---|---|---|---|---|
| 336414 | GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING | -138,322.00 | -138.32 thousand | 12 |
Insight
For PIID NNK10LB01B over the 5-year window, obligations are concentrated entirely in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounts for 12 awards and a net obligated amount of -$138.32 thousand, indicating a small negative adjustment overall rather than positive spend growth. With only one NAICS represented, there is no observable distribution across multiple industry codes for this vehicle.
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 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 |
|---|---|---|---|---|
| V126 | TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: SPACE TRANSPORTATION/LAUNCH | -138,322.00 | -138.32 thousand | 12 |
Insight
Obligations for PIID NNK10LB01B over the 5-year window are concentrated entirely in PSC V126, with 12 awards totaling -$138.32 thousand. This indicates a narrow PSC distribution and suggests all recorded activity in this period was associated with transportation/travel/relocation space transportation/launch services. The negative total obligated amount warrants review in the context of obligation adjustments or deobligations.
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 5 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 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 vehicle PIID NNK10LB01B are concentrated in 2021, when $138.32 thousand in deobligations were recorded across 2 awards. From 2022 through 2025, award activity continued with 4, 3, 1, and 2 awards respectively, but reported obligations were zero in each year. This pattern indicates continued award execution or administrative activity without additional net obligated value in the period reviewed.
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.