Vehicle Number

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

Federal procurement page for vehicle number 80JSC021DA005 at Agency ID 8000 covering the last 5 years of award activity.

This page summarizes the procurement history tied to vehicle number 80JSC021DA005 for Agency ID 8000 over the last 5 years. It includes 83 award actions with total obligations of $44.27 million and an average action value of $533,319.97.

Generated at 03/21/2026

Analysis period: Last 5 years

Dollar figures are based on the provided exact total of 44,265,557.17 and the readable total of $44.27 million.

Agency ID
8000
PIID
80JSC021DA005
Type
Vehicle
Total Obligated
44.27 million
44,265,557.17
Actions
83
Average Action Value
533,319.97

Overview

The procurement record for vehicle number 80JSC021DA005 shows 83 award actions during the last 5 years. Total obligated value is $44,265,557.17, with an average action value of $533,319.97. The page is intended to support review of activity under Agency ID 8000 for this vehicle.

How to use this page

Use this page to review the scale and frequency of award actions associated with vehicle number 80JSC021DA005. The figures support basic trend and concentration analysis over the stated 5-year 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 = '80JSC021DA005'
    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 44,265,557.17 44.27 million 83

Insight

Over the 5-year window, obligations for PIID 80JSC021DA005 are fully concentrated within National Aeronautics and Space Administration (agency ID 8000). NASA accounts for $44.27 million across 83 awards, indicating that activity under this vehicle is entirely internal to a single agency and distributed across multiple awards rather than a single transaction.

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 = '80JSC021DA005'
        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 = '80JSC021DA005'
    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 44,265,557.17 44.27 million 83

Insight

Over the 5-year window for PIID 80JSC021DA005, obligations are fully concentrated in NAICS 541330, Engineering Services. This single NAICS accounts for $44.27 million across 83 awards, indicating a highly focused service profile with no diversification visible in the provided data. The volume of awards suggests repeated procurement activity within the same engineering services category.

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 = '80JSC021DA005'
    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
B599 SPECIAL STUDIES/ANALYSIS- OTHER 44,265,557.17 44.27 million 83

Insight

Over the 5-year window, obligations under PIID 80JSC021DA005 are fully concentrated in PSC B599, Special Studies/Analysis- Other, with $44.27 million across 83 awards. This indicates a single-line procurement profile with no observed PSC diversification in the provided data. The concentration suggests the vehicle has been used consistently for specialized analytic or study-related services rather than a mixed services mix.

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 = '80JSC021DA005'
    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
2021 4,267,586.43 4.27 million 11
2022 6,725,623.70 6.73 million 23
2023 9,285,386.93 9.29 million 17
2024 10,514,142.70 10.51 million 15
2025 13,472,817.41 13.47 million 17

Insight

Obligations under PIID 80JSC021DA005 increased each year from 2021 to 2025, rising from $4.27 million to $13.47 million over the 5-year window. Award counts were concentrated in 2022 with 23 awards, then remained in a narrower range of 15 to 17 awards in 2023–2025, indicating higher dollar obligations without a proportional increase in award volume. The pattern suggests growing annual funding intensity within a relatively stable post-2022 award count.

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.