Vehicle Number

Vehicle Number 8000 / 80JSC020D0060 Federal Contract Action Summary (Last 10 Years)

This page summarizes federal procurement activity for vehicle number under agency 8000 and PIID 80JSC020D0060 over the last 10 years.

The record shows 86 award actions with total obligations of $94.36 million, or $94,355,656.26 exact, and an average action value of $1,097,158.79. This provides a transaction-level view of vehicle activity tied to the identified award.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect the last 10 years and are shown as both readable and exact obligated totals.

Agency ID
8000
PIID
80JSC020D0060
Type
Vehicle
Total Obligated
94.36 million
94,355,656.26
Actions
86
Average Action Value
1,097,158.79

Overview

This page captures procurement activity for the vehicle entity type associated with vehicle number, using the last 10 years of award data. The total obligated amount is $94,355,656.26 across 86 award actions, with an average action value of $1,097,158.79.

How to use this page

Use this page to review the scale and frequency of obligations tied to this vehicle record. It is suitable for identifying overall award volume, average action size, and the total obligated amount associated with PIID 80JSC020D0060.

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 = '80JSC020D0060'
    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 94,355,656.26 94.36 million 86

Insight

For PIID 80JSC020D0060 over the 10-year window, all reported obligations are concentrated in a single agency: the National Aeronautics and Space Administration. NASA accounts for $94.36 million across 86 awards, indicating complete agency-level concentration within the provided rows. This distribution suggests the vehicle has been used exclusively, at least in the reported data, by NASA rather than 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__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 = '80JSC020D0060'
        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 = '80JSC020D0060'
    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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 94,355,656.26 94.36 million 86

Insight

Over the 10-year window for vehicle PIID 80JSC020D0060, obligations are fully concentrated in NAICS 541511, Custom Computer Programming Services. This NAICS accounts for $94.36 million across 86 awards, indicating a sustained procurement pattern rather than diversification across multiple industries. The concentration suggests the vehicle has been used primarily to support recurring software development and programming requirements.

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 = '80JSC020D0060'
    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 94,355,656.26 94.36 million 86

Insight

The vehicle’s obligations over the 10-year window are entirely concentrated in PSC R425, Support- Professional: Engineering/Technical, totaling $94.36 million across 86 awards. This indicates a clear single-PSC profile with no visible diversification across other product or service categories in the provided data. The volume of awards suggests repeated use of the vehicle for engineering and technical support requirements.

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 = '80JSC020D0060'
    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
2020 3,302,212.51 3.30 million 7
2021 15,141,673.72 15.14 million 17
2022 16,367,626.16 16.37 million 15
2023 19,939,295.77 19.94 million 20
2024 21,710,423.87 21.71 million 15
2025 17,894,424.23 17.89 million 12

Insight

Obligations under PIID 80JSC020D0060 increased sharply from 2020 to 2024, rising from $3.30 million across 7 awards to a peak of $21.71 million across 15 awards. Activity is concentrated in 2021–2025, with annual obligations remaining above $15 million each year after 2020 and award counts generally ranging from 12 to 20. The 2025 total declined to $17.89 million and 12 awards, but remains well above the 2020 baseline, indicating sustained multi-year use of the vehicle.

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.