Federal Contractor

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

Federal procurement profile for ALLIANCE FOR SUSTAINABLE ENERGY, LLC (CAGE 50B53, UEI DVGLNXBURMP3) covering last full year obligations and award activity.

In the last full year, ALLIANCE FOR SUSTAINABLE ENERGY, LLC recorded $723,770,861.39 in obligated federal spending across 35 award actions, for an average action value of $20,679,167.46. All reported obligations were from the Department of Energy and were classified under NAICS 541711.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are limited to the provided award, agency, and NAICS records.

CAGE Code
50B53
UEI
DVGLNXBURMP3
Total Obligated
723.77 million
723,770,861.39
Award Actions
35
Average Action Value
20,679,167.46

About ALLIANCE FOR SUSTAINABLE ENERGY, LLC federal contract activity

ALLIANCE FOR SUSTAINABLE ENERGY, LLC recorded 35 FPDS-observed awards in the last full year, with total obligated dollars of 723.77 million and an average award value of 20.68 million. The profile indicates a relatively concentrated federal revenue base at the vendor level, with all tracked obligations tied to a single agency and a single NAICS code in the supplied analysis window.

Agency mix and customer concentration

All obligated dollars in the analysis window were awarded by the Department of Energy (agency ID 8900), totaling 723.77 million across 35 awards. This indicates complete agency concentration rather than a diversified federal customer mix, so the vendor’s recent procurement activity was entirely dependent on DOE obligations.

Industry profile based on NAICS activity

All obligations in the analysis window map to NAICS 541711, Research and Development in Biotechnology, with 35 awards totaling 723.77 million. The NAICS profile is therefore fully concentrated in one reported category, suggesting the observed spending is tied to a single recorded functional classification in FPDS.

Annual contract trend over the analysis window

The annual trend shows 723.77 million in obligated dollars across 35 awards in 2025, with no additional years present in the provided dataset. Because only one year is represented, the available trend view supports a point-in-time assessment rather than a multi-year trajectory.

How to interpret this page

This summary is based only on the supplied FPDS Query analysis window labeled Last full year and the metrics provided for total obligations, award count, agency, NAICS, and annual trend. Figures reflect obligated dollars as reported in the source data and are not adjusted or extrapolated beyond the records supplied.

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 1 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 723,770,861.39 723.77 million 35

Insight

ALLIANCE FOR SUSTAINABLE ENERGY, LLC’s obligations in the last full year were fully concentrated in the Department of Energy, which accounted for the entire $723.77 million total across 35 awards. This indicates a highly concentrated agency profile with no obligation distribution across other agencies in the provided period. The average award value was $20.68 million, suggesting a relatively large-award environment within a 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 1 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 723,770,861.39 723.77 million 35

Insight

Alliance for Sustainable Energy, LLC (CAGE 50B53) shows complete concentration of last full year obligations in a single NAICS code: 541711, Research and Development in Biotechnology. The firm received 35 awards totaling $723.77 million, with an average award value of $20.68 million. This pattern indicates a highly concentrated award mix with no diversification across NAICS codes in the observed period.

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

Insight

For the last full year, ALLIANCE FOR SUSTAINABLE ENERGY, LLC (CAGE 50B53) received 35 awards totaling $723.77 million, for an average award value of about $20.68 million. This indicates a moderate volume of awards with high dollar concentration, suggesting reliance on relatively large individual obligations rather than broad award dispersion. Because only one annual period is provided, a year-over-year trend cannot be assessed from this window.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.