Vehicle Number

Vehicle Number 8000 / NNK10LB00B Federal Contract Action Summary (Last 10 Years)

Federal procurement analysis for vehicle number NNK10LB00B under Agency ID 8000 over the last 10 years.

This page summarizes contract activity for vehicle number NNK10LB00B across the last 10 years. The record shows 227 award actions with total obligations of 1.34 billion dollars.

Generated at 03/20/2026

Analysis period: Last 10 years

Figures reflect the provided readable total obligated amount of 1,340,800,665 dollars and an average action value of 5,906,610.86 dollars.

Agency ID
8000
PIID
NNK10LB00B
Type
Vehicle
Total Obligated
1.34 billion
1,340,800,665.00
Actions
227
Average Action Value
5,906,610.86

Overview

Vehicle number NNK10LB00B is associated with 227 award actions in the last 10 years. Total obligated value equals 1,340,800,665 dollars, with an average action value of 5,906,610.86 dollars. This page is intended to support quick review of activity tied to Agency ID 8000 and this specific PIID. It provides a concise procurement profile without adding assumptions beyond the reported totals.

How to use this page

Use this page to assess the scale and frequency of award activity tied to NNK10LB00B. The totals support comparison across reporting periods, vendors, or related procurement records. For detailed review, compare the action count and obligated totals against other vehicle records in the same agency context. The average action value offers a simple benchmark for how obligations are distributed across the reported actions.

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 = 'NNK10LB00B'
    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,340,800,665.00 1.34 billion 227

Insight

For vehicle NNK10LB00B over the 10-year window, all reported obligation activity is concentrated in a single agency: the National Aeronautics and Space Administration (NASA). NASA accounts for $1.34 billion across 227 awards, indicating complete agency-level concentration within the provided data. This distribution suggests the vehicle has been used exclusively, or at least entirely within the observed records, by NASA rather than 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 = 'NNK10LB00B'
        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 = 'NNK10LB00B'
    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,340,800,665.00 1.34 billion 227

Insight

For PIID NNK10LB00B over the 10-year window, obligations are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounts for $1.34 billion across 227 awards, indicating a highly focused procurement profile with no visible diversification across other NAICS codes in the provided data.

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 = 'NNK10LB00B'
    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,340,800,665.00 1.34 billion 227

Insight

Obligations for PIID NNK10LB00B over the 10-year window are fully concentrated in PSC V126, Transportation/Travel/Relocation—Transportation: Space Transportation/Launch. This PSC accounts for $1.34 billion across 227 awards, indicating sustained and highly focused use of the vehicle for space transportation/launch services. No other PSCs are reflected in the provided data, so there is no observed diversification in PSC distribution for this query.

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 = 'NNK10LB00B'
    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 277,052,623.00 277.05 million 36
2017 212,673,427.00 212.67 million 35
2018 239,318,238.00 239.32 million 30
2019 255,405,548.00 255.41 million 31
2020 248,970,457.00 248.97 million 28
2021 81,481,890.00 81.48 million 37
2022 20,813,856.00 20.81 million 19
2023 5,084,626.00 5.08 million 7
2024 0.00 0.00 1
2025 0.00 0.00 3

Insight

Obligations for PIID NNK10LB00B were heavily concentrated in 2016–2020, ranging from $212.67 million to $277.05 million annually, with award counts generally in the 28–36 range. Funding then declined sharply beginning in 2021, dropping to $81.48 million, then to $20.81 million in 2022 and $5.08 million in 2023. In 2024 and 2025, award counts remain present, but obligated amounts are zero, indicating activity without recorded obligations in this window.

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.