Vehicle Number

Vehicle Number 8900 / 89303919DEM000005 Federal Contract Action Summary (Last 10 Years)

Federal procurement profile for vehicle number under PIID 89303919DEM000005, showing obligations and award activity over the last 10 years.

This page summarizes procurement activity tied to vehicle number for agency ID 8900 during the last 10 years. The record shows 97 award actions and total obligations of 80.76 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on the provided analysis window and may differ from exact system-level values due to rounding in displayed amounts.

Agency ID
8900
PIID
89303919DEM000005
Type
Vehicle
Total Obligated
80.76 million
80,757,592.79
Actions
97
Average Action Value
832,552.50

Overview

The procurement record for vehicle number under agency ID 8900 and PIID 89303919DEM000005 covers 97 award actions across the last 10 years. Total obligated funding is 80,757,592.79, with an average action value of 832,552.5. This page presents the activity as a focused award-history view rather than a contract narrative.

How to use this page

Use this page to review obligation levels and award frequency associated with the vehicle record. The figures support basic trend review, record comparison, and reference checks against the underlying award actions.

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 = '8900' AND content__IDV__contractID__IDVID__PIID = '89303919DEM000005'
    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
8900 ENERGY, DEPARTMENT OF 80,757,592.79 80.76 million 97

Insight

Within the 10-year window, all reported obligations for this vehicle are concentrated in a single top agency: the Department of Energy (agency ID 8900). DOE accounts for $80.76 million across 97 awards, indicating a high degree of agency-specific use rather than broad distribution across multiple agencies. This concentration suggests the vehicle has been used primarily to support DOE requirements over time.

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 = '8900' AND content__IDV__contractID__IDVID__PIID = '89303919DEM000005'
        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 = '8900' AND content__IDV__contractID__IDVID__PIID = '89303919DEM000005'
    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
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 80,757,592.79 80.76 million 97

Insight

Obligations for PIID 89303919DEM000005 are fully concentrated in NAICS 621111, Offices of Physicians (except Mental Health Specialists), with 97 awards totaling $80.76 million over the 10-year window. This indicates a single-industry profile for the vehicle, with no diversification across additional NAICS codes in the provided data. The award volume suggests repeated use within the same professional services category rather than a broad mix of procurement activities.

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 = '8900' AND content__IDV__contractID__IDVID__PIID = '89303919DEM000005'
    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
Q999 MEDICAL- OTHER 80,757,592.79 80.76 million 97

Insight

Over the 10-year window, obligations for this vehicle are fully concentrated in PSC Q999 (Medical - Other), totaling $80.76 million across 97 awards. This indicates a narrow product/service mix with sustained use of the same PSC rather than a broad distribution across multiple categories. The award count suggests recurring activity, but no diversification beyond Q999 is evident in the provided data.

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 = '8900' AND content__IDV__contractID__IDVID__PIID = '89303919DEM000005'
    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 4,678,552.34 4.68 million 1
2019 13,319,890.23 13.32 million 14
2020 19,078,246.71 19.08 million 26
2021 13,300,468.01 13.30 million 25
2022 16,572,323.39 16.57 million 16
2023 13,263,215.11 13.26 million 9
2024 544,897.00 544.90 thousand 6

Insight

Obligations on PIID 89303919DEM000005 are concentrated in the 2019–2023 period, with annual funding ranging from $13.26 million to $19.08 million and award counts generally between 9 and 26. The peak occurred in 2020 at $19.08 million across 26 awards, followed by a decline in both obligations and award volume in 2021–2023. Activity drops sharply in 2024 to $544.90 thousand and 6 awards, indicating a substantial recent contraction 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.