Vehicle Number

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

Federal procurement analysis for vehicle number 80LARC18C0002 under agency ID 8000 covering the last 10 years of award activity.

This page summarizes procurement activity associated with vehicle number 80LARC18C0002 for agency ID 8000 over the last 10 years. The record shows 88 award actions with total obligated spending of $93.59 million and an average action value of $1,063,525.13.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated value is shown as both the readable amount of $93.59 million and the exact amount of $93,590,211.27.

Agency ID
8000
PIID
80LARC18C0002
Type
Vehicle
Total Obligated
93.59 million
93,590,211.27
Actions
88
Average Action Value
1,063,525.13

Overview

The procurement record for vehicle number 80LARC18C0002 reflects 88 award actions within the last 10 years. Total obligated spending is $93,590,211.27, with an average action value of $1,063,525.13.

How to use this page

This page can be used to review the scale and frequency of award activity tied to vehicle number 80LARC18C0002. The data provides a compact view of obligated value, action count, and average action size for agency ID 8000.

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 = '80LARC18C0002'
    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 93,590,211.27 93.59 million 88

Insight

Within the 10-year window, obligations for vehicle PIID 80LARC18C0002 are concentrated entirely within a single agency: NASA (Agency ID 8000). NASA accounts for $93.59 million across 88 awards, indicating a consistent award pattern with no visible cross-agency distribution in the provided data.

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 = '80LARC18C0002'
        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 = '80LARC18C0002'
    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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 93,590,211.27 93.59 million 88

Insight

Over the 10-year window, obligations for vehicle PIID 80LARC18C0002 are fully concentrated in NAICS 541611, Administrative Management and General Management Consulting Services. This category accounts for $93.59 million across 88 awards, indicating repeated use of the same service classification rather than a diversified NAICS mix. The data suggest sustained reliance on consulting services as the dominant procurement profile for this vehicle.

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 = '80LARC18C0002'
    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
R499 SUPPORT- PROFESSIONAL: OTHER 93,590,211.27 93.59 million 88

Insight

Obligations for PIID 80LARC18C0002 are concentrated entirely in PSC R499, Support- Professional: Other, with $93.59 million across 88 awards over the 10-year window. This indicates a highly focused service profile with no observed distribution across other PSCs in the provided data. The relatively high award count alongside the full obligation concentration suggests repeated use of the same support category rather than diversification across product or service types.

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 = '80LARC18C0002'
    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
2018 10,761,705.00 10.76 million 14
2019 15,311,136.00 15.31 million 12
2020 19,185,170.00 19.19 million 15
2021 18,305,650.19 18.31 million 14
2022 15,708,819.00 15.71 million 13
2023 14,137,778.00 14.14 million 16
2024 179,953.08 179.95 thousand 4

Insight

Obligations for PIID 80LARC18C0002 were concentrated in fiscal years 2020 through 2023, ranging from $14.14 million to $19.19 million annually, with award counts generally between 12 and 16. Spending increased from $10.76 million in 2018 to a peak of $19.19 million in 2020, then declined gradually through 2023. FY 2024 reflects a sharp drop to $179.95 thousand across 4 awards, indicating a materially reduced level of activity in the current 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.