Award Number

Award Number 8900 / DEAC0276SF00515 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for award number DEAC0276SF00515 under agency ID 8900 over the last 10 years.

This award page summarizes obligations tied to award number DEAC0276SF00515 for agency ID 8900 across the last 10 years. It shows 405 award actions with total obligated value of 6.01 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Monetary values are reported as the readable total and exact total obligated amount of 6008184444.49.

Agency ID
8900
PIID
DEAC0276SF00515
Type
Award
Total Obligated
6.01 billion
6,008,184,444.49
Actions
405
Average Action Value
14,835,023.32

Overview

The award record for DEAC0276SF00515 shows 405 actions in the selected 10-year window, with an average action value of 14,835,023.32. Total obligated funding is 6,008,184,444.49, which rounds to 6.01 billion. This page is intended to support review of award-level activity tied to agency ID 8900.

How to use this page

Use this page to review the scale and activity of the award over time, including total obligations and action count. The average action value provides a simple measure for comparing this award with other federal procurement records in the same analysis window.

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 = 'DEAC0276SF00515'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
8900 ENERGY, DEPARTMENT OF 6,008,184,444.49 6.01 billion 405

Insight

For PIID DEAC0276SF00515 over the 10-year window, obligations are fully concentrated within the Department of Energy (agency 8900). The award is associated with 405 awards totaling $6.01 billion, indicating sustained and substantial funding volume within a single agency. This concentration suggests the procurement activity is not distributed across multiple agencies.

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 = 'DEAC0276SF00515'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
STANFORD UNIVERSITY 1KN27 5,540,219,952.60 5.54 billion 377
STANFORD UNIVERSITY 467,964,491.89 467.96 million 28

Insight

Award obligations under PIID DEAC0276SF00515 are highly concentrated in STANFORD UNIVERSITY. The vendor appears twice in the 10-year window, with CAGE 1KN27 accounting for $5.54 billion across 377 awards and an additional STANFORD UNIVERSITY entry with no CAGE recorded totaling $467.96 million across 28 awards. Combined, these rows indicate that obligations are overwhelmingly concentrated with a single vendor identity, with a smaller portion recorded under an uncoded or separately reported entry.

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 = 'DEAC0276SF00515'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 6,008,184,444.49 6.01 billion 405

Insight

Over the 10-year window, obligations for PIID DEAC0276SF00515 are fully concentrated in NAICS 541710, with $6.01 billion obligated across 405 awards. This indicates a highly focused award profile with no diversity across reported NAICS codes in the provided data. The volume of actions combined with the single-industry concentration suggests sustained activity in research and development in the physical, engineering, and life sciences.

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 = 'DEAC0276SF00515'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 6,008,184,444.49 6.01 billion 405

Insight

Obligations under PIID DEAC0276SF00515 are fully concentrated in PSC M181, Operating of Government R&D GOCO Facilities, with $6.01 billion obligated across 405 awards over the 10-year window. This indicates a highly focused procurement profile with no visible diversification across other PSCs in the provided data. The award count suggests repeated procurement activity within the same service category rather than broad category coverage.

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 = 'DEAC0276SF00515'
    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 ASC
Year Total Obligated Readable Actions
2016 788,158,576.63 788.16 million 33
2017 358,166,542.08 358.17 million 36
2018 592,617,178.69 592.62 million 38
2019 484,066,581.01 484.07 million 40
2020 498,207,413.03 498.21 million 40
2021 560,676,117.34 560.68 million 41
2022 584,209,041.88 584.21 million 37
2023 737,923,066.92 737.92 million 44
2024 658,011,447.61 658.01 million 48
2025 746,148,479.30 746.15 million 48

Insight

Obligations for PIID DEAC0276SF00515 under agency 8900 are concentrated in the $358.17 million to $788.16 million range annually, with no clear monotonic trend across the 10-year window. After an initial decline from 2016 to 2017, obligations generally recovered and remained elevated from 2018 onward, with peaks in 2023 ($737.92 million) and 2025 ($746.15 million). Award counts were relatively stable, rising from 33 in 2016 to 48 in 2024 and 2025, indicating sustained annual activity alongside fluctuating obligation levels.

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