In the last full year, VALERO MARKETING AND SUPPLY COMPANY received 301 award actions totaling $1,012,669,463.95 in obligated dollars. All recorded obligations in this window came from the Defense Logistics Agency and were classified under NAICS 324110, Petroleum Refineries.
Federal Contractor
VALERO MARKETING AND SUPPLY COMPANY Federal Contract Obligations (Last Year)
Federal procurement profile for VALERO MARKETING AND SUPPLY COMPANY (CAGE 1QSA0, UEI CQXWTJPKQJ73) covering awards in the last full year.
Figures reflect the last full year analyzed and use the provided obligated totals, award counts, and NAICS and agency classifications.
About VALERO MARKETING AND SUPPLY COMPANY federal contract activity
VALERO MARKETING AND SUPPLY COMPANY (CAGE 1QSA0, UEI CQXWTJPKQJ73) recorded 301 FPDS awards totaling $1.01 billion in the last full year, for an average award value of $3.36 million. The obligation profile is highly concentrated, indicating a single-source or narrowly focused federal contracting footprint rather than a diversified award base.
Agency mix and customer concentration
All recorded obligations in the analysis window were attributed to the DEFENSE LOGISTICS AGENCY (agency ID 97AS), which accounted for the full $1.01 billion across 301 awards. This indicates complete agency concentration and a procurement relationship tied entirely to one buyer in the observed period.
Industry profile based on NAICS activity
All observed obligations fell under NAICS 324110, Petroleum Refineries, with $1.01 billion obligated across 301 awards. The NAICS profile shows no diversification across industry classifications in the available period, consistent with a product-set centered on refined petroleum supply.
Annual contract trend over the analysis window
The annual trend shows $1.01 billion obligated in 2025 across 301 awards, with no additional years represented in the provided window. Because only a single year is present, the dataset supports a point-in-time read of activity rather than a multi-year growth or volatility assessment.
How to interpret this page
This summary is based only on the supplied FPDS Query aggregates for the last full year and reflects obligated dollars, award counts, agency grouping, and NAICS grouping. No award-level detail, contract type breakdown, or modification analysis was provided, so conclusions are limited to concentration and scale within the reported totals.
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 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 |
|---|---|---|---|---|
| 97AS | DEFENSE LOGISTICS AGENCY | 1,012,669,463.95 | 1.01 billion | 301 |
Insight
During the last full year, VALERO MARKETING AND SUPPLY COMPANY’s obligated dollars were fully concentrated in a single agency: the Defense Logistics Agency. DLA accounted for the entire $1.01 billion in obligations across 301 awards, indicating a highly concentrated federal customer base with no observable agency diversification in this period. The average award value of about $3.36 million suggests a mix of moderate-sized obligations within this 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 = '1QSA0'
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 |
|---|---|---|---|---|
| 324110 | PETROLEUM REFINERIES | 1,012,669,463.95 | 1.01 billion | 301 |
Insight
VALERO MARKETING AND SUPPLY COMPANY’s last full year procurement activity is fully concentrated in NAICS 324110, Petroleum Refineries, with 100% of the reported obligations and all 301 awards aligned to that code. Total obligated value was $1.01 billion, with an average award value of $3.36 million, indicating a high-volume, high-dollar obligation pattern within a single industrial classification. This distribution suggests no NAICS diversification in the period reviewed.
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 1 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 |
Insight
In the last full year, VALERO MARKETING AND SUPPLY COMPANY (CAGE 1QSA0) recorded $1.01 billion in obligated value across 301 awards, indicating a high-volume award profile. The average award value was approximately $3.36 million, suggesting obligations were distributed across multiple awards rather than concentrated in a small number of very large actions. With only one annual data point in the 1-year window, no year-over-year trend can be assessed from the provided data.
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.