Federal Contractor

VITOL AVIATION COMPANY Federal Contract Obligations (Last 10 Years)

FPDS procurement profile for VITOL AVIATION COMPANY (CAGE 90UG8, UEI VBRVUG2WHG21) showing federal obligations over the last 10 years.

VITOL AVIATION COMPANY recorded 176 federal award actions with $1.70 billion obligated in the last 10 years, for an average action value of $9.68 million. All reported obligations are tied to the Defense Logistics Agency and NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals in the trend reflect a concentration in 2022 through 2024, with 2025 showing one reported action to date.

CAGE Code
90UG8
UEI
VBRVUG2WHG21
Total Obligated
1.70 billion
1,703,072,350.14
Award Actions
176
Average Action Value
9,676,547.44

About VITOL AVIATION COMPANY federal contract activity

VITOL AVIATION COMPANY has recorded $1.70 billion in FPDS obligations over the last 10 years across 176 awards, with an average award value of about $9.68 million. The profile indicates a concentrated federal contract base rather than a broad, low-value award pattern.

Agency mix and customer concentration

All reported obligations in the analysis window were awarded by the Defense Logistics Agency (97AS), accounting for the full $1.70 billion and all 176 awards. This level of concentration suggests the vendor’s federal activity is tied almost entirely to a single customer relationship within defense logistics.

Industry profile based on NAICS activity

The vendor’s obligations are wholly associated with NAICS 324110, Petroleum Refineries, matching the full $1.70 billion and 176 awards in the dataset. That mix indicates procurement activity centered on refined petroleum products rather than a diversified industrial supply base.

Annual contract trend over the analysis window

Annual obligations were heavily weighted toward 2022 through 2024, with $778.66 million in 2022, $588.60 million in 2023, and $334.11 million in 2024. Activity drops sharply in 2025 so far, with only $1.70 million and one award reported, indicating a materially lower pace in the current year-to-date period.

How to interpret this page

This summary is based on FPDS award obligations for VITOL AVIATION COMPANY, identified by CAGE 90UG8 and UEI VBRVUG2WHG21, over the last 10 years. Agency, NAICS, and annual trend fields reflect the provided aggregated totals and award counts, with no adjustment for inflation or qualitative contract performance factors.

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 = '90UG8'
        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 1,703,072,350.14 1.70 billion 176

Insight

Over the last 10 years, obligations to VITOL AVIATION COMPANY (CAGE 90UG8) are fully concentrated in the Defense Logistics Agency, which accounts for the entire $1.70 billion in recorded obligated value. The vendor received 176 awards in this period, yielding an average award value of about $9.68 million, indicating repeated procurement activity rather than a small number of unusually large awards. This agency concentration suggests a highly focused federal customer base with no diversification across other agencies in the available data.

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 = '90UG8'
        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 1,703,072,350.14 1.70 billion 176

Insight

Over the last 10 years, VITOL AVIATION COMPANY’s obligations are fully concentrated in NAICS 324110, Petroleum Refineries, with $1.70 billion across 176 awards. This indicates complete NAICS concentration in a single industrial classification, with no diversification across other NAICS codes in the provided data. The average award value of approximately $9.68 million suggests a pattern of repeated, substantial obligations within the same sector.

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 = '90UG8'
        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,704,176.97 1.70 million 1
2024 334,105,598.68 334.11 million 44
2023 588,601,464.81 588.60 million 64
2022 778,661,109.68 778.66 million 67

Insight

VITOL AVIATION COMPANY’s obligations over the last 10 years are heavily concentrated in recent fiscal years, with $778.66 million in 2022, $588.60 million in 2023, and $334.11 million in 2024. These three years account for the vast majority of the reported $1.70 billion total obligations and 175 of 176 awards, indicating a strong recent procurement surge followed by a lower level in 2025. The 2025 activity is limited to 1 award valued at $1.70 million, which is materially below prior-year levels.

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.