Vehicle Number

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

Vehicle number page for PIID NNK15EA47C, showing 169 award actions and $160.53 million obligated over the last 10 years for agency 8000.

This page summarizes procurement activity tied to vehicle number for PIID NNK15EA47C within agency 8000. The record shows 169 award actions and total obligated funding of $160,534,428 across the last 10 years.

Generated at 03/21/2026

Analysis period: Last 10 years

Average obligated value per award action is $949,907.86 based on the analysis window provided.

Agency ID
8000
PIID
NNK15EA47C
Type
Vehicle
Total Obligated
160.53 million
160,534,428.00
Actions
169
Average Action Value
949,907.86

Overview

The procurement record for vehicle number under PIID NNK15EA47C spans the last 10 years and totals $160,534,428 in obligated funding. Across 169 award actions, the average action value is $949,907.86, indicating repeated procurement activity rather than a single isolated award.

How to use this page

Use this page to review the overall scale and frequency of procurement activity associated with vehicle number for agency 8000. The figures here support a high-level review of obligations, action count, and average action value within 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 = 'NNK15EA47C'
    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 160,534,428.00 160.53 million 169

Insight

For PIID NNK15EA47C over the 10-year window, all reported obligated dollars in the top_agencies view are concentrated with the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for $160.53 million across 169 awards, indicating a fully concentrated distribution within the provided rows. This level of concentration suggests the vehicle has been used exclusively or nearly exclusively by a single agency in the observed 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 = 'NNK15EA47C'
        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 = 'NNK15EA47C'
    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
236210 INDUSTRIAL BUILDING CONSTRUCTION 160,534,428.00 160.53 million 169

Insight

For PIID NNK15EA47C over the 10-year window, obligations are fully concentrated in NAICS 236210, Industrial Building Construction, with $160.53 million across 169 awards. This indicates a narrow procurement profile within the vehicle, with no evidence here of diversification across other NAICS codes. The volume of awards suggests repeated use of this construction category as the dominant spending pattern.

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 = 'NNK15EA47C'
    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
Y1BF CONSTRUCTION OF MISSILE SYSTEM FACILITIES 160,534,428.00 160.53 million 169

Insight

Obligations for PIID NNK15EA47C are fully concentrated in PSC Y1BF, Construction of Missile System Facilities, totaling $160.53 million across 169 awards over the 10-year window. This indicates a narrow spending profile with all recorded obligations in the provided rows assigned to a single PSC, reflecting a highly focused procurement pattern for this vehicle.

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 = 'NNK15EA47C'
    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 27,861,670.00 27.86 million 24
2017 67,838,178.00 67.84 million 47
2018 34,736,000.00 34.74 million 52
2019 26,669,308.00 26.67 million 25
2020 3,280,451.00 3.28 million 15
2021 148,821.00 148.82 thousand 6

Insight

Obligations for PIID NNK15EA47C were concentrated in 2017 and 2018, which together accounted for the highest annual activity in the 10-year window. Annual obligations then declined sharply after 2018, falling from $34.74 million in 2018 to $26.67 million in 2019, $3.28 million in 2020, and $148.82 thousand in 2021. Award counts followed a similar pattern, peaking at 52 in 2018 and decreasing to 6 by 2021, indicating a marked reduction in both obligation volume and transaction frequency over time.

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.