Vehicle Number

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

Federal procurement analysis for vehicle number under PIID NNK14MA75C, covering obligations in the last 5 years.

This page summarizes award activity for vehicle number associated with PIID NNK14MA75C over the last 5 years. The record shows 37 award actions and total obligations of $43.22 million.

Generated at 03/20/2026

Analysis period: Last 5 years

Total obligated is $43,216,223, and the average action value is $1,168,006.03.

Agency ID
8000
PIID
NNK14MA75C
Type
Vehicle
Total Obligated
43.22 million
43,216,223.00
Actions
37
Average Action Value
1,168,006.03

Overview

The procurement record for vehicle number under Agency ID 8000 and PIID NNK14MA75C shows 37 award actions in the last 5 years. Total obligated funding is $43,216,223, with an average action value of $1,168,006.03.

How to use this page

Use this page to review the overall funding volume and action count associated with the vehicle record. The figures provide a concise basis for comparing this award against other federal 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 5 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 43,216,223.00 43.22 million 37

Insight

Within the 5-year window, all reported obligation activity for vehicle PIID NNK14MA75C is concentrated at a single agency: the National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for 43.22 million across 37 awards, indicating fully concentrated award distribution within the provided data. This pattern suggests the vehicle is used exclusively or predominantly for NASA-obligated activity 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 = '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 5 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 5 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 43,216,223.00 43.22 million 37

Insight

Over the past 5 years, obligations under PIID NNK14MA75C are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This NAICS accounts for 43.22 million across 37 awards, indicating a narrow industrial base with repeated reliance on the same sector. The distribution suggests no observable diversification in the available data for this vehicle and window.

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 5 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) 43,216,223.00 43.22 million 37

Insight

Over the last 5 years, this vehicle’s obligations are fully concentrated in PSC AJ47, R&D - General Science/Technology: Engineering (Commercialized), with $43.22 million across 37 awards. This indicates a narrow requirement profile rather than a diversified PSC mix. The award volume suggests repeated use of the vehicle for the same PSC category, reinforcing that AJ47 is the dominant obligation driver for this line of effort.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 were concentrated in 2021 and 2022, which together accounted for the vast majority of recorded funding over the 5-year window. Annual obligated amounts then declined sharply in 2023, fell to zero in 2024, and remained low in 2025, indicating reduced funding activity after the early period. Award counts also trended downward from 10 awards in 2021–2022 to 8 in 2023, 6 in 2024, and 3 in 2025, consistent with a contraction in award frequency.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.