Federal Contractor

S-OIL CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement summary for S-OIL CORPORATION (CAGE 0181F, UEI ZGCENJD7ZG18) covering the last 10 years of award activity.

S-OIL CORPORATION recorded 550 award actions with total obligations of $3.596 billion and an average action value of $6.54 million over the last 10 years. All reported obligations in this period are tied to the Defense Logistics Agency and NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the provided 10-year analysis window and may include award actions across multiple fiscal years, with annual totals shown for 2021 through 2025.

CAGE Code
0181F
UEI
ZGCENJD7ZG18
Total Obligated
3.60 billion
3,596,028,778.61
Award Actions
550
Average Action Value
6,538,234.14

About S-OIL CORPORATION federal contract activity

S-OIL CORPORATION (CAGE 0181F, UEI ZGCENJD7ZG18) recorded $3.60 billion in FPDS-obligated dollars across 550 awards during the last 10 years, with an average award value of $6.54 million. The profile indicates a concentrated federal contracting footprint tied to a single recurring buyer and a single principal industry classification.

Agency mix and customer concentration

All reported obligations were awarded by the Defense Logistics Agency, which accounted for the full $3.60 billion and all 550 awards in the analysis window. This level of concentration indicates a highly focused buyer relationship rather than a diversified federal customer base.

Industry profile based on NAICS activity

All reported obligations fall under NAICS 324110, Petroleum Refineries, totaling $3.60 billion across 550 awards. The NAICS profile is fully concentrated, suggesting that the vendor’s federal activity is directly aligned to refined petroleum supply requirements.

Annual contract trend over the analysis window

Annual obligations were highest in 2023 at $663.09 million across 106 awards, followed by $610.85 million in 2025 and $556.50 million in 2024. The series shows substantial year-to-year variation, with 2022 and 2021 materially lower at $385.23 million and $408.26 million, respectively.

How to interpret this page

This summary is based on FPDS-obligated dollars associated with the vendor’s CAGE code 0181F and UEI ZGCENJD7ZG18 over the last 10 years. Agency, NAICS, and annual trend figures reflect only the data provided in the analysis window and are not adjusted for inflation, scope changes, or unreported award activity.

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 = '0181F'
        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 3,596,028,778.61 3.60 billion 550

Insight

Over the last 10 years, S-OIL CORPORATION’s obligated dollars are fully concentrated in a single agency relationship: the Defense Logistics Agency accounts for the full $3.60 billion in obligations and all 550 awards. This indicates an extremely concentrated vendor-agency profile with no observable spread across other agencies in the provided data. The average award value across the period is approximately $6.54 million, suggesting recurring obligations of material size within this sole 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 = '0181F'
        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 3,596,028,778.61 3.60 billion 550

Insight

Over the last 10 years, S-OIL CORPORATION’s federal obligations are fully concentrated in NAICS 324110, Petroleum Refineries. All $3.60 billion in obligated value and all 550 awards are reported under this single NAICS, indicating a highly concentrated and undiversified federal business profile. The average award value of $6.54 million suggests a steady flow of comparatively large awards within the petroleum refining category.

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 = '0181F'
        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 610,845,560.66 610.85 million 100
2024 556,497,417.40 556.50 million 89
2023 663,087,378.93 663.09 million 106
2022 385,226,508.16 385.23 million 35
2021 408,259,564.84 408.26 million 57
2020 283,938,707.82 283.94 million 62
2019 371,101,824.35 371.10 million 57
2018 207,071,759.20 207.07 million 21
2017 110,242,022.73 110.24 million 21
2016 -241,965.48 -241.97 thousand 2

Insight

Over the last 10 years, S-OIL CORPORATION (CAGE 0181F) received $3.60 billion across 550 awards, averaging about $6.54 million per award. Obligation activity is concentrated in the most recent four years, with 2023-2025 accounting for the largest annual totals and 2025 reaching $610.85 million across 100 awards. Earlier years were materially lower, including a trough in 2016 at -$241.97 thousand, followed by a sustained rise beginning in 2017 and a generally elevated funding profile since 2019.

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.