Vehicle Number

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

Analyst summary of vehicle number for PIID 80JSC024DA021 at Agency ID 8000 over the last 5 years.

This page summarizes federal procurement activity for the vehicle number associated with PIID 80JSC024DA021 at Agency ID 8000. The record shows 10 award actions and 40.74 million in total obligations across the last 5 years.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals are based on the provided analysis window, with exact obligated amount of 40,736,373 and average action value of 4,073,637.3.

Agency ID
8000
PIID
80JSC024DA021
Type
Vehicle
Total Obligated
40.74 million
40,736,373.00
Actions
10
Average Action Value
4,073,637.30

Overview

The available record for this vehicle number covers 10 award actions within the last 5 years. Total obligations equal 40,736,373, which is 40.74 million when rounded to two decimals. The average action value is 4,073,637.3, indicating a relatively concentrated obligation pattern across the observed actions.

How to use this page

Use this page to review obligation totals and action count for PIID 80JSC024DA021 without adding assumptions beyond the reported data. The figures support basic trend review, comparison with related FPDS records, and quick checks of average award action size over 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 = '80JSC024DA021'
    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 40,736,373.00 40.74 million 10

Insight

Over the 5-year window, all reported obligations for PIID 80JSC024DA021 are concentrated within a single agency: NASA (agency ID 8000). NASA accounts for $40.74 million across 10 awards, indicating fully concentrated funding with no observed distribution across other agencies in this dataset. This pattern suggests the vehicle has been used exclusively for NASA obligations during the period reviewed.

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 = '80JSC024DA021'
        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 = '80JSC024DA021'
    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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 40,736,373.00 40.74 million 10

Insight

Over the 5-year window, obligations for PIID 80JSC024DA021 are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This NAICS accounts for $40.74 million across 10 awards, indicating a narrow industrial profile with no evidence of NAICS diversification in the provided data. The pattern suggests recurring procurement activity within a single specialized manufacturing sector.

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 = '80JSC024DA021'
    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
W018 LEASE OR RENTAL OF EQUIPMENT- SPACE VEHICLES 40,736,373.00 40.74 million 10

Insight

Obligations for PIID 80JSC024DA021 are fully concentrated in PSC W018, Lease or Rental of Equipment - Space Vehicles, with $40.74 million across 10 awards over the 5-year window. This indicates a narrow procurement profile with no visible distribution across other PSCs in the provided data. The concentration suggests the vehicle is dedicated to a specific space-vehicle leasing or rental requirement rather than a broad mix of goods or services.

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 = '80JSC024DA021'
    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
2024 41,000,000.00 41.00 million 5
2025 -263,627.00 -263.63 thousand 5

Insight

Obligations for PIID 80JSC024DA021 were concentrated in 2024, with 41.00 million obligated across 5 awards. In 2025, obligations were essentially flat to slightly negative at -263.63 thousand across the same number of awards, indicating no meaningful expansion in funded activity within the 5-year window provided. The pattern suggests a one-year funding concentration followed by minimal net obligation change in the subsequent year.

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.