Vehicle Number

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

Procurement analysis page for vehicle number 80LARC18C0002 under Agency ID 8000, covering obligations and award activity in the last 5 years.

This page summarizes federal procurement activity for vehicle number 80LARC18C0002 during the last 5 years. It shows 47 award actions with total obligated funding of $48.33 million and an average action value of $1,028,344.69.

Generated at 03/21/2026

Analysis period: Last 5 years

Dollar values are reported as both readable and exact totals: $48.33 million and $48,332,200.27.

Agency ID
8000
PIID
80LARC18C0002
Type
Vehicle
Total Obligated
48.33 million
48,332,200.27
Actions
47
Average Action Value
1,028,344.69

Overview

The procurement record for vehicle number 80LARC18C0002 shows 47 award actions in the last 5 years. Total obligated funding reached $48,332,200.27, which is reported here as $48.33 million for readability. The average action value across the period was $1,028,344.69.

How to use this page

Use this page to review obligation levels and award activity for vehicle number 80LARC18C0002 under Agency ID 8000. The figures provide a concise summary of total spend, action count, and average action size within 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 = '80LARC18C0002'
    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 48,332,200.27 48.33 million 47

Insight

Within the 5-year window, all reported obligation under PIID 80LARC18C0002 is concentrated in NASA (agency ID 8000), indicating a single-agency funding profile for this vehicle. NASA accounts for $48.33 million across 47 awards, suggesting repeated use of the same vehicle rather than a broad distribution 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 = '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 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 = '80LARC18C0002'
    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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 48,332,200.27 48.33 million 47

Insight

Over the 5-year window, obligations for vehicle PIID 80LARC18C0002 are fully concentrated in NAICS 541611, Administrative Management and General Management Consulting Services. This category accounts for $48.33 million across 47 awards, indicating repeated use of this services classification rather than a diversified NAICS mix. The pattern suggests sustained procurement activity in a single professional services category 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 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
R499 SUPPORT- PROFESSIONAL: OTHER 48,332,200.27 48.33 million 47

Insight

Over the 5-year window, obligations for this vehicle are fully concentrated in PSC R499, Support- Professional: Other, with $48.33 million across 47 awards. This indicates a narrow product/service profile rather than a diversified mix of PSCs. The award count suggests repeated use of the same service category, with funding distributed across multiple actions rather than a single isolated award.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 2021–2023, with annual totals declining from $18.31 million in 2021 to $15.71 million in 2022 and $14.14 million in 2023. Award counts over that period remained relatively stable at 13–16 actions per year, indicating sustained activity despite a gradual reduction in obligated dollars. In 2024, obligated amounts fell sharply to $179.95 thousand across 4 awards, marking a substantial drop relative to prior 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.