Federal Contractor

VITOL AVIATION COMPANY Federal Contract Obligations (Last Year)

VITOL AVIATION COMPANY (CAGE 90UG8, UEI VBRVUG2WHG21) recorded $1.70 million in federal obligations in the last full year.

The vendor had one award action in the analysis window, with total obligations of $1,704,176.97 and an average action value matching the full total. The Department of Defense's Defense Logistics Agency accounted for the obligation, and the award was associated with NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last full year

Annual trend data show all recorded obligations in 2025, with one action totaling $1,704,176.97.

CAGE Code
90UG8
UEI
VBRVUG2WHG21
Total Obligated
1.70 million
1,704,176.97
Award Actions
1
Average Action Value
1,704,176.97

About VITOL AVIATION COMPANY federal contract activity

VITOL AVIATION COMPANY recorded $1.70 million in FPDS-observed obligations during the last full year across 1 award, yielding an average award value of $1.70 million. The profile indicates a highly concentrated contracting pattern with all reported activity captured in a single action.

Agency mix and customer concentration

All observed obligations came from the Defense Logistics Agency, which accounted for 100% of the vendor’s tracked spending in the analysis window. This concentration suggests the vendor’s federal activity was tied to one agency relationship rather than a diversified customer base.

Industry profile based on NAICS activity

The vendor’s reported obligations were classified entirely under NAICS 324110, Petroleum Refineries, with 1 award totaling $1.70 million. The NAICS profile is singular and does not indicate spread across multiple product or service categories in the observed period.

Annual contract trend over the analysis window

Annual activity in 2025 matched the full-year total of $1.70 million across 1 award. With only one year and one award represented, the trend data shows a single-point outcome rather than a multi-year pattern of growth or decline.

How to interpret this page

This summary is based on FPDS-observed obligations for the last full year and reflects only the data provided for this vendor. Agency, NAICS, and annual trend views are derived from reported award records and should be interpreted as a snapshot of documented federal contracting activity, not a complete picture of all commercial business.

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 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,704,176.97 1.70 million 1

Insight

VITOL AVIATION COMPANY’s obligational activity in the last full year is fully concentrated within a single agency, the Defense Logistics Agency, which accounts for the full $1.70 million in obligations. The vendor received one award during the period, with the average award value equal to total obligations, indicating a single, undiversified funding stream. This concentration suggests the vendor’s recent federal business is entirely dependent on one 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 = '90UG8'
        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,704,176.97 1.70 million 1

Insight

VITOL AVIATION COMPANY’s last full year obligations were fully concentrated in NAICS 324110, Petroleum Refineries. The vendor recorded one award totaling $1.70 million, with the entire obligated amount tied to that single NAICS code. This indicates a highly concentrated NAICS profile with no diversification across industry codes in the 1-year 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 = '90UG8'
        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,704,176.97 1.70 million 1

Insight

VITOL AVIATION COMPANY (CAGE 90UG8) recorded $1.70 million in total obligated value over the last full year, all from a single award. This indicates complete concentration of obligations in one action, with no observable distribution across multiple awards or years in the 1-year window. The average award value equals the total obligated amount, reinforcing that activity was highly concentrated rather than diversified.

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.