Vehicle Number

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

Procurement analysis for vehicle number 80MSFC23DA003 at agency 8000 over the last 10 years.

This page summarizes federal award activity for vehicle number 80MSFC23DA003 within agency 8000 during the last 10 years. The record shows 45 award actions with total obligations of 78.52 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are reported as provided, with exact total obligations of 78,520,279.67 and an average action value of 1,744,895.1.

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

The procurement record for vehicle number 80MSFC23DA003 covers 45 award actions in the last 10 years. Total obligations are 78.52 million, with an exact reported value of 78,520,279.67 and 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 tied to vehicle number 80MSFC23DA003. The figures support a basic assessment of obligation volume and action count for agency 8000 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 = '80MSFC23DA003'
    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 78,520,279.67 78.52 million 45

Insight

Over the 10-year window, all reported obligations for PIID 80MSFC23DA003 are concentrated within a single agency: the National Aeronautics and Space Administration, with 45 awards totaling $78.52 million. This indicates complete agency-level concentration for this vehicle and no observed distribution across other agencies in the provided data. The award pattern suggests sustained use within NASA rather than cross-agency utilization.

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

Insight

Over the 10-year window, obligations under this vehicle are fully concentrated in NAICS 541219, Other Accounting Services. The single reported NAICS accounts for $78.52 million across 45 awards, indicating a narrow service focus with repeated award activity rather than broad NAICS distribution. This pattern suggests the vehicle has been used consistently for accounting-related requirements within the agency.

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

Insight

Obligations under PIID 80MSFC23DA003 are fully concentrated in PSC R710, Support- Management: Financial, with $78.52 million across 45 awards over the 10-year window. This indicates a highly focused vehicle scope with no evidence of PSC diversification in the provided data. The award count suggests repeated use of the vehicle for the same service category rather than broad distribution across multiple PSCs.

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 10 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 on PIID 80MSFC23DA003 are concentrated in 2023–2025, with no recorded obligated amount in 2022 aside from a single award. Annual obligated amounts are relatively stable across the active years, declining from $28.48 million in 2023 to $25.22 million in 2024 and $24.82 million in 2025. Award counts also taper modestly over the period, from 16 in 2023 to 15 in 2024 and 13 in 2025, indicating a slight reduction in transaction volume alongside a small decrease in spend.

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.