Vehicle Number

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

Vehicle number record for PIID NNK14MA75C showing 134 award actions and $1.25 billion obligated over the last 10 years.

This page summarizes procurement activity for the vehicle number associated with PIID NNK14MA75C under agency ID 8000. The analysis covers the last 10 years and reflects 134 award actions with total obligations of $1,248,228,712.

Generated at 03/20/2026

Analysis period: Last 10 years

Dollar values are shown as reported in the source data; the readable total is rounded to $1.25 billion and the exact total is $1,248,228,712.

Agency ID
8000
PIID
NNK14MA75C
Type
Vehicle
Total Obligated
1.25 billion
1,248,228,712.00
Actions
134
Average Action Value
9,315,139.64

Overview

For agency ID 8000, the vehicle number tied to PIID NNK14MA75C shows sustained contract activity across the last 10 years. The record includes 134 award actions and total obligations of $1,248,228,712, with an average action value of $9,315,139.64.

How to use this page

Use this page to review the scale and pace of award activity associated with the vehicle number, including the number of actions and total obligated amount. The average action value provides a quick reference for comparing this record with other procurement entries in the same 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 = 'NNK14MA75C'
    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,248,228,712.00 1.25 billion 134

Insight

For PIID NNK14MA75C over the 10-year window, obligations are entirely concentrated at National Aeronautics and Space Administration, with $1.25 billion obligated across 134 awards. This indicates a single-agency concentration rather than a distributed obligation profile across multiple agencies. The award volume also suggests repeated vehicle use within the same agency context rather than broad interagency deployment.

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 = 'NNK14MA75C'
        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 = 'NNK14MA75C'
    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,248,228,712.00 1.25 billion 134

Insight

Over the 10-year window, obligations for PIID NNK14MA75C are concentrated entirely in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounts for $1.25 billion across 134 awards, indicating a highly focused procurement profile with no 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 = 'NNK14MA75C'
    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) 1,248,228,712.00 1.25 billion 134

Insight

Obligations under PIID NNK14MA75C are fully concentrated in PSC AJ47, R&D - General Science/Technology: Engineering (Commercialized), with $1.25 billion across 134 awards over the 10-year window. This indicates a highly focused procurement pattern tied to a single product/service category rather than a distributed mix of PSCs. The award count suggests repeated obligation activity within the same category, but no cross-PSC diversification is evident from the provided data.

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 = 'NNK14MA75C'
    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 479,798,288.00 479.80 million 18
2017 332,419,435.00 332.42 million 16
2018 361,983,948.00 361.98 million 25
2019 29,610,492.00 29.61 million 25
2020 1,200,326.00 1.20 million 13
2021 12,876,223.00 12.88 million 10
2022 26,850,000.00 26.85 million 10
2023 2,850,000.00 2.85 million 8
2024 0.00 0.00 6
2025 640,000.00 640.00 thousand 3

Insight

Obligations for PIID NNK14MA75C are heavily concentrated in the earlier years of the 10-year window, with the highest annual totals in 2016-2018 at 479.80 million, 332.42 million, and 361.98 million, respectively. Funding drops sharply in 2019 to 29.61 million and remains comparatively low thereafter, including 1.20 million in 2020, 12.88 million in 2021, and 26.85 million in 2022. Award counts also decline from 25 awards in 2018-2019 to single-digit levels by 2023-2025, with 0 obligated in 2024 despite 6 awards and only 640.00 thousand 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.