Vehicle Number

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

Federal procurement analysis for vehicle number 80MSFC23DA003 at agency 8000 over the last 5 years, showing 45 award actions and 78.52 million in obligations.

This page summarizes procurement activity for vehicle number 80MSFC23DA003 under agency 8000 during the last 5 years. It reflects 45 award actions with total obligations of 78,520,279.67 and an average action value of 1,744,895.1.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals are shown as provided in the source data, with readable and exact obligation figures both included.

Agency ID
8000
PIID
80MSFC23DA003
Type
Vehicle
Total Obligated
78.52 million
78,520,279.67
Actions
45
Average Action Value
1,744,895.10

Overview

For the last 5 years, vehicle number 80MSFC23DA003 shows 45 award actions tied to agency 8000. The record totals 78,520,279.67 in obligated dollars, or 78.52 million in readable form, with an average action value of 1,744,895.1.

How to use this page

Use this page to review the scale and frequency of award activity associated with this vehicle record. The figures support basic procurement analysis, including obligation volume, action count, and average action value over the selected 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 = '80MSFC23DA003'
    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 78,520,279.67 78.52 million 45

Insight

Over the 5-year window, all reported obligations for PIID 80MSFC23DA003 are concentrated in a single top agency: NASA (agency ID 8000). NASA accounts for $78.52 million across 45 awards, indicating both substantial value and repeated award activity within the same agency. Because only one agency is listed, the obligation distribution in this section is fully concentrated with no cross-agency spread reflected here.

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 = '80MSFC23DA003'
        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 = '80MSFC23DA003'
    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
541219 OTHER ACCOUNTING SERVICES 78,520,279.67 78.52 million 45

Insight

Obligations for PIID 80MSFC23DA003 are fully concentrated in NAICS 541219, Other Accounting Services, with $78.52 million obligated across 45 awards over the 5-year window. This indicates a narrow NAICS distribution and a strong reliance on a single service category for this vehicle. The pattern suggests the award activity under this PIID has been consistently focused rather than diversified across multiple NAICS codes.

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 = '80MSFC23DA003'
    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
R710 SUPPORT- MANAGEMENT: FINANCIAL 78,520,279.67 78.52 million 45

Insight

Over the 5-year window, obligations for this vehicle are fully concentrated in PSC R710, Support-Management: Financial, with $78.52 million across 45 awards. This indicates a highly focused requirement profile rather than a broad mix of products or services. The average award value is relatively modest compared with total obligated dollars, suggesting repeated use of this PSC across multiple actions.

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 = '80MSFC23DA003'
    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
2022 0.00 0.00 1
2023 28,484,031.70 28.48 million 16
2024 25,217,399.24 25.22 million 15
2025 24,818,848.73 24.82 million 13

Insight

Obligations under PIID 80MSFC23DA003 are concentrated in 2023–2025, with annual funding remaining in a relatively narrow band of $24.82 million to $28.48 million. Award activity peaks in 2023 at 16 awards and then declines to 15 in 2024 and 13 in 2025, while obligated dollars also step down modestly over the same period. The 2022 entry reflects a single award with no recorded obligation, indicating limited activity in that year relative to the subsequent period.

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.