Vehicle Number

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

Vehicle number 80JSC023DA007 shows 53 award actions in the last 5 years with $35.29 million obligated.

This page summarizes federal procurement activity for vehicle number 80JSC023DA007 within Agency ID 8000 over the last 5 years. The record shows 53 award actions and total obligated dollars of $35,289,091.89.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts are presented as obligated totals for the selected analysis window and reflect the readable value of $35.29 million.

Agency ID
8000
PIID
80JSC023DA007
Type
Vehicle
Total Obligated
35.29 million
35,289,091.89
Actions
53
Average Action Value
665,831.92

Overview

Across the last 5 years, vehicle number 80JSC023DA007 is associated with 53 award actions and total obligated funding of $35,289,091.89. The average action value is $665,831.92, indicating repeated procurement activity within the selected period. These figures are limited to the provided PIID and Agency ID 8000 context.

How to use this page

Use this page to review the scale and frequency of procurement activity tied to vehicle number 80JSC023DA007. The action count, total obligated amount, and average action value provide a concise basis for comparing this record with other federal procurement entries.

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 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 35,289,091.89 35.29 million 53

Insight

For vehicle PIID 80JSC023DA007 over the 5-year window, obligations are entirely concentrated within NASA (Agency ID 8000), with no other agency entries in the provided rows. NASA accounts for $35.29 million across 53 awards, indicating a fully single-agency distribution for this vehicle in the observed period. This pattern suggests activity is centralized and not diversified across 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__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 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 = '80JSC023DA007'
    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
541330 ENGINEERING SERVICES 35,289,091.89 35.29 million 53

Insight

Over the 5-year window, obligations for PIID 80JSC023DA007 are concentrated entirely in NAICS 541330, Engineering Services. This single NAICS accounts for $35.29 million across 53 awards, indicating a narrow procurement profile and sustained reliance on engineering services for this vehicle.

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 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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 35,289,091.89 35.29 million 53

Insight

For PIID 80JSC023DA007 over the 5-year window, obligations are fully concentrated in PSC R425, Support- Professional: Engineering/Technical. The vehicle records 53 awards totaling $35.29 million, indicating repeated use of this PSC category rather than a diversified mix of product or service codes. This concentration suggests the vehicle is primarily used to support engineering and technical professional services.

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 5 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 for PIID 80JSC023DA007 are highly concentrated in the most recent years, rising from 100 thousand in 2022 to 9.67 million in 2023. Funding remained elevated in 2024 at 10.69 million and increased further to 14.83 million in 2025. Award activity also concentrated in 2023-2025, with 20 awards in 2023, 15 in 2024, and 16 in 2025, versus only 2 awards in 2022.

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.