Vehicle Number

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

Vehicle number 80ARC020D0010 for agency 8000 shows 69 award actions and 151.62 million in obligated value over the last 5 years.

This page summarizes procurement activity for vehicle number 80ARC020D0010 under agency 8000 during the last 5 years. The record includes 69 award actions with total obligated value of 151,623,356.09 and an average action value of 2,197,439.94.

Generated at 03/21/2026

Analysis period: Last 5 years

Values reflect the provided analysis window and may differ from rounded figures due to formatting.

Agency ID
8000
PIID
80ARC020D0010
Type
Vehicle
Total Obligated
151.62 million
151,623,356.09
Actions
69
Average Action Value
2,197,439.94

Overview

Vehicle number 80ARC020D0010 is associated with 69 award actions in the last 5 years. Total obligated value is 151,623,356.09, with an average action value of 2,197,439.94. This overview is limited to the inputs provided for agency 8000 and the specified PIID. Rounded and exact obligated totals are both included to support comparison across summary and detailed views.

How to use this page

Use this page to review the procurement footprint tied to vehicle number 80ARC020D0010 and to compare action frequency with obligated value. The average action value provides a simple reference point for assessing the scale of individual award actions within the analysis window. For audit or reporting use, rely on the exact obligated amount when precision is required and the readable total when a compact summary is preferred.

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 = '80ARC020D0010'
    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 151,623,356.09 151.62 million 69

Insight

NASA is the sole agency represented in this 5-year vehicle view, with $151.62 million in total obligations across 69 awards. This indicates full concentration of obligated activity within one agency, with no cross-agency distribution captured in the provided rows. The award volume suggests repeated use of the vehicle rather than a single large obligation.

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 = '80ARC020D0010'
        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 = '80ARC020D0010'
    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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 151,623,356.09 151.62 million 69

Insight

Obligations under this vehicle are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences, with $151.62 million obligated across 69 awards over the 5-year window. This indicates a highly focused requirement set with no observed distribution across other NAICS codes in the provided data. The award volume suggests repeated use of the vehicle for this specialized R&D 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 = '80ARC020D0010'
    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
AR11 SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; BASIC RESEARCH 151,623,356.09 151.62 million 69

Insight

Obligations under PIID 80ARC020D0010 are fully concentrated in PSC AR11, with $151.62 million across 69 awards over the 5-year window. This indicates a narrow product/service mix focused on space R&D and related supporting activities. The award count suggests repeated procurement activity within a single PSC rather than a diversified set of 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 = '80ARC020D0010'
    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 22,191,555.55 22.19 million 15
2022 31,254,366.26 31.25 million 14
2023 29,181,514.87 29.18 million 15
2024 33,549,647.49 33.55 million 14
2025 35,446,271.92 35.45 million 11

Insight

Obligations on PIID 80ARC020D0010 generally trended upward over the 5-year window, rising from 22.19 million in 2021 to 35.45 million in 2025, with a brief dip in 2023 after a 2022 increase. Award volume was relatively stable through 2024 at 14 to 15 awards per year, then declined to 11 in 2025 while obligations reached the period high, indicating greater concentration in fewer actions. Overall, the pattern suggests increasing dollar concentration without a corresponding increase in 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.