This page summarizes federal award activity for award number NAS1510000 within agency ID 8000 over the last full year. The award shows 77 actions and total obligated value of $342.14 million.
Award Number
Award Number 8000 / NAS1510000 Federal Contract Action Summary (Last Year)
Award number NAS1510000 under agency ID 8000 recorded 77 actions and $342,138,342.29 in obligated value during the last full year.
Dollar figures are shown as provided, with the readable total rounded from the exact obligated amount of $342,138,342.29.
Overview
The analysis window covers the last full year and shows 77 award actions tied to NAS1510000. Total obligated value is $342,138,342.29, with an average action value of $4,443,355.09.
How to use this page
Use this page to review high-level award activity for NAS1510000 and compare action volume with obligated value over the selected period. The figures support quick screening, trend review, and cross-reference with related FPDS records.
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 = 'NAS1510000'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 342,138,342.29 | 342.14 million | 77 |
Insight
Obligations for PIID NAS1510000 in the 1-year window are fully concentrated within the National Aeronautics and Space Administration, with $342.14 million obligated across 77 awards. This indicates a single-agency distribution with no visible cross-agency spread in the provided results. The concentration suggests the award activity is managed entirely within NASA for this 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__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 = 'NAS1510000'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
|---|---|---|---|---|
| BOEING COMPANY | 2B945 | 342,138,342.29 | 342.14 million | 77 |
Insight
BOEING COMPANY is the sole top vendor identified for this award over the 1-year window, indicating complete vendor concentration within the provided results. It accounts for $342.14 million across 77 awards, showing a high volume of obligations directed to a single contractor. This pattern suggests the award activity is heavily concentrated and not distributed across multiple vendors in the queried period.
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 = 'NAS1510000'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 342,138,342.29 | 342.14 million | 77 |
Insight
Over the past 1 year, obligations for PIID NAS1510000 are concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounts for $342.14 million across 77 awards, indicating a highly focused spending profile within the observed window. No additional NAICS distribution is provided here, so concentration beyond this category cannot be assessed from the available 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 = 'NAS1510000'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
|---|---|---|---|---|
| AR62 | R&D- SPACE: STATION (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) | 342,138,342.29 | 342.14 million | 77 |
Insight
Obligations for PIID NAS1510000 over the past year are fully concentrated in PSC AR62, with $342.14 million across 77 awards. This indicates a highly focused funding profile in R&D - Space: Station (Applied Research/Exploratory Development), with no evidence of PSC diversification in the provided data. The concentration suggests this PSC is the dominant driver of obligated value and award activity for the period.
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 = 'NAS1510000'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | 342,138,342.29 | 342.14 million | 77 |
Insight
In the 1-year window, obligations under PIID NAS1510000 are concentrated in FY 2025, with $342.14 million obligated across 77 awards. This indicates a high annual volume of activity within a single fiscal year rather than a multi-year spread. With only one year present in the data, no year-over-year trend can be assessed from this query result.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.