Federal Contractor

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for FLUOR FEDERAL PETROLEUM OPERATIONS, LLC, showing 10 years of award activity, obligations, and agency concentration.

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19, UEI KJDUB6XQDTN4) has 132 federal award actions in the last 10 years with total obligations of $1.58 billion and an average action value of $11.97 million. The activity is concentrated in the Department of Energy and falls under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend data provided here covers 2021 through 2025 and may not reflect the full 10-year period shown in the summary totals.

CAGE Code
6RT19
UEI
KJDUB6XQDTN4
Total Obligated
1.58 billion
1,579,394,119.79
Award Actions
132
Average Action Value
11,965,106.96

About FLUOR FEDERAL PETROLEUM OPERATIONS, LLC federal contract activity

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19, UEI KJDUB6XQDTN4) recorded $1.58 billion in obligated awards across 132 actions over the last 10 years, for an average award value of $11.97 million. The profile reflects a sizable federal spend base concentrated in a limited number of obligations rather than a broad, fragmented award pattern.

Agency mix and customer concentration

Obligations are fully concentrated in the Department of Energy, which accounts for the entire $1.58 billion and all 132 awards in this window. This indicates a single-agency dependence profile and suggests the vendor’s federal work is tied to one principal customer relationship rather than a diversified agency portfolio.

Industry profile based on NAICS activity

All recorded obligations fall under NAICS 561210, Facilities Support Services, with $1.58 billion across 132 awards. The spend concentration in one NAICS code indicates a narrow but deep operational scope centered on facilities support activity.

Annual contract trend over the analysis window

Annual obligations in the visible recent period remained in the nine-figure range, peaking at $193.05 million in 2021 and staying above $114.76 million in each year shown. After 2021, obligations declined in 2022 and 2023, then rebounded in 2024 and continued at $136.50 million in 2025, with award counts moving in a relatively tight range of 13 to 17. This pattern points to steady contract activity with moderate year-to-year variability rather than abrupt expansion or collapse.

How to interpret this page

This summary is based on FPDS-observed obligations for the vendor’s CAGE and UEI over the last 10 years, using the provided award totals, counts, agency totals, NAICS totals, and annual trend data. Metrics reflect obligated amounts, not estimated contract ceiling values, and concentration statements are limited to the data supplied in this analysis window.

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 = '6RT19'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
8900 ENERGY, DEPARTMENT OF 1,579,394,119.79 1.58 billion 132

Insight

Over the last 10 years, obligations to FLUOR FEDERAL PETROLEUM OPERATIONS, LLC are fully concentrated with the Department of Energy, which accounts for the full $1.58 billion and all 132 awards. This indicates a highly concentrated customer base with no diversification across top agencies in the provided data. The average award value of about $11.97 million suggests a pattern of repeated, mid- to large-scale 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 = '6RT19'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
561210 FACILITIES SUPPORT SERVICES 1,579,394,119.79 1.58 billion 132

Insight

Over the last 10 years, FLUOR FEDERAL PETROLEUM OPERATIONS, LLC’s obligated dollars under CAGE 6RT19 are fully concentrated in NAICS 561210, Facilities Support Services. The vendor received 132 awards totaling $1.58 billion, indicating a highly concentrated award profile with all recorded obligations in a single NAICS category. This concentration suggests the vendor’s federal business mix during the period has been centered on facilities support work rather than a diversified NAICS portfolio.

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 = '6RT19'
        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 DESC
Year Total Obligated Readable Award Actions
2025 136,500,039.00 136.50 million 17
2024 155,137,982.90 155.14 million 15
2023 114,760,707.20 114.76 million 13
2022 191,121,070.18 191.12 million 16
2021 193,051,154.32 193.05 million 15
2020 158,315,306.16 158.32 million 13
2019 174,089,844.61 174.09 million 13
2018 163,984,796.52 163.98 million 18
2017 292,433,218.90 292.43 million 12

Insight

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19) has obligated $1.58 billion across 132 awards over the last 10 years, averaging $11.97 million per award. Obligations are relatively steady from 2018 through 2025, mostly ranging from about $114.76 million to $193.05 million annually, with a single higher point in 2017 at $292.43 million. Recent activity remains consistent, with 2025 at $136.50 million across 17 awards and 2024 at $155.14 million across 15 awards, indicating sustained but moderate annual concentration rather than sharp year-to-year volatility.

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