Award Number

Award Number 8000 / NNM07AB03C Federal Contract Action Summary (Last 10 Years)

Award number NNM07AB03C for Agency ID 8000 shows $7.34 billion obligated across 334 actions over the last 10 years.

This page summarizes federal procurement activity for award number NNM07AB03C under Agency ID 8000. The record totals $7,344,854,368 in obligations across 334 award actions, with an average action value of $21,990,581.94.

Generated at 03/20/2026

Analysis period: Last 10 years

Figures reflect the last 10 years and use the provided readable and exact obligated totals.

Agency ID
8000
PIID
NNM07AB03C
Type
Award
Total Obligated
7.34 billion
7,344,854,368.00
Actions
334
Average Action Value
21,990,581.94

Overview

The award record for NNM07AB03C is associated with Agency ID 8000 and totals $7,344,854,368 in obligated value over the last 10 years. Across 334 actions, the average obligation per action is $21,990,581.94.

How to use this page

Use this page to review the scale and activity level of the award at a glance. The totals and action count provide a concise basis for comparing this award against other procurement records in the same analysis window.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8000' AND content__award__awardID__awardContractID__PIID = 'NNM07AB03C'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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 7,344,854,368.00 7.34 billion 334

Insight

For PIID NNM07AB03C over the 10-year window, obligations are fully concentrated at NASA (Agency ID 8000). NASA accounts for 7.34 billion in total obligated dollars across 334 awards, indicating a highly centralized funding pattern with no other agencies represented in the provided rows. This distribution suggests the award activity is dominated by a single agency relationship rather than dispersed across multiple obligating organizations.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '8000' AND content__award__awardID__awardContractID__PIID = 'NNM07AB03C'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
THE BOEING COMPANY 3A768 6,502,175,141.00 6.50 billion 306
THE BOEING COMPANY 842,679,227.00 842.68 million 28

Insight

Over the 10-year window for award NNM07AB03C, obligations are highly concentrated in THE BOEING COMPANY. The vendor appears twice in the results, with CAGE 3A768 accounting for $6.50 billion across 306 awards and an uncoded entry accounting for an additional $842.68 million across 28 awards. This indicates that most obligated value is concentrated with a single vendor identity, with a smaller portion recorded without a CAGE code.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8000' AND content__award__awardID__awardContractID__PIID = 'NNM07AB03C'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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 7,344,854,368.00 7.34 billion 334

Insight

Over the 10-year window, obligations for PIID NNM07AB03C are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This single NAICS accounts for $7.34 billion across 334 awards, indicating a highly focused procurement profile with no evidence of diversification in the provided data.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8000' AND content__award__awardID__awardContractID__PIID = 'NNM07AB03C'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
AR11 R&D- SPACE: AERONAUTICS/SPACE TECHNOLOGY (BASIC RESEARCH) 3,993,358,386.00 3.99 billion 139
AR11 SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; BASIC RESEARCH 3,351,495,982.00 3.35 billion 195

Insight

Obligations under this award are heavily concentrated in PSC AR11, with $3.99 billion across 139 actions in R&D- Space: Aeronautics/Space Technology (Basic Research) and $3.35 billion across 195 actions in Space R&D Services, Space Flight, Research and Supporting Activities; Basic Research. Together, these two PSC descriptions account for the full amount reflected here, indicating a narrow and highly focused research profile. The higher obligation level in the first category versus the higher action count in the second suggests larger average values in the first PSC and more frequent but smaller obligations in the second.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8000' AND content__award__awardID__awardContractID__PIID = 'NNM07AB03C'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 842,679,227.00 842.68 million 26
2017 766,491,064.00 766.49 million 23
2018 895,701,000.00 895.70 million 27
2019 769,683,897.00 769.68 million 40
2020 764,803,198.00 764.80 million 29
2021 945,388,561.00 945.39 million 43
2022 729,275,178.00 729.28 million 37
2023 643,279,787.00 643.28 million 30
2024 477,327,802.00 477.33 million 34
2025 510,224,654.00 510.22 million 45

Insight

Obligations for PIID NNM07AB03C remain concentrated at a high level across the 10-year window, ranging from $477.33 million in 2024 to $945.39 million in 2021. Annual obligations were relatively elevated through 2021, then declined in 2022-2024 before a modest uptick in 2025 to $510.22 million. Award counts fluctuate materially, peaking at 45 in 2025 and 43 in 2021, which suggests the funding pattern is spread across multiple award actions rather than a single-year concentration.

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.