Award Number

Award Number 8900 / DEAC3608GO28308 Federal Contract Action Summary (Last 5 Years)

Federal procurement record for award number DEAC3608GO28308 under agency ID 8900, showing obligated amounts and action history over the last 5 years.

This page summarizes the award activity tied to PIID DEAC3608GO28308 for agency ID 8900. Over the last 5 years, the award records 223 actions and $4,787,916,142.91 in total obligations, with an average action value of $21,470,475.98.

Generated at 03/20/2026

Analysis period: Last 5 years

All values reflect the last 5 years and use the exact obligated total of $4,787,916,142.91.

Agency ID
8900
PIID
DEAC3608GO28308
Type
Award
Total Obligated
4.79 billion
4,787,916,142.91
Actions
223
Average Action Value
21,470,475.98

Overview

The award record for DEAC3608GO28308 shows sustained procurement activity within agency ID 8900 over the analysis window. Its obligated total is $4,787,916,142.91 across 223 award actions, which yields an average action value of $21,470,475.98.

How to use this page

Use this page to review award-level obligation totals, action volume, and average action value for DEAC3608GO28308. It is useful for tracking procurement scale and comparing activity patterns within the last 5 years.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC3608GO28308'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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 4,787,916,142.91 4.79 billion 223

Insight

The $4.79 billion obligated under PIID DEAC3608GO28308 over the 5-year window is concentrated entirely within the Department of Energy. This indicates a single-agency funding profile with no evidence of cross-agency distribution in the provided data. The 223 awards suggest repeated obligated activity within the same department rather than broad interagency dispersion.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC3608GO28308'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
ALLIANCE FOR SUSTAINABLE ENERGY, LLC 50B53 4,787,916,142.91 4.79 billion 223

Insight

ALLIANCE FOR SUSTAINABLE ENERGY, LLC is the only listed vendor in the 5-year window for this award, indicating complete vendor concentration in the provided results. The vendor accounts for $4.79 billion across 223 awards, suggesting a highly concentrated obligation pattern with repeated award activity rather than distribution across multiple suppliers.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC3608GO28308'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541711 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY 4,787,916,142.91 4.79 billion 223

Insight

Over the 5-year window, obligations for this award are fully concentrated in NAICS 541711, Research and Development in Biotechnology. This category accounts for $4.79 billion across 223 awards, indicating a sustained and highly focused procurement profile rather than a diversified NAICS distribution.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC3608GO28308'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
M181 OPER OF GOVT R&D GOCO FACILITIES 4,787,916,142.91 4.79 billion 223

Insight

Over the last 5 years, obligations under PIID DEAC3608GO28308 are concentrated entirely in PSC M181, OPER OF GOVT R&D GOCO FACILITIES. This PSC accounts for $4.79 billion across 223 awards, indicating sustained and highly focused use of the instrument for government R&D GOCO facility operations. The distribution shows no diversification across PSCs in the provided data.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC3608GO28308'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 741,160,100.17 741.16 million 34
2022 951,392,417.10 951.39 million 49
2023 1,123,048,200.16 1.12 billion 53
2024 1,248,544,564.09 1.25 billion 52
2025 723,770,861.39 723.77 million 35

Insight

Obligations for PIID DEAC3608GO28308 increased steadily from 2021 through 2024, rising from $741.16 million across 34 awards to $1.25 billion across 52 awards. Award volume also expanded over the same period, peaking at 53 awards in 2023, indicating a broader distribution of obligations before leveling off in 2024. In 2025, obligations declined to $723.77 million across 35 awards, indicating a partial-year or otherwise reduced funding pace 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.