Federal Contractor

FERMI FORWARD DISCOVERY GROUP, LLC Federal Contract Obligations (Last Year)

Federal procurement profile for FERMI FORWARD DISCOVERY GROUP, LLC (CAGE 9PW26, UEI VLS6K3EVCMW5) showing 1.21 billion in obligations across 40 actions in the last full year.

In the last full year, FERMI FORWARD DISCOVERY GROUP, LLC recorded 40 award actions totaling 1,205,981,077.49, for an average action value of 30,149,526.93. All reported obligation was with the Department of Energy under NAICS 541715 for research and development in the physical, engineering, and life sciences (except nanotechnology and biotechnology).

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on readable FPDS obligation totals and award action counts.

CAGE Code
9PW26
UEI
VLS6K3EVCMW5
Total Obligated
1.21 billion
1,205,981,077.49
Award Actions
40
Average Action Value
30,149,526.93

About FERMI FORWARD DISCOVERY GROUP, LLC federal contract activity

FERMI FORWARD DISCOVERY GROUP, LLC recorded 40 obligations totaling 1.21 billion over the last full year, with an average award value of 30.15 million. The activity profile indicates a concentrated federal procurement footprint with all observed obligation value tied to a single agency and a single primary NAICS code.

Agency mix and customer concentration

All observed obligations were awarded by the Department of Energy (agency ID 8900), which accounted for the full 1.21 billion across 40 awards. This indicates a highly concentrated customer base with no diversification across agencies in the analyzed period.

Industry profile based on NAICS activity

The vendor’s obligations were entirely associated with NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology), totaling 1.21 billion across 40 awards. The NAICS distribution shows a single-line business profile centered on scientific and technical R&D support.

Annual contract trend over the analysis window

The annual trend shows 1.21 billion obligated in 2025 across 40 awards. With only one year represented in the analysis window, the data supports a point-in-time view rather than a multi-year growth or volatility assessment.

How to interpret this page

This summary is based on FPDS query results for the vendor identified by CAGE 9PW26 and UEI VLS6K3EVCMW5 over the last full year. Obligations, award counts, agency mix, NAICS mix, and annual trend are derived from the provided aggregated procurement data and reported without extrapolation.

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 = '9PW26'
        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 1,205,981,077.49 1.21 billion 40

Insight

During the last full year, FERMI FORWARD DISCOVERY GROUP, LLC received 100% of its recorded obligations from the Department of Energy, totaling $1.21 billion across 40 awards. This indicates a fully concentrated agency mix with no diversification across other agencies in the observed period. The average award value was about $30.15 million, suggesting relatively high-value obligations 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 = '9PW26'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,205,981,077.49 1.21 billion 40

Insight

FERMI FORWARD DISCOVERY GROUP, LLC’s obligations in the last full year are fully concentrated in NAICS 541715, with $1.21 billion obligated across 40 awards. This indicates a highly focused procurement profile with no observed diversification across NAICS codes in the reviewed window. The average award value of about $30.1 million suggests a portfolio of relatively large awards within a single R&D category.

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 = '9PW26'
        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 1,205,981,077.49 1.21 billion 40

Insight

During the last full year, FERMI FORWARD DISCOVERY GROUP, LLC (CAGE 9PW26) received 40 awards totaling $1.21 billion, for an average award value of about $30.1 million. All reported obligations in the 1-year window are concentrated in 2025, indicating no year-over-year distribution across multiple years within the available period. The obligation profile suggests a relatively concentrated award base with sizable individual awards rather than a broad distribution of small-value actions.

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.