Vehicle Number

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

Federal procurement record for vehicle number PIID 80JSC023DA010 under agency 8000, covering the last 5 years.

This page summarizes award activity for vehicle number PIID 80JSC023DA010 within agency 8000 over the last 5 years. Reported obligations total 109.10 million across 45 award actions, with an average action value of 2,424,401.92.

Generated at 03/21/2026

Analysis period: Last 5 years

Values are based on the provided analysis window and include a total obligated amount of 109,098,086.6.

Agency ID
8000
PIID
80JSC023DA010
Type
Vehicle
Total Obligated
109.10 million
109,098,086.60
Actions
45
Average Action Value
2,424,401.92

Overview

The record shows 45 award actions tied to vehicle number PIID 80JSC023DA010 during the last 5 years. Total obligated funding is 109,098,086.6, which rounds to 109.10 million, and the average action value is 2,424,401.92. This page is intended to help users review procurement activity associated with this vehicle record.

How to use this page

Use this page to assess the scale and frequency of award activity for PIID 80JSC023DA010 within agency 8000. The combination of total obligations and action count provides a concise view of how funding has been distributed over the analysis window.

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 = '80JSC023DA010'
    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 109,098,086.60 109.10 million 45

Insight

Over the 5-year window, NATIONAL AERONAUTICS AND SPACE ADMINISTRATION accounts for $109.10 million in obligated value across 45 awards under this vehicle. Obligation is fully concentrated in a single agency, indicating exclusive or near-exclusive use of this vehicle by agency 8000 in the observed period. The volume of awards suggests repeated use rather than a one-time obligation pattern.

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 = '80JSC023DA010'
        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 = '80JSC023DA010'
    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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 109,098,086.60 109.10 million 45

Insight

Within the 5-year window, obligations are fully concentrated in NAICS 541511, Custom Computer Programming Services, with $109.10 million across 45 awards. This indicates a highly focused procurement pattern for this vehicle, with no diversification across other NAICS codes in the provided data. The award count suggests repeated use of the vehicle for the same services rather than a broad mix of requirement types.

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 = '80JSC023DA010'
    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 109,098,086.60 109.10 million 45

Insight

Over the 5-year window, obligations under PIID 80JSC023DA010 are concentrated in PSC R425, Support- Professional: Engineering/Technical, with $109.10 million across 45 awards. This indicates the vehicle has been used repeatedly for engineering and technical support requirements rather than a broad mix of product or service categories. The award count suggests moderate distribution across multiple actions, but the funding remains fully concentrated in a single PSC.

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 = '80JSC023DA010'
    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
2023 13,060,680.41 13.06 million 10
2024 43,693,828.04 43.69 million 17
2025 52,343,578.15 52.34 million 18

Insight

Obligations under PIID 80JSC023DA010 increased sharply across the observed period, rising from $13.06 million in 2023 to $43.69 million in 2024 and $52.34 million in 2025. Award activity also expanded from 10 awards to 17 and then 18, indicating both higher funding concentration and a broader distribution of actions over time. The largest year-over-year increase occurred between 2023 and 2024, with growth continuing in 2025 at a slower rate.

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.