Vehicle Number

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

Analysis of vehicle number in federal procurement for Agency ID 8000 and PIID 80JSC021DA015 over the last 10 years.

This page summarizes federal award activity for vehicle number tied to Agency ID 8000 under PIID 80JSC021DA015. Over the last 10 years, the record shows 191 award actions and total obligated funding of $388,062,171.32.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures reflect the provided exact obligated total and the rounded readable amount is $388.06 million.

Agency ID
8000
PIID
80JSC021DA015
Type
Vehicle
Total Obligated
388.06 million
388,062,171.32
Actions
191
Average Action Value
2,031,739.12

Overview

The available record for vehicle number under Agency ID 8000 and PIID 80JSC021DA015 covers the last 10 years and includes 191 award actions. Total obligated funding is $388,062,171.32, with an average action value of $2,031,739.12.

How to use this page

Use this page to review the scale of award activity associated with vehicle number and to compare the total obligated amount against the number of actions. The figures support basic procurement analysis by showing both the cumulative obligation and the average value per action within the stated period.

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 = '80JSC021DA015'
    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 388,062,171.32 388.06 million 191

Insight

For PIID 80JSC021DA015 over the 10-year window, obligations are fully concentrated within National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for $388.06 million across 191 awards, indicating a high volume of activity within a single agency and no evidence of cross-agency distribution in the provided rows.

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 = '80JSC021DA015'
        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 = '80JSC021DA015'
    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
561210 FACILITIES SUPPORT SERVICES 388,062,171.32 388.06 million 191

Insight

Over the 10-year window, obligations for vehicle PIID 80JSC021DA015 under Agency 8000 are entirely concentrated in NAICS 561210, Facilities Support Services. The single reported NAICS category accounts for $388.06 million across 191 awards, indicating a highly concentrated award pattern rather than a diversified NAICS mix. This concentration suggests the vehicle has been used consistently for a narrow services scope within the reported period.

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 = '80JSC021DA015'
    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
M1JZ OPERATION OF MISCELLANEOUS BUILDINGS 388,062,171.32 388.06 million 191

Insight

Over the 10-year window, obligations are concentrated entirely in PSC M1JZ, Operation of Miscellaneous Buildings, with $388.06 million across 191 awards. This indicates the vehicle’s obligation activity is highly focused in a single PSC rather than spread across multiple categories. The award count suggests recurring use of the vehicle for this service area.

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 = '80JSC021DA015'
    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
2021 5,094,500.00 5.09 million 9
2022 55,059,655.35 55.06 million 35
2023 69,461,131.79 69.46 million 56
2024 59,133,325.63 59.13 million 45
2025 199,313,558.55 199.31 million 46

Insight

Obligations for vehicle PIID 80JSC021DA015 are concentrated in the most recent years, rising from 5.09 million across 9 awards in 2021 to 55.06 million in 2022 and 69.46 million in 2023. Funding declined slightly in 2024 to 59.13 million, then increased sharply in 2025 to 199.31 million, the highest annual level in the period. Award counts also expanded materially after 2021, increasing to 35 in 2022 and remaining elevated through 2025, indicating a sustained shift to higher annual activity.

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.