Vehicle Number

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

Federal procurement record for vehicle number 89303321DEM000065 under Agency ID 8900, covering the last 10 years.

This page summarizes award activity for vehicle number 89303321DEM000065 across the last 10 years. The record shows 113 award actions and total obligations of 133.87 million dollars.

Generated at 03/21/2026

Analysis period: Last 10 years

All figures are based on the provided exact total obligated of 133868151.76 and the average action value of 1184673.91.

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

The procurement record for vehicle number 89303321DEM000065 shows 113 award actions over the last 10 years. Total obligated value is 133,868,151.76, with an average action value of 1,184,673.91. This page presents the record in a format suitable for review and search.

How to use this page

Use this page to review obligation levels, action count, and average action value for the vehicle record. It provides a concise view of activity associated with Agency ID 8900 and PIID 89303321DEM000065.

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 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 133,868,151.76 133.87 million 113

Insight

Over the 10-year window, obligations for PIID 89303321DEM000065 are fully concentrated in a single top agency: the Department of Energy (agency ID 8900). DOE accounts for $133.87 million across 113 awards, indicating sustained use of this vehicle by one agency rather than broad interagency distribution. This concentration suggests the vehicle’s activity is agency-specific within the observed period.

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

Insight

Obligations for this vehicle are fully concentrated in NAICS 561210, Facilities Support Services, which accounts for $133.87 million across 113 awards over the 10-year window. This indicates a narrow procurement profile with spending tied to a single primary service category rather than a diversified NAICS mix. The volume of awards suggests recurring use of this category under the vehicle.

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

Insight

Over the 10-year window, obligations for this vehicle are concentrated entirely in PSC S216, Housekeeping-Facilities Operations Support. The single PSC accounts for $133.87 million across 113 awards, indicating a highly focused services profile rather than a diversified PSC mix. This concentration suggests the vehicle has been used primarily for recurring facilities operations support requirements.

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 10 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 are concentrated in the most recent four years, with activity rising sharply from 1.00 million and 2 awards in 2021 to 28.30 million across 19 awards in 2022. Funding remained elevated in 2023–2025 at 33.46 million, 32.53 million, and 38.58 million, while award counts increased from 27 to 35, indicating sustained and expanding use of the vehicle. The pattern suggests a shift from limited initial obligation to a more active and consistently funded award profile.

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.