Vehicle Number

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

Federal procurement page for vehicle number records tied to Agency ID 8000 and PIID NNJ15HK11B over the last 10 years.

This page summarizes award activity for the vehicle number entity associated with Agency ID 8000 under PIID NNJ15HK11B. The record set covers the last 10 years and reflects 200 award actions totaling $1.54 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Obligated amounts shown here are based on the provided total obligated exact value of 1,541,849,937.59 and the stated analysis window.

Agency ID
8000
PIID
NNJ15HK11B
Type
Vehicle
Total Obligated
1.54 billion
1,541,849,937.59
Actions
200
Average Action Value
7,709,249.69

Overview

The available data show 200 award actions tied to this vehicle number over the last 10 years. Total obligated value is 1,541,849,937.59, with an average action value of 7,709,249.69. This page presents the record as a procurement summary for Agency ID 8000 and PIID NNJ15HK11B.

How to use this page

Use this page to review the overall scale and frequency of award activity associated with the vehicle number. The figures support basic comparison of total obligated value, action count, and average action value across 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 = 'NNJ15HK11B'
    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,541,849,937.59 1.54 billion 200

Insight

For PIID NNJ15HK11B over the 10-year window, all reported obligation activity in the top_agencies section is concentrated in a single agency: NASA (agency ID 8000). NASA accounts for $1.54 billion across 200 awards, indicating a highly concentrated obligation profile with no diversification across other agencies in the provided rows. This pattern suggests the vehicle has been used primarily, and repeatedly, for NASA-funded actions over the period.

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 = 'NNJ15HK11B'
        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 = 'NNJ15HK11B'
    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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,541,849,937.59 1.54 billion 200

Insight

Over the 10-year window, NAICS 541712 accounts for all reported obligations for PIID NNJ15HK11B, totaling $1.54 billion across 200 awards. This indicates complete concentration in research and development in the physical, engineering, and life sciences (except biotechnology), with no evidence of NAICS diversification in the provided data. The award volume suggests repeated procurement activity within a single NAICS category over time.

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 = 'NNJ15HK11B'
    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
AR12 SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; APPLIED RESEARCH 888,130,373.19 888.13 million 105
AR12 R&D- SPACE: AERONAUTICS/SPACE TECHNOLOGY (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 653,719,564.40 653.72 million 95

Insight

Obligations under PIID NNJ15HK11B are concentrated in PSC AR12, with two AR12 descriptions accounting for the reported obligations over the 10-year window. The larger line totals $888.13 million across 105 awards, followed by $653.72 million across 95 awards, indicating sustained procurement activity rather than a one-off concentration. The close award counts and same PSC code suggest a consistent R&D services profile within space-related applied research and technology support.

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 = 'NNJ15HK11B'
    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 133,012,275.27 133.01 million 21
2017 109,534,891.38 109.53 million 20
2018 130,882,668.38 130.88 million 21
2019 153,450,168.79 153.45 million 15
2020 139,681,456.60 139.68 million 21
2021 167,743,884.74 167.74 million 24
2022 176,648,926.69 176.65 million 29
2023 189,291,332.85 189.29 million 17
2024 201,719,711.01 201.72 million 18
2025 139,884,621.88 139.88 million 14

Insight

Obligations for PIID NNJ15HK11B under Agency 8000 generally increased over the 10-year window, rising from $133.01 million in 2016 to a peak of $201.72 million in 2024 before declining to $139.88 million in 2025. Award activity was comparatively steady through 2021, then became more concentrated in 2022–2024, with the highest count in 2022 (29 awards) alongside sustained elevated obligation levels. The pattern indicates a recent high-obligation period followed by a partial pullback in 2025.

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.