This page summarizes federal procurement activity for award number NNM07AB03C under agency ID 8000 across the last 5 years. The award has 189 actions and $3,305,495,982 in total obligated value, with an average action value of $17,489,396.73.
Award Number
Award Number 8000 / NNM07AB03C Federal Contract Action Summary (Last 5 Years)
Award number NNM07AB03C for agency ID 8000 shows 189 recorded actions over the last 5 years and $3.31 billion in total obligations.
Totals reflect the provided analysis window and may include multiple award actions tied to the same award number.
Overview
Award number NNM07AB03C is associated with 189 actions during the last 5 years, totaling $3,305,495,982 in obligations. The average action value is $17,489,396.73, indicating substantial recorded activity within the analysis window. This page is intended to support review of award-level procurement history tied to agency ID 8000.
How to use this page
Use this page to quickly assess the scale and frequency of obligations recorded under award number NNM07AB03C. The action count and total obligated amount provide a concise starting point for procurement analysis, comparison, and follow-up review.
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 5 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 | 3,305,495,982.00 | 3.31 billion | 189 |
Insight
For PIID NNM07AB03C over the 5-year window, obligations are entirely concentrated within a single agency: the National Aeronautics and Space Administration. NASA accounts for $3.31 billion across 189 awards, indicating all observed obligation activity in this view is focused within one agency rather than distributed across multiple agencies.
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 5 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 | 3,305,495,982.00 | 3.31 billion | 189 |
Insight
Over the 5-year window for award PIID NNM07AB03C under Agency ID 8000, THE BOEING COMPANY (CAGE 3A768) is the sole top vendor listed, accounting for the entire reported vendor obligation total of 3.31 billion across 189 awards. This indicates a highly concentrated vendor distribution, with obligations for this award centered on a single contractor rather than spread across multiple suppliers. The volume of awards alongside the obligation total suggests sustained contractual activity with one dominant vendor relationship.
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 5 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 | 3,305,495,982.00 | 3.31 billion | 189 |
Insight
Over the 5-year window, obligations for PIID NNM07AB03C are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounts for $3.31 billion across 189 awards, indicating a narrow and highly focused procurement profile within the observed period. The data provide no evidence of distribution across other NAICS codes for this award in the provided rows.
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 5 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 | SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; BASIC RESEARCH | 3,305,495,982.00 | 3.31 billion | 189 |
Insight
Obligations under PIID NNM07AB03C over the 5-year window are fully concentrated in PSC AR11, indicating no observable PSC diversification within the provided data. AR11 accounts for 189 awards totaling $3.31 billion, which suggests repeated obligations in a single space R&D services category rather than a mixed procurement profile. This concentration is significant for assessing program focus and award consistency.
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 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 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 under PIID NNM07AB03C declined overall across the five-year window, falling from $945.39 million in 2021 to $510.22 million in 2025, a reduction of more than 40 percent. Award activity also shifted downward from 43 awards in 2021 to 30 in 2023, before increasing to 45 in 2025, indicating a later-year rise in transaction count despite lower total obligated amounts than the early years. The pattern suggests a distribution of obligations that is increasingly fragmented across a larger number of awards, particularly 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.