This page summarizes award-level activity for PIID DEAC5207NA27344 across the last 10 years. The record shows 333 award actions with $25.96 billion obligated in total and an average action value of $77.95 million.
Award Number
Award Number 8900 / DEAC5207NA27344 Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis for award number DEAC5207NA27344 under agency ID 8900, covering the last 10 years of obligation and action history.
Obligation totals are based on the provided exact value of 25,956,022,392.78 and the readable rounded value of $25.96 billion.
Overview
This award page presents the obligation and action history for PIID DEAC5207NA27344 under agency ID 8900. Over the last 10 years, the award accumulated 333 actions and $25,956,022,392.78 in total obligated amount.
How to use this page
Use this page to review the scale and activity level of the award in a single record view. The average action value of $77,946,013.19 provides a compact measure of the award's obligation pattern over the 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 = 'DEAC5207NA27344'
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 | 25,956,022,392.78 | 25.96 billion | 333 |
Insight
For PIID DEAC5207NA27344 over the 10-year window, obligations are fully concentrated within the Department of Energy (agency ID 8900). The award records 333 actions and $25.96 billion in total obligated amount, indicating a high-volume, high-dollar relationship with a single agency. This concentration suggests the award’s activity is materially driven by one federal customer rather than being 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 = 'DEAC5207NA27344'
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 |
|---|---|---|---|---|
| LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY | 4K7L1 | 23,874,863,340.56 | 23.87 billion | 277 |
| LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY | 2,081,159,052.22 | 2.08 billion | 56 |
Insight
Obligations for this award are heavily concentrated with LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY, which accounts for 23.87 billion across 277 awards under CAGE 4K7L1. An additional 2.08 billion is attributed to the same vendor name without a CAGE code across 56 awards, reinforcing that this award’s spending is dominated by a single contractor identity. Over the 10-year window, the distribution indicates sustained reliance on this vendor rather than a diversified vendor base.
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 = 'DEAC5207NA27344'
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 | 25,956,022,392.78 | 25.96 billion | 333 |
Insight
Obligations under PIID DEAC5207NA27344 are fully concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, over the 10-year window. This category accounts for $25.96 billion across 333 awards, indicating a highly focused award profile with no visible diversification across other 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 = 'DEAC5207NA27344'
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 |
|---|---|---|---|---|
| AZ11 | R&D- OTHER RESEARCH AND DEVELOPMENT (BASIC RESEARCH) | 25,956,022,392.78 | 25.96 billion | 333 |
Insight
Over the 10-year window, PSC AZ11 (R&D- Other Research and Development, Basic Research) accounts for the observed award activity for PIID DEAC5207NA27344 under Agency ID 8900, with 333 awards totaling $25.96 billion obligated. This indicates a highly concentrated procurement profile centered on basic research services. No other PSCs are provided for comparison in this section, so the available data support only this single-category assessment.
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 = 'DEAC5207NA27344'
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 | 2,055,130,459.95 | 2.06 billion | 54 |
| 2017 | 1,346,907,062.69 | 1.35 billion | 31 |
| 2018 | 3,297,073,672.62 | 3.30 billion | 28 |
| 2019 | 928,512,389.60 | 928.51 million | 32 |
| 2020 | 2,353,151,868.23 | 2.35 billion | 41 |
| 2021 | 3,211,891,536.32 | 3.21 billion | 26 |
| 2022 | 2,522,292,379.34 | 2.52 billion | 31 |
| 2023 | 3,259,883,063.29 | 3.26 billion | 28 |
| 2024 | 3,019,255,350.66 | 3.02 billion | 30 |
| 2025 | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
Obligations for PIID DEAC5207NA27344 are uneven across the 10-year window, ranging from 928.51 million in 2019 to 3.96 billion in 2025. After a low point in 2019, annual obligations generally remained above 2.0 billion, with higher levels in 2018, 2021, 2023, 2024, and 2025. Award counts are comparatively stable at 26 to 54 per year, indicating that obligation volatility is driven more by award value 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.