Federal Contractor

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

Federal procurement profile for ALLIANCE FOR SUSTAINABLE ENERGY, LLC (CAGE 50B53, UEI DVGLNXBURMP3) covering obligations, awards, agencies, and NAICS activity over the last 5 years.

ALLIANCE FOR SUSTAINABLE ENERGY, LLC recorded 223 award actions and $4.79 billion in obligated contract value in the last 5 years, with an average action value of $21.47 million. All reported obligations in this window were placed by the Department of Energy and mapped to NAICS 541711, Research and Development in Biotechnology.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect readable FPDS analysis for the last 5 years and may not include actions outside the displayed window.

CAGE Code
50B53
UEI
DVGLNXBURMP3
Total Obligated
4.79 billion
4,787,916,142.91
Award Actions
223
Average Action Value
21,470,475.97

About ALLIANCE FOR SUSTAINABLE ENERGY, LLC federal contract activity

ALLIANCE FOR SUSTAINABLE ENERGY, LLC (CAGE 50B53, UEI DVGLNXBURMP3) recorded $4.79 billion in obligated federal awards across 223 actions in the last 5 years, for an average award value of $21.47 million. The obligation base is highly concentrated, with all observed activity tied to a single department and a single NAICS category in the provided data.

Agency mix and customer concentration

All observed obligations came from the Department of Energy (agency 8900), which accounted for $4.79 billion across 223 awards. This indicates a fully concentrated customer profile in the analyzed window, with no diversification across other agencies in the provided dataset.

Industry profile based on NAICS activity

All reported obligations were classified under NAICS 541711, Research and Development in Biotechnology, totaling $4.79 billion across 223 awards. The mix therefore shows complete concentration in one industry code as captured by the provided analysis fields.

Annual contract trend over the analysis window

Annual obligations declined from a peak of $1.25 billion in 2024 to $723.77 million in 2025, though 2025 is a partial-year figure in most FPDS rollups and should be read cautiously. Prior years remained above $741 million annually, with 2022 and 2023 both exceeding $951 million, indicating sustained large-scale award activity throughout the period.

How to interpret this page

This summary reflects the provided FPDS Query aggregates for the last 5 years and is limited to the vendor identifiers supplied (CAGE 50B53 and UEI DVGLNXBURMP3). Percentages, rankings, and concentration statements are based only on the listed agency, NAICS, and annual totals; no additional records, sub-award data, or unstated assumptions were used.

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 5 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 4,787,916,142.91 4.79 billion 223

Insight

Over the last 5 years, ALLIANCE FOR SUSTAINABLE ENERGY, LLC’s obligations are fully concentrated within a single agency: the Department of Energy. The vendor received 223 awards totaling $4.79 billion, indicating a highly concentrated federal spending profile rather than a distributed customer base. The average award value of $21.47 million suggests relatively high-dollar activity within this single-agency relationship.

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 5 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 4,787,916,142.91 4.79 billion 223

Insight

Over the last 5 years, ALLIANCE FOR SUSTAINABLE ENERGY, LLC’s obligations are fully concentrated in NAICS 541711, Research and Development in Biotechnology, accounting for the entire $4.79 billion obligated across 223 awards. This indicates a highly concentrated procurement profile with no observed diversification across other NAICS codes in the provided period. The average award value of approximately $21.47 million suggests a portfolio composed of relatively large awards within a single industry classification.

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 5 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

Insight

Over the last 5 years, ALLIANCE FOR SUSTAINABLE ENERGY, LLC obligated $4.79 billion across 223 awards, averaging $21.47 million per award. Obligations are concentrated in the 2023–2024 period, which accounts for the highest annual totals at $1.12 billion and $1.25 billion, respectively, with a moderate decline to $723.77 million in 2025. Award volume is relatively stable year to year, ranging from 34 to 53 awards, indicating that fluctuations in obligated dollars are driven more by award size than by 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.