Vehicle Number

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

Vehicle number 89303919DEM000005 shows 56 award actions over the last 5 years with $43.68 million obligated by Agency ID 8900.

This page summarizes federal procurement activity for vehicle number 89303919DEM000005 during the last 5 years. The record includes 56 award actions with total obligated funding of $43,680,903.51 and an average action value of $780,016.13.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts are based on the provided obligated totals and award action counts for the selected analysis window.

Agency ID
8900
PIID
89303919DEM000005
Type
Vehicle
Total Obligated
43.68 million
43,680,903.51
Actions
56
Average Action Value
780,016.13

Overview

For the last 5 years, vehicle number 89303919DEM000005 is associated with 56 award actions and total obligated funding of $43,680,903.51. The average action value is $780,016.13, which provides a simple measure of the scale of individual actions within the record.

How to use this page

Use this page to review procurement activity tied to vehicle number 89303919DEM000005 under Agency ID 8900. The figures support basic comparison of action volume and obligated value within the selected period.

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 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
8900 ENERGY, DEPARTMENT OF 43,680,903.51 43.68 million 56

Insight

Over the 5-year window, obligations for PIID 89303919DEM000005 are fully concentrated within the Department of Energy (agency ID 8900), accounting for $43.68 million across 56 awards. This indicates a single-agency funding pattern with no distribution across other top agencies in the provided data. The award count suggests repeated use of the vehicle by the same agency rather than a broad interagency spread.

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 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 = '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 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
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 43,680,903.51 43.68 million 56

Insight

Over the 5-year window, obligations for vehicle PIID 89303919DEM000005 are fully concentrated in NAICS 621111, Offices of Physicians (except Mental Health Specialists). This NAICS accounts for $43.68 million across 56 awards, indicating a single, highly concentrated industry profile rather than a diversified distribution across multiple sectors.

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 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
Q999 MEDICAL- OTHER 43,680,903.51 43.68 million 56

Insight

Over the 5-year window, obligations for PIID 89303919DEM000005 under agency 8900 are fully concentrated in PSC Q999 (Medical- Other), with $43.68 million across 56 awards. This indicates a narrow procurement profile for this vehicle, with no evidence of PSC diversification in the provided data. The average obligation per award is approximately $0.78 million, suggesting repeated use of the same PSC for multiple transactions rather than a single large 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 = '8900' AND content__IDV__contractID__IDVID__PIID = '89303919DEM000005'
    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 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 under PIID 89303919DEM000005 were concentrated in 2021 through 2023, ranging from $13.30 million to $16.57 million annually, with award counts declining from 25 to 9 over that period. FY 2024 shows a sharp reduction to $544.90 thousand across 6 awards, indicating a marked drop in annual obligated value and activity. Overall, the 5-year window reflects a high-obligation, then contracting trend rather than a stable distribution.

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.