This page summarizes procurement activity for vehicle number 80JSC023DA007 under Agency ID 8000 across the last 10 years. The record reflects 53 award actions and $35,289,091.89 in total obligated value.
Vehicle Number
Vehicle Number 8000 / 80JSC023DA007 Federal Contract Action Summary (Last 10 Years)
Vehicle number 80JSC023DA007 for Agency ID 8000 shows 53 award actions over the last 10 years, with total obligations of $35.29 million.
Totals are based on the provided analysis window and readable obligated value, with an average action value of $665,831.92.
Overview
Vehicle number 80JSC023DA007 is associated with Agency ID 8000 and shows procurement activity spanning the last 10 years. The record includes 53 award actions and $35,289,091.89 in total obligated value, with an average action value of $665,831.92. These figures provide a concise view of the award history tied to this vehicle identifier.
How to use this page
Use this page to review the volume and dollar value of award activity associated with vehicle number 80JSC023DA007. The summary is useful for quickly assessing how often the vehicle was used and the scale of obligations recorded in the available FPDS analysis window. It does not add details beyond the provided award and obligation data.
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 = '80JSC023DA007'
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 | 35,289,091.89 | 35.29 million | 53 |
Insight
Over the 10-year window, obligations for PIID 80JSC023DA007 are fully concentrated within a single agency: the National Aeronautics and Space Administration. NASA accounts for $35.29 million across 53 awards, indicating that this vehicle has been used exclusively, or at least entirely in the available data, by one agency. This level of concentration suggests agency-specific reliance rather than broad interagency distribution.
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 = '80JSC023DA007'
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 = '80JSC023DA007'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 35,289,091.89 | 35.29 million | 53 |
Insight
Over the 10-year window for vehicle 80JSC023DA007 under agency 8000, obligations are fully concentrated in NAICS 541330, Engineering Services. This category accounts for $35.29 million across 53 awards, indicating a sustained and narrowly focused procurement profile. No other NAICS codes are reflected in the provided rows, so there is no observable diversification in the reported activity.
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 = '80JSC023DA007'
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 |
|---|---|---|---|---|
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 35,289,091.89 | 35.29 million | 53 |
Insight
Over the 10-year window, obligations are fully concentrated in PSC R425, Support- Professional: Engineering/Technical, totaling $35.29 million across 53 awards. This indicates a narrow procurement profile for this vehicle, with all observed activity falling within a single professional services category. The award count suggests repeated use of the vehicle rather than reliance on a small number of large actions.
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 = '80JSC023DA007'
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 |
|---|---|---|---|
| 2022 | 100,000.00 | 100.00 thousand | 2 |
| 2023 | 9,667,737.93 | 9.67 million | 20 |
| 2024 | 10,687,016.87 | 10.69 million | 15 |
| 2025 | 14,834,337.09 | 14.83 million | 16 |
Insight
Obligations on PIID 80JSC023DA007 are highly concentrated in the most recent four years, rising from 100.00 thousand in 2022 to 9.67 million in 2023, 10.69 million in 2024, and 14.83 million in 2025. Award activity also increased sharply, from 2 awards in 2022 to 20 in 2023, then remained elevated at 15 to 16 awards in 2024–2025. The pattern indicates a step-change in both dollar volume and award frequency beginning in 2023, with 2025 representing the highest obligation level in the period provided.
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.