Federal Contractor

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

Federal procurement summary for TESORO REFINING & MARKETING COMPANY LLC (CAGE 1W6E8, UEI EEATP9DASFP1) covering the last full year.

TESORO REFINING & MARKETING COMPANY LLC shows no recorded federal award activity in the last full year. Reported obligations, award actions, average action value, agency concentration, NAICS concentration, and annual trend data are all at zero or unavailable in the provided dataset.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the supplied FPDS analysis window only and contains no recorded obligations or award actions for the period.

CAGE Code
1W6E8
UEI
EEATP9DASFP1
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About TESORO REFINING & MARKETING COMPANY LLC federal contract activity

TESORO REFINING & MARKETING COMPANY LLC, CAGE 1W6E8 and UEI EEATP9DASFP1, recorded no FPDS obligations during the last full year. Total obligated dollars, award count, and average award value were all zero, indicating no reportable federal contract activity in the analysis window.

Agency mix and customer concentration

No agency concentration can be assessed because there were no FPDS awards in the period. As a result, there is no observable federal customer base to attribute spending to across the last full year.

Industry profile based on NAICS activity

No NAICS distribution is available because the vendor had no recorded awards. Without obligated actions, there is no contract code profile to evaluate for product or service concentration.

Annual contract trend over the analysis window

The annual trend is flat at zero across the full analysis window, with no reported obligations or awards in any period. This indicates an absence of measurable procurement activity rather than a shifting demand pattern.

How to interpret this page

This summary uses FPDS Query data for the last full year and reflects only reportable federal contract actions captured in the provided dataset. Where no awards or obligations exist, concentration and trend measures are not assessed and are reported as unavailable or zero.

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

Insight

No notable agency concentration was available for this analysis window.

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

Insight

No notable NAICS concentration was available for this analysis window.

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 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions

Insight

No annual trend data was available for this analysis window.

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.