Federal Contractor

VALERO MARKETING AND SUPPLY COMPANY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for VALERO MARKETING AND SUPPLY COMPANY (CAGE 1QSA0, UEI CQXWTJPKQJ73) covering awards over the last 10 years.

VALERO MARKETING AND SUPPLY COMPANY has 1,781 recorded award actions with total obligated value of 6.94 billion across the last 10 years. The obligation history is concentrated in the Defense Logistics Agency and NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals in the trend table reflect the most recent years available in the provided dataset and are shown as obligated amounts, not estimated contract value.

CAGE Code
1QSA0
UEI
CQXWTJPKQJ73
Total Obligated
6.94 billion
6,944,508,080.80
Award Actions
1,781
Average Action Value
3,899,218.46

About VALERO MARKETING AND SUPPLY COMPANY federal contract activity

VALERO MARKETING AND SUPPLY COMPANY (CAGE 1QSA0, UEI CQXWTJPKQJ73) recorded 6.94 billion in obligated contract value across 1,781 awards over the last 10 years, with an average award value of 3.90 million. The activity profile indicates a high-volume, high-dollar federal supplier relationship centered on fuel and petroleum-related procurement.

Agency mix and customer concentration

All identified obligations were concentrated with the DEFENSE LOGISTICS AGENCY, which accounted for the full 6.94 billion and all 1,781 awards in the review window. This indicates an exceptionally concentrated customer base and suggests the vendor’s federal business is tied primarily to Defense Logistics Agency demand.

Industry profile based on NAICS activity

The vendor’s award history is fully concentrated in NAICS 324110, PETROLEUM REFINERIES, which captured the entire 6.94 billion in obligated value and all 1,781 awards. That concentration is consistent with a fuel and petroleum supply profile and shows no diversification across other NAICS categories in the dataset provided.

Annual contract trend over the analysis window

Annual obligations remained above 900 million in each of the five reported years, ranging from 936.81 million in 2021 to 1.25 billion in 2023. Award volume increased from 181 in 2023 to 301 in 2025 while obligated value remained near the 1.0 to 1.1 billion range in 2024 and 2025, indicating continued high-throughput purchasing with year-to-year fluctuations in dollar volume.

How to interpret this page

This summary is based on the provided FPDS Query aggregate metrics for the last 10 years, including total obligated value, award count, agency concentration, NAICS concentration, and annual trend figures. The narrative reflects only the supplied data and does not infer contract type, pricing structure, or performance details beyond what is explicitly shown.

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 = '1QSA0'
        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 6,944,508,080.80 6.94 billion 1,781

Insight

Over the last 10 years, VALERO MARKETING AND SUPPLY COMPANY’s obligations are entirely concentrated in a single agency relationship: the Defense Logistics Agency accounts for the full $6.94 billion obligated and all 1,781 awards. This indicates a highly concentrated procurement profile with no diversification across other agencies in the provided period. The average award value of approximately $3.90 million suggests repeated, mid-to-large value transactions within the same agency channel.

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 = '1QSA0'
        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 6,944,508,080.80 6.94 billion 1,781

Insight

Over the last 10 years, VALERO MARKETING AND SUPPLY COMPANY’s obligations are fully concentrated in NAICS 324110, Petroleum Refineries, totaling $6.94 billion across 1,781 awards. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The average award value of about $3.90 million suggests repeated activity in a single industry category rather than broad contract spread.

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 = '1QSA0'
        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 1,012,669,463.95 1.01 billion 301
2024 1,111,646,751.80 1.11 billion 255
2023 1,253,002,959.17 1.25 billion 181
2022 1,033,424,609.98 1.03 billion 198
2021 936,810,080.78 936.81 million 187
2020 382,710,362.09 382.71 million 150
2019 279,339,586.45 279.34 million 277
2018 527,826,273.67 527.83 million 116
2017 393,829,537.52 393.83 million 102
2016 13,248,455.39 13.25 million 14

Insight

Over the last 10 years, VALERO MARKETING AND SUPPLY COMPANY recorded $6.94 billion in obligated awards across 1,781 actions, averaging $3.90 million per award. Obligation activity is concentrated in the most recent five years, which account for the vast majority of total dollars, with annual obligations above $936 million from 2021 through 2025 and a peak in 2023 at $1.25 billion. Earlier years were substantially lower, including a low of $13.25 million in 2016, indicating a sharp increase in both volume and dollar value over time.

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.