Vehicle Number

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

Procurement analysis page for vehicle number associated with PIID NNK14MA74C under agency ID 8000 over the last 10 years.

This page summarizes federal award activity for vehicle number tied to PIID NNK14MA74C across the last 10 years. The record shows 119 award actions with total obligated funds of 762.84 million and an average action value of 6,410,411.82.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and may differ from other reports depending on date filters and FPDS updates.

Agency ID
8000
PIID
NNK14MA74C
Type
Vehicle
Total Obligated
762.84 million
762,839,006.00
Actions
119
Average Action Value
6,410,411.82

Overview

The available FPDS data for vehicle number under PIID NNK14MA74C covers the last 10 years and records 119 award actions. Total obligated funding is 762,839,006, which is 762.84 million when rounded to two decimals. The average action value is 6,410,411.82.

How to use this page

Use this page to review the scale and frequency of award activity tied to this vehicle record within agency ID 8000. The summary supports quick comparison of total obligations, action count, and average action value over the selected period.

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 = 'NNK14MA74C'
    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 762,839,006.00 762.84 million 119

Insight

For PIID NNK14MA74C over the 10-year window, all reported obligated dollars in this section are concentrated within NASA (agency ID 8000). NASA accounts for $762.84 million across 119 awards, indicating a fully concentrated distribution with no other agencies represented in the provided rows. This pattern suggests the vehicle’s obligations tracked exclusively to a single agency in the available data.

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 = 'NNK14MA74C'
        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 = 'NNK14MA74C'
    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 762,839,006.00 762.84 million 119

Insight

Over the 10-year window, obligations for PIID NNK14MA74C are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This single NAICS accounts for $762.84 million across 119 awards, indicating a highly specialized procurement profile with no observable NAICS diversification in the provided data. The award pattern suggests sustained activity within one industrial category rather than a broad distribution of obligations across multiple sectors.

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 = 'NNK14MA74C'
    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
AJ47 R&D- GENERAL SCIENCE/TECHNOLOGY: ENGINEERING (COMMERCIALIZED) 762,839,006.00 762.84 million 119

Insight

Obligations for this vehicle are fully concentrated in PSC AJ47, R&D – General Science/Technology: Engineering (Commercialized), with $762.84 million across 119 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The volume of awards suggests repeated use of the vehicle for the same functional requirement rather than broad category coverage.

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 = 'NNK14MA74C'
    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 216,406,611.00 216.41 million 8
2017 400,680,228.00 400.68 million 16
2018 110,859,256.00 110.86 million 19
2019 13,378.00 13.38 thousand 13
2020 26,573,732.00 26.57 million 16
2021 7,417,616.00 7.42 million 15
2022 -711,571.00 -711.57 thousand 11
2023 1,599,756.00 1.60 million 10
2024 0.00 0.00 6
2025 0.00 0.00 5

Insight

Obligations for PIID NNK14MA74C were heavily concentrated in 2016-2018, peaking in 2017 at $400.68 million and remaining above $100 million in both 2016 and 2018. After 2018, obligations fell sharply to near-zero levels in 2019, then remained comparatively low and volatile through 2025, including a negative obligation in 2022 and zero obligations in 2024-2025. Award counts were more evenly distributed across the period, with no parallel concentration in later years despite continued annual activity.

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.