In the last full year, FLUOR MARINE PROPULSION, LLC recorded $3.93 billion in obligated awards across 47 actions, with an average action value of $83.66 million. Obligations were concentrated in the Department of the Navy and the Department of Energy, and all reported awards were under NAICS 541715.
Federal Contractor
FLUOR MARINE PROPULSION, LLC Federal Contract Obligations (Last Year)
FPDS procurement profile for FLUOR MARINE PROPULSION, LLC (CAGE 81QQ2, UEI CWHMVCX7K1N6) covering the last full year of federal obligations.
This page reflects the last full year of FPDS award data and uses obligated amounts as reported in the source records.
About FLUOR MARINE PROPULSION, LLC federal contract activity
FLUOR MARINE PROPULSION, LLC (CAGE 81QQ2, UEI CWHMVCX7K1N6) recorded 47 obligations totaling 3.93 billion in the last full year, with an average award value of 83.66 million. The award profile indicates a highly concentrated, high-dollar procurement footprint rather than a large volume of smaller actions.
Agency mix and customer concentration
The vendor’s obligations are split nearly evenly between the DEPT OF THE NAVY at 2.00 billion across 26 awards and the ENERGY, DEPARTMENT OF at 1.93 billion across 21 awards. This two-agency concentration suggests the vendor’s activity is anchored in defense and energy-related federal work, with no other agencies represented in the provided top-award mix.
Industry profile based on NAICS activity
All reported obligations fall under NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology), totaling 3.93 billion across 47 awards. That indicates the vendor’s recent federal activity is fully concentrated in R&D-oriented procurement rather than a diversified mix of industrial or production categories.
Annual contract trend over the analysis window
The annual trend provided shows all 3.93 billion obligated in 2025, with 47 awards in that year. Because only one year is shown in the analysis window, the data support a point-in-time view of activity rather than a multi-year growth or decline assessment.
How to interpret this page
This summary uses the last full year of FPDS award data associated with the vendor’s CAGE and UEI identifiers. Totals, counts, and averages are taken directly from the provided overview, agency, NAICS, and annual trend records without extrapolation or additional interpretation beyond the supplied figures.
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 = '81QQ2'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 2,002,237,260.18 | 2.00 billion | 26 |
| 8900 | ENERGY, DEPARTMENT OF | 1,929,695,813.69 | 1.93 billion | 21 |
Insight
FLUOR MARINE PROPULSION, LLC obligated $3.93 billion across 47 awards in the last full year, with an average award value of $83.7 million. Obligations were concentrated in two agencies: the Department of the Navy accounted for $2.00 billion across 26 awards, and the Department of Energy accounted for $1.93 billion across 21 awards. The portfolio is evenly split between these two customers, indicating limited agency diversification and a near-equal dependence on Navy and Energy demand.
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 = '81QQ2'
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) | 3,931,933,073.87 | 3.93 billion | 47 |
Insight
FLUOR MARINE PROPULSION, LLC’s obligations in the last full year are fully concentrated in NAICS 541715, with 3.93 billion obligated across 47 awards. This indicates a highly concentrated portfolio with no diversification across other NAICS codes in the observed period. The average award value of about 83.7 million suggests relatively large individual awards within this single industry classification.
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 = '81QQ2'
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 | 3,931,933,073.87 | 3.93 billion | 47 |
Insight
During the last full year, FLUOR MARINE PROPULSION, LLC (CAGE 81QQ2) obligated $3.93 billion across 47 awards, yielding an average award value of about $83.7 million. The activity is highly concentrated in a single annual period, with all recorded obligations and awards falling in 2025. This pattern indicates substantial procurement volume with relatively high-value awards.
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.