Vehicle Number

Vehicle Number 8900 / 89303321DEM000065 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for vehicle number 89303321DEM000065 at Agency ID 8900 over the last 5 years.

This page summarizes procurement activity for vehicle number 89303321DEM000065 during the last 5 years. The record shows 113 award actions with total obligations of $133,868,151.76 and an average action value of $1,184,673.91.

Generated at 03/21/2026

Analysis period: Last 5 years

Dollar figures are based on the provided readable and exact totals for the analysis window and may differ due to rounding in display formats.

Agency ID
8900
PIID
89303321DEM000065
Type
Vehicle
Total Obligated
133.87 million
133,868,151.76
Actions
113
Average Action Value
1,184,673.91

Overview

Vehicle number 89303321DEM000065 is associated with Agency ID 8900 in the provided procurement data. Over the last 5 years, the record includes 113 award actions and total obligations of $133,868,151.76. The average action value is $1,184,673.91.

How to use this page

Use this page to review the scale and frequency of award activity tied to this vehicle number within the stated analysis window. The figures support basic trend review, obligation comparison, and action-level screening using the provided PIID.

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 = '89303321DEM000065'
    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 133,868,151.76 133.87 million 113

Insight

The Department of Energy (Agency ID 8900) accounts for $133.87 million in obligated value across 113 awards for this vehicle over the 5-year window, indicating a concentrated award profile under a single top agency. The award count suggests activity is distributed across multiple transactions rather than a small number of large awards. This level of concentration implies the vehicle is primarily used by one agency rather than broadly across the federal market.

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 = '89303321DEM000065'
        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 = '89303321DEM000065'
    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
561210 FACILITIES SUPPORT SERVICES 133,868,151.76 133.87 million 113

Insight

Over the 5-year window, obligations for this vehicle are fully concentrated in NAICS 561210, Facilities Support Services, with $133.87 million across 113 awards. This indicates a highly focused acquisition profile with no visible diversification across other NAICS codes in the provided data. The award count suggests the activity is distributed across multiple actions within the same services category rather than a single large obligation.

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 = '89303321DEM000065'
    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
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 133,868,151.76 133.87 million 113

Insight

Over the 5-year window, PSC S216 (Housekeeping – Facilities Operations Support) accounts for the entire observed obligation profile for this vehicle, totaling $133.87 million across 113 awards. This indicates a highly concentrated spend pattern within a single PSC, with no distribution across additional PSCs in the provided data. The award count suggests recurring use of this service category rather than a one-time obligation event.

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 = '89303321DEM000065'
    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 1,000,000.00 1.00 million 2
2022 28,302,632.71 28.30 million 19
2023 33,460,125.00 33.46 million 27
2024 32,528,337.29 32.53 million 30
2025 38,577,056.76 38.58 million 35

Insight

Obligations under PIID 89303321DEM000065 increased sharply from $1.00 million in 2021 to $28.30 million in 2022, then remained elevated through 2025, ranging from $32.53 million to $38.58 million. Award activity also expanded from 2 awards in 2021 to 35 in 2025, indicating a broader and more sustained obligation pattern over the period. The post-2022 trend suggests this vehicle moved from very limited use to consistently high annual execution, with the largest obligation level occurring in 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.