Vehicle Number

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

Analysis of vehicle number in FPDS for Agency ID 8000 under PIID 80JSC023DA004 over the last 10 years, covering 48 award actions and $367,918,568.28 in obligated value.

This page summarizes procurement activity for vehicle number associated with Agency ID 8000 and PIID 80JSC023DA004 over the last 10 years. The record reflects 48 award actions with total obligated value of $367,918,568.28, or about $367.92 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are shown as provided in the source data, with readable and exact totals both included.

Agency ID
8000
PIID
80JSC023DA004
Type
Vehicle
Total Obligated
367.92 million
367,918,568.28
Actions
48
Average Action Value
7,664,970.17

Overview

Over the last 10 years, vehicle number under PIID 80JSC023DA004 shows 48 award actions and total obligated value of $367,918,568.28. The average action value is $7,664,970.17, indicating a relatively high-dollar award pattern across the period. These figures are limited to the supplied analysis window and agency identifier.

How to use this page

Use this page to review the scale and frequency of procurement activity tied to this vehicle number. The totals support quick comparison across actions, while the average action value provides a simple measure of award size within the 10-year window. This summary does not infer contract scope, performance, or competition status beyond the provided inputs.

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 = '80JSC023DA004'
    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 367,918,568.28 367.92 million 48

Insight

Over the 10-year window, obligations for PIID 80JSC023DA004 are entirely concentrated within NASA (Agency ID 8000). NASA accounts for $367.92 million across 48 awards, indicating a sustained and highly focused procurement relationship with a single agency. This concentration suggests the vehicle has been used primarily to support NASA requirements rather than being broadly distributed 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 = '80JSC023DA004'
        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 = '80JSC023DA004'
    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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 367,918,568.28 367.92 million 48

Insight

NAICS 541715 accounts for all reported obligations in this 10-year window for PIID 80JSC023DA004, with $367.92 million across 48 awards. This indicates a fully concentrated funding pattern within a single R&D category, with no observed diversification across other NAICS codes in the provided data. The award volume suggests repeated activity under the same technical scope rather than isolated procurement.

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 = '80JSC023DA004'
    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
AR12 SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; APPLIED RESEARCH 367,918,568.28 367.92 million 48

Insight

Obligations under PIID 80JSC023DA004 are fully concentrated in PSC AR12, with $367.92 million obligated across 48 awards over the 10-year window. This indicates a narrow service profile centered on space R&D services and supporting activities. The award count suggests repeated use of the same PSC rather than distribution across multiple product or service categories.

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 = '80JSC023DA004'
    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
2023 84,107,922.00 84.11 million 8
2024 127,639,627.57 127.64 million 20
2025 156,171,018.71 156.17 million 20

Insight

Obligations on this vehicle increased steadily over the three reported years, rising from $84.11 million in 2023 to $127.64 million in 2024 and $156.17 million in 2025. Award activity expanded from 8 awards in 2023 to 20 awards in both 2024 and 2025, indicating a broader distribution of obligations after 2023. The pattern suggests growing usage of the vehicle, with both obligated dollars and award counts concentrated at higher levels in the most recent two years.

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.