Federal Contractor

TESORO REFINING & MARKETING COMPANY LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for TESORO REFINING & MARKETING COMPANY LLC (CAGE 1W6E8, UEI EEATP9DASFP1) covering awards in the last 10 years.

TESORO REFINING & MARKETING COMPANY LLC recorded $2,022,650,036.85 in obligated federal awards across 2,268 actions over the last 10 years, with an average action value of $891,821. Defense Logistics Agency accounted for all reported obligations, and NAICS 324110 Petroleum Refineries represents the full award profile.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations peaked at $421.92 million in 2022 and remained concentrated in fuel-related contracting activity through 2023.

CAGE Code
1W6E8
UEI
EEATP9DASFP1
Total Obligated
2.02 billion
2,022,650,036.85
Award Actions
2,268
Average Action Value
891,821.00

About TESORO REFINING & MARKETING COMPANY LLC federal contract activity

TESORO REFINING & MARKETING COMPANY LLC (CAGE 1W6E8, UEI EEATP9DASFP1) recorded 2.02 billion in obligated FPDS awards across 2,268 actions over the last 10 years, with an average award value of 891,821. The profile is highly concentrated, indicating recurring federal fuel-related procurement rather than a broad multi-agency vendor footprint.

Agency mix and customer concentration

All observed obligations are concentrated in the DEFENSE LOGISTICS AGENCY, which accounts for the full 2.02 billion and 2,268 awards. This pattern is consistent with a specialized supplier relationship centered on federal fuel supply or related logistics support.

Industry profile based on NAICS activity

Award activity is entirely aligned to NAICS 324110, Petroleum Refineries, with 2.02 billion obligated across 2,268 awards. The data indicates a single-primary-industry procurement profile with no diversification into other NAICS categories in the analyzed window.

Annual contract trend over the analysis window

Funding peaked in 2022 at 421.92 million across 239 awards after a strong 2021 level of 374.11 million across 306 awards. Prior-year activity was also substantial in 2020 and 2019, while 2023 fell sharply to 15.88 million across 20 awards, suggesting a material contraction in recent obligation volume.

How to interpret this page

This summary is based on FPDS award data for the last 10 years and reflects obligated dollars, award counts, and observed agency and NAICS concentration. Annual trend figures are presented by fiscal year in descending order and should be read as procurement activity captured in FPDS, not as a complete measure of total commercial sales or performance.

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 = '1W6E8'
        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
97AS DEFENSE LOGISTICS AGENCY 2,022,650,036.85 2.02 billion 2,268

Insight

Over the last 10 years, TESORO REFINING & MARKETING COMPANY LLC’s obligations are fully concentrated with the Defense Logistics Agency, which accounts for the entire $2.02 billion in recorded obligations and all 2,268 awards. This indicates a highly concentrated customer base with no visible interagency distribution in the provided data. The average award value of about $891.8K suggests the relationship is characterized by repeated, moderate-to-large obligations rather than a small number of exceptionally large awards.

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 = '1W6E8'
        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
324110 PETROLEUM REFINERIES 2,022,650,036.85 2.02 billion 2,268

Insight

TESORO REFINING & MARKETING COMPANY LLC’s obligations over the last 10 years are fully concentrated in NAICS 324110, Petroleum Refineries. The company received 2.02 billion across 2,268 awards, indicating a highly concentrated vendor profile with all recorded obligated dollars tied to a single NAICS code. The average award value of about 891.8 thousand suggests a large number of repeat transactions within the same industrial 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 = '1W6E8'
        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
2023 15,882,226.72 15.88 million 20
2022 421,917,625.46 421.92 million 239
2021 374,111,779.31 374.11 million 306
2020 232,109,405.18 232.11 million 400
2019 277,854,382.07 277.85 million 756
2018 380,540,522.80 380.54 million 269
2017 318,345,145.22 318.35 million 242
2016 1,888,950.09 1.89 million 36

Insight

Over the last 10 years, TESORO REFINING & MARKETING COMPANY LLC (CAGE 1W6E8) received $2.02 billion across 2,268 awards, with average award value of about $891.8K. Obligations are concentrated in 2017–2022, which account for nearly all activity, led by 2022 at $421.9 million and 239 awards; 2019 stands out for the highest award count at 756 despite lower obligated dollars than 2018, indicating a higher volume of smaller awards that year. Activity drops sharply in 2023 to $15.9 million across 20 awards, suggesting a significant recent decline after sustained high annual obligations.

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.