Vehicle Number

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

Vehicle number record for PIID 80ARC020D0006 under Agency ID 8000, showing obligations and award activity over the last 10 years.

This page summarizes procurement activity for the vehicle number associated with PIID 80ARC020D0006. The record covers the last 10 years and reflects $154.00 million in total obligated amount across 97 award actions.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated exact value is $153,999,673.74, with an average action value of $1,587,625.50.

Agency ID
8000
PIID
80ARC020D0006
Type
Vehicle
Total Obligated
154.00 million
153,999,673.74
Actions
97
Average Action Value
1,587,625.50

Overview

The vehicle number record for Agency ID 8000 and PIID 80ARC020D0006 shows sustained award activity over the last 10 years. Total obligations equal $153,999,673.74, which rounds to $154.00 million, across 97 award actions.

How to use this page

Use this page to review the scale and frequency of award activity tied to the vehicle number. The average action value of $1,587,625.50 provides a simple reference point for comparing individual actions within the record.

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 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 153,999,673.74 154.00 million 97

Insight

For PIID 80ARC020D0006 over the 10-year window, obligations are fully concentrated within NASA, with $154.0 million obligated across 97 awards. This indicates a single-agency funding profile with no observable distribution across other agencies in the provided data. The award count suggests repeated use of the vehicle within the same agency rather than broad interagency participation.

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 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 = '80ARC020D0006'
    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
541512 COMPUTER SYSTEMS DESIGN SERVICES 153,999,673.74 154.00 million 97

Insight

Obligations are fully concentrated in NAICS 541512, Computer Systems Design Services, with $154.00 million across 97 awards over the 10-year window. This indicates a highly focused procurement pattern for the vehicle, with no other NAICS codes represented in the provided data. The award count suggests repeated use within a single service category rather than a diversified obligation base.

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 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
AD26 R&D- DEFENSE OTHER: SERVICES (MANAGEMENT/SUPPORT) 153,999,673.74 154.00 million 97

Insight

Obligations are fully concentrated in PSC AD26, R&D- Defense Other: Services (Management/Support), totaling $154.0 million across 97 awards over the 10-year window. This indicates a narrow service profile for the vehicle, with all reported obligations falling within a single PSC category. The award count suggests repeated use of the vehicle for the same general requirement rather than broad PSC diversification.

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 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2020 9,690,319.91 9.69 million 8
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 increased sharply from $9.69 million in 2020 to a peak of $39.93 million in 2021, alongside a rise in awards from 8 to 22. After 2021, obligated dollars declined each year through 2025, falling to $12.22 million, while award counts stayed relatively stable at 16-17 from 2022 onward. This pattern indicates spending is concentrated in 2021-2023, with lower but sustained activity in the most recent 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.