Vehicle Number

Vehicle Number 8900 / 89303324DEM000093 Federal Contract Action Summary (Last 10 Years)

Federal procurement analysis page for vehicle number 89303324DEM000093 under agency ID 8900, covering the last 10 years.

This page summarizes award activity for vehicle number 89303324DEM000093 associated with agency ID 8900. The record shows 28 award actions and total obligations of 54.20 million over the analysis window.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on the provided exact obligated amount of 54200205 and the stated 10-year analysis period.

Agency ID
8900
PIID
89303324DEM000093
Type
Vehicle
Total Obligated
54.20 million
54,200,205.00
Actions
28
Average Action Value
1,935,721.61

Overview

The award record for vehicle number 89303324DEM000093 shows 28 actions during the last 10 years. Total obligated value is 54.20 million, with an average action value of 1,935,721.61. This page is intended to support basic review of obligation volume and action frequency for the vehicle identifier.

How to use this page

Use this page to check the overall scale of obligations tied to vehicle number 89303324DEM000093 and to compare the number of actions against the total value. The average action value provides a simple reference point for assessing how obligations are distributed across the award history.

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 = '89303324DEM000093'
    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 54,200,205.00 54.20 million 28

Insight

For the 10-year window, obligations for this vehicle are fully concentrated within the Department of Energy (agency ID 8900), which accounts for the entire observed amount. The agency recorded 28 awards totaling $54.20 million, indicating repeated use of the vehicle rather than reliance on a single obligation event. This pattern suggests sustained agency-level utilization and no visible interagency distribution in the provided data.

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 = '89303324DEM000093'
        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 = '89303324DEM000093'
    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
621498 ALL OTHER OUTPATIENT CARE CENTERS 54,200,205.00 54.20 million 28

Insight

Obligations for PIID 89303324DEM000093 are fully concentrated in NAICS 621498, All Other Outpatient Care Centers, over the 10-year window. This single NAICS accounts for $54.20 million across 28 awards, indicating a narrow and highly focused procurement profile for the vehicle. No diversification across other NAICS codes is evident in the provided data.

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 = '89303324DEM000093'
    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 54,200,205.00 54.20 million 28

Insight

Obligations for this vehicle are fully concentrated in PSC Q999 (Medical- Other), with $54.20 million across 28 awards over the 10-year window. This indicates a narrow product/service mix and sustained activity within a single PSC category, rather than broad distribution across multiple PSCs. The award count suggests repeated use of the vehicle for this requirement area.

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 = '89303324DEM000093'
    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
2023 5,122,654.30 5.12 million 4
2024 23,227,009.53 23.23 million 11
2025 25,850,541.17 25.85 million 13

Insight

Obligations on vehicle 89303324DEM000093 are concentrated in the most recent years of the 10-year window, with activity rising from $5.12 million across 4 awards in 2023 to $23.23 million across 11 awards in 2024. The upward trend continues in 2025, with $25.85 million across 13 awards, indicating both higher obligation volume and broader award distribution. This pattern suggests increasing use of the vehicle over time, with the largest share of obligations occurring in 2024–2025.

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.