Federal Contractor

ALLIANCE FOR SUSTAINABLE ENERGY, LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for ALLIANCE FOR SUSTAINABLE ENERGY, LLC (CAGE 50B53, UEI DVGLNXBURMP3) covering obligations over the last 10 years.

Over the last 10 years, ALLIANCE FOR SUSTAINABLE ENERGY, LLC recorded 362 award actions with total obligated dollars of $6,673,037,053.11 and an average action value of $18,433,804.01. Most obligations were with the Department of Energy, and the full award set is classified under NAICS 541711.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations peaked at $1.25 billion in 2024 and remained above $700 million in 2025, 2023, 2022, and 2021.

CAGE Code
50B53
UEI
DVGLNXBURMP3
Total Obligated
6.67 billion
6,673,037,053.11
Award Actions
362
Average Action Value
18,433,804.01

About ALLIANCE FOR SUSTAINABLE ENERGY, LLC federal contract activity

ALLIANCE FOR SUSTAINABLE ENERGY, LLC (CAGE 50B53, UEI DVGLNXBURMP3) recorded 362 awards totaling $6.67 billion over the last 10 years, with an average award value of $18.43 million. The profile reflects a high-dollar, recurring federal relationship rather than a broad multi-agency footprint.

Agency mix and customer concentration

Obligations are fully concentrated in the Department of Energy (agency 8900), which accounts for all $6.67 billion and all 362 awards in the analysis window. This indicates a single-agency dependency and a procurement history centered on DOE requirements.

Industry profile based on NAICS activity

All recorded obligations fall under NAICS 541711, Research and Development in Biotechnology, with $6.67 billion across 362 awards. The NAICS concentration suggests the vendor’s FPDS activity is captured within one primary contract classification in this dataset.

Annual contract trend over the analysis window

Annual obligations were elevated throughout the period, with 2021 at $741.16 million, rising to $951.39 million in 2022 and $1.12 billion in 2023. Funding peaked in 2024 at $1.25 billion before moderating to $723.77 million in 2025 year-to-date, while award counts remained relatively stable in the 30s to low 50s.

How to interpret this page

This summary is based on FPDS records associated with CAGE 50B53 and UEI DVGLNXBURMP3 over the last 10 years. Obligations, award counts, agency mix, NAICS mix, and annual trend figures are taken directly from the provided dataset and no additional assumptions were applied.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '50B53'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
8900 ENERGY, DEPARTMENT OF 6,673,037,053.11 6.67 billion 362

Insight

Over the last 10 years, ALLIANCE FOR SUSTAINABLE ENERGY, LLC has received 100% of its reported obligations from the Department of Energy. This represents $6.67 billion across 362 awards, indicating complete agency concentration with no diversification across other agencies in the provided data. The average award value of $18.43 million suggests a portfolio of relatively high-value awards within a single procuring agency.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '50B53'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541711 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY 6,673,037,053.11 6.67 billion 362

Insight

Over the last 10 years, ALLIANCE FOR SUSTAINABLE ENERGY, LLC’s obligated dollars are fully concentrated in a single NAICS code, 541711, with $6.67 billion across 362 awards. This indicates an extremely narrow procurement distribution and no observable diversification across NAICS categories in the provided period. The average award value of about $18.4 million suggests relatively large, recurring obligations within this single NAICS concentration.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '50B53'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 723,770,861.39 723.77 million 35
2024 1,248,544,564.09 1.25 billion 52
2023 1,123,048,200.16 1.12 billion 53
2022 951,392,417.10 951.39 million 49
2021 741,160,100.17 741.16 million 34
2020 613,075,159.11 613.08 million 39
2019 468,239,598.41 468.24 million 32
2018 488,879,391.38 488.88 million 34
2017 314,926,761.30 314.93 million 34

Insight

Over the last 10 years, ALLIANCE FOR SUSTAINABLE ENERGY, LLC has received $6.67 billion across 362 awards, averaging $18.43 million per award. Obligations are heavily concentrated in the most recent four years, with $4.04 billion obligated from 2022 through 2025, including a high of $1.25 billion in 2024. Annual award volume is relatively stable, generally ranging from 32 to 53 awards per year, indicating that the increase in obligations is driven more by award value than by a material change in award count.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.