Vehicle Number

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

Federal procurement page for vehicle number 80JSC024DA022 showing award activity for Agency ID 8000 over the last 10 years.

This page summarizes the contract history for vehicle number 80JSC024DA022 across the last 10 years. The record shows 10 award actions with total obligated amounts of $47.85 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar values are based on the provided total obligated exact amount of 47,852,166 and may round differently in displayed summaries.

Agency ID
8000
PIID
80JSC024DA022
Type
Vehicle
Total Obligated
47.85 million
47,852,166.00
Actions
10
Average Action Value
4,785,216.60

Overview

The procurement record for vehicle number 80JSC024DA022 covers 10 award actions in the last 10 years. Total obligated funding is 47,852,166, with an average action value of 4,785,216.6. This page is limited to the inputs provided and does not add contract details beyond those figures.

How to use this page

Use this page to review the funding pattern and award volume associated with vehicle number 80JSC024DA022. The totals and averages provide a compact view of obligation history for Agency ID 8000 across 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 = '80JSC024DA022'
    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 47,852,166.00 47.85 million 10

Insight

Over the 10-year window, all reported obligations for vehicle PIID 80JSC024DA022 are concentrated in a single agency: NASA (Agency ID 8000). NASA accounts for $47.85 million across 10 awards, indicating a fully concentrated obligation pattern with no cross-agency distribution in the provided data. This concentration suggests the vehicle has been used exclusively within NASA for the period reflected here.

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 = '80JSC024DA022'
        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 = '80JSC024DA022'
    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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 47,852,166.00 47.85 million 10

Insight

The vehicle’s 10-year obligations are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, totaling $47.85 million across 10 awards. This indicates a single-industry procurement profile with no visible diversification in the provided data. The distribution suggests sustained reliance on this NAICS for the identified PIID and agency.

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 = '80JSC024DA022'
    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
W018 LEASE OR RENTAL OF EQUIPMENT- SPACE VEHICLES 47,852,166.00 47.85 million 10

Insight

Over the 10-year window, obligations for vehicle 80JSC024DA022 are fully concentrated in PSC W018, Lease or Rental of Equipment - Space Vehicles. This single PSC accounts for $47.85 million across 10 awards, indicating a narrowly focused spend pattern with no evidence of distribution across other PSCs in the provided data. The concentration suggests this vehicle has been used primarily for space-vehicle leasing or rental 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 = '80JSC024DA022'
    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
2024 47,924,334.00 47.92 million 8
2025 -72,168.00 -72.17 thousand 2

Insight

Obligations for PIID 80JSC024DA022 are highly concentrated in 2024, when 8 awards totaled $47.92 million. In 2025, activity dropped to 2 awards with a net obligation of -$72.17 thousand, indicating minimal year-over-year execution and a reversal of prior funding levels. Across the 10-year window provided, the observable activity is limited to these two years and is heavily weighted toward 2024.

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.