Vehicle Number

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

Analysis of vehicle number for PIID 80ARC020D0006 at agency 8000 over the last 5 years.

This page summarizes procurement activity for vehicle number associated with PIID 80ARC020D0006. The record set covers the last 5 years and reflects 89 award actions with total obligations of $144.31 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Total obligated is shown as $144,309,353.83, with an average action value of $1,621,453.41.

Agency ID
8000
PIID
80ARC020D0006
Type
Vehicle
Total Obligated
144.31 million
144,309,353.83
Actions
89
Average Action Value
1,621,453.41

Overview

For the last 5 years, vehicle number under PIID 80ARC020D0006 shows 89 award actions tied to agency 8000. Total obligated amounts to $144,309,353.83, which is an average of $1,621,453.41 per action.

How to use this page

Use this page to review the scope and volume of procurement activity associated with this vehicle number. The totals provide a compact view of obligation levels and action frequency for the selected 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 = '80ARC020D0006'
    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 144,309,353.83 144.31 million 89

Insight

Over the 5-year window, obligations for PIID 80ARC020D0006 are fully concentrated within a single agency: the National Aeronautics and Space Administration (agency ID 8000). NASA accounts for $144.31 million across 89 awards, indicating all recorded activity in this vehicle is tied to one agency rather than distributed across multiple buyers. This pattern suggests a highly concentrated usage profile with no evidence in the provided data of interagency spread.

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 = '80ARC020D0006'
        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 = '80ARC020D0006'
    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
541512 COMPUTER SYSTEMS DESIGN SERVICES 144,309,353.83 144.31 million 89

Insight

Over the 5-year window, obligations under PIID 80ARC020D0006 are fully concentrated in NAICS 541512, Computer Systems Design Services. The single reported NAICS accounts for $144.31 million across 89 awards, indicating a sustained and highly focused procurement profile rather than a diversified NAICS mix.

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 = '80ARC020D0006'
    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
AD26 R&D- DEFENSE OTHER: SERVICES (MANAGEMENT/SUPPORT) 144,309,353.83 144.31 million 89

Insight

Over the 5-year window, obligations under vehicle PIID 80ARC020D0006 are entirely concentrated in PSC AD26, R&D-Defense Other: Services (Management/Support), with $144.31 million across 89 awards. This indicates a strong reliance on a single service category and a relatively broad award distribution within that category. No other PSCs are reflected in the provided rows, so the available data do not indicate diversification across product or service codes.

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 = '80ARC020D0006'
    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 39,925,037.30 39.93 million 22
2022 37,185,506.14 37.19 million 17
2023 32,928,159.50 32.93 million 17
2024 22,050,090.66 22.05 million 17
2025 12,220,560.23 12.22 million 16

Insight

Obligations under PIID 80ARC020D0006 declined steadily across the 5-year window, falling from $39.93 million in 2021 to $12.22 million in 2025, a reduction of roughly 69%. Award activity also remained relatively stable after 2022, with 17 awards in each of 2022–2024 and 16 in 2025, indicating that the decline in obligated dollars was driven more by lower dollar volume per award than by a sharp drop in award count. The pattern suggests increasing concentration of obligations into smaller annual amounts over time.

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.