This award record for PIID DEAC0276SF00515 is tied to agency ID 8900 and covers the last 5 years of obligation history. The record reflects 218 award actions with total obligated dollars of 3.29 billion.
Award Number
Award Number 8900 / DEAC0276SF00515 Federal Contract Action Summary (Last 5 Years)
Award number DEAC0276SF00515 for agency ID 8900 shows procurement activity over the last 5 years.
Total obligated is shown as $3,286,968,153.05, with an average action value of $15,077,835.56.
Overview
This award page tracks PIID DEAC0276SF00515 under agency ID 8900 across the last 5 years. The award shows 218 actions and total obligated dollars of $3,286,968,153.05, with an average action value of $15,077,835.56. These figures provide a concise view of the scale and cadence of the award activity.
How to use this page
Use this page to review obligation volume, action count, and average action value for award number DEAC0276SF00515. The data can support procurement analysis, award-level comparison, and trend review within the 5-year window. It is a summary of recorded award activity only.
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 5 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 | 3,286,968,153.05 | 3.29 billion | 218 |
Insight
Within the 5-year window for PIID DEAC0276SF00515, all reported obligations are concentrated in a single top agency: the Department of Energy (agency ID 8900). This agency accounts for $3.29 billion across 218 awards, indicating a highly concentrated award pattern under this contract identifier. No distribution across additional agencies is reflected in the provided rows.
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 5 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 | 3,286,968,153.05 | 3.29 billion | 218 |
Insight
Over the 5-year window for award DEAC0276SF00515 under agency 8900, STANFORD UNIVERSITY (CAGE 1KN27) accounts for the full top-vendor total shown, with $3.29 billion obligated across 218 awards. This indicates a highly concentrated vendor profile within the reported top-vendor set, with obligations and award activity centered on a single recipient. The volume of awards relative to total dollars suggests repeated funding activity rather than a small number of exceptionally large actions.
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 5 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 | 3,286,968,153.05 | 3.29 billion | 218 |
Insight
Obligations for PIID DEAC0276SF00515 are fully concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, with $3.29 billion obligated across 218 awards over the 5-year window. This indicates a highly focused award pattern with no diversification across additional NAICS codes in the provided data.
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 5 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 | 3,286,968,153.05 | 3.29 billion | 218 |
Insight
For the 5-year window, obligations are fully concentrated in PSC M181, Operating of Government R&D GOCO Facilities, with $3.29 billion across 218 awards. This indicates a highly focused award profile with spend tied to a single PSC rather than a diversified mix of products or services. The award count suggests repeated use of the same PSC over the period, consistent with sustained support for this activity.
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 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 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 remained high and relatively concentrated across the five-year window, ranging from $560.68 million in 2021 to $746.15 million in 2025. Annual obligated amounts increased from 2021 to 2023, dipped in 2024, and then rebounded to the period high in 2025, indicating continued high-value activity without a sustained downward trend. Award counts were comparatively stable, moving between 37 and 48 per year, which suggests the obligation growth was driven more by higher-dollar awards than by large changes in award volume.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.