Federal Contractor

S-OIL CORPORATION Federal Contract Obligations (Last Year)

Federal procurement profile for S-OIL CORPORATION showing last full year awards, obligations, and federal buying activity.

In the last full year, S-OIL CORPORATION (CAGE 0181F, UEI ZGCENJD7ZG18) recorded 100 award actions totaling $610,845,560.66 in federal obligations. All reported obligations were concentrated with the Defense Logistics Agency and mapped to NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last full year

This summary reflects the last full year of readable FPDS data and uses the provided obligated totals, award counts, and classifications.

CAGE Code
0181F
UEI
ZGCENJD7ZG18
Total Obligated
610.85 million
610,845,560.66
Award Actions
100
Average Action Value
6,108,455.60

About S-OIL CORPORATION federal contract activity

S-OIL CORPORATION (CAGE 0181F, UEI ZGCENJD7ZG18) recorded 610.85 million in obligated award value across 100 awards during the last full year, for an average award size of 6.11 million. The profile indicates a concentrated federal contracting footprint at meaningful scale rather than a broad multi-agency distribution.

Agency mix and customer concentration

All obligated value in the period was awarded by the Defense Logistics Agency, which accounted for 610.85 million across 100 awards. This points to a single-agency dependency and suggests S-OIL CORPORATION’s federal activity was tightly aligned to DLA requirements.

Industry profile based on NAICS activity

The entire award total is classified under NAICS 324110, Petroleum Refineries, with 610.85 million obligated across 100 awards. The NAICS profile is fully concentrated in a single industrial category, indicating that reported federal obligations were associated exclusively with refinery-related supply or services.

Annual contract trend over the analysis window

The annual trend shows 610.85 million obligated in 2025 across 100 awards, establishing the full last-year period as the sole observed year in this window. With only one annual data point available, the trend supports a snapshot assessment rather than a multi-year performance comparison.

How to interpret this page

This summary is based on FPDS Query award records for the last full year using the provided CAGE code and UEI. Metrics reflect obligated dollars, award counts, agency attribution, and NAICS classification as reported in the source data, with no interpolation or extrapolation beyond the recorded period.

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 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 610,845,560.66 610.85 million 100

Insight

Over the last full year, S-OIL CORPORATION’s obligations were fully concentrated in one agency: the Defense Logistics Agency (DLA). DLA accounted for the entire $610.85 million obligated across 100 awards, indicating a highly concentrated vendor-agency relationship with no diversification across other agencies in the provided period. The average award value was approximately $6.11 million, suggesting a pattern of repeated, moderately sized obligations rather than a small number of large awards.

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 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 610,845,560.66 610.85 million 100

Insight

S-OIL CORPORATION’s FPDS obligations over the last full year are fully concentrated in NAICS 324110, Petroleum Refineries. All 100 awards and the entire $610.85 million obligated amount are tied to this single NAICS, indicating a highly concentrated procurement profile with no diversification across other industry codes in this period. The average award value of $6.11 million suggests repeated mid-sized obligations within the same procurement 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 1 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

Insight

For the last full year, S-OIL CORPORATION (CAGE 0181F) recorded 610.85 million in obligated value across 100 awards, for an average award value of about 6.11 million. Because the full 1-year window contains a single annual data point, no multi-year trend can be assessed from this view. The observed obligation level indicates material spend concentration within the period, but distribution across individual awards cannot be determined beyond the average value.

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.