Federal Contractor

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

Federal procurement profile for FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19, UEI KJDUB6XQDTN4) covering last full year obligations and award activity.

In the last full year, FLUOR FEDERAL PETROLEUM OPERATIONS, LLC received 17 award actions totaling $136.50 million, for an average action value of $8.03 million. All recorded obligations in this window came from the Department of Energy and were classified under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and use the provided obligated totals, award counts, and agency and NAICS breakdowns.

CAGE Code
6RT19
UEI
KJDUB6XQDTN4
Total Obligated
136.50 million
136,500,039.00
Award Actions
17
Average Action Value
8,029,414.05

About FLUOR FEDERAL PETROLEUM OPERATIONS, LLC federal contract activity

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19, UEI KJDUB6XQDTN4) received 17 awards totaling $136.50 million in the last full year, for an average award value of $8.03 million. The obligation profile indicates a relatively concentrated federal revenue stream over the period reviewed.

Agency mix and customer concentration

All recorded obligations in the analysis window were associated with the Department of Energy (agency 8900), which accounted for the full $136.50 million across 17 awards. This indicates a highly concentrated agency relationship with no diversification across other federal agencies in the observed period.

Industry profile based on NAICS activity

The contract activity is fully concentrated in NAICS 561210, Facilities Support Services, which represents all 17 awards and the entire $136.50 million obligated. The pattern is consistent with a specialized service profile rather than a diversified industry mix.

Annual contract trend over the analysis window

The annual trend shows $136.50 million obligated in 2025 across 17 awards. With only one year in the analysis window, the dataset supports a snapshot of activity rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award obligation data for the last full year, using reported total obligated dollars and award counts tied to the vendor's CAGE and UEI. Agency and NAICS concentration are calculated from the same award set, and the analysis reflects only the records provided for the specified period.

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 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
8900 ENERGY, DEPARTMENT OF 136,500,039.00 136.50 million 17

Insight

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC received all reported obligations in the last full year from the Department of Energy, totaling $136.50 million across 17 awards. This indicates complete agency concentration with no diversification across other agencies in the observed period. The average award value was approximately $8.03 million, suggesting relatively sizable obligations within a single-agency funding profile.

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 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
561210 FACILITIES SUPPORT SERVICES 136,500,039.00 136.50 million 17

Insight

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19) shows complete NAICS concentration in the last full year: all $136.50 million in obligated value and all 17 awards were reported under NAICS 561210, Facilities Support Services. This indicates a fully concentrated award profile with no observed diversification across NAICS categories in the period reviewed. The average award value was approximately $8.03 million, suggesting a mix of moderately sized obligations within a single NAICS code.

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 1 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

Insight

During the last full year, FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19) received $136.50 million in obligated funding across 17 awards, for an average award value of about $8.03 million. The available 1-year view shows all observed obligations concentrated in 2025, with no additional annual distribution visible in the provided data. This indicates a concentrated recent funding pattern rather than a multi-year trend.

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.