Federal Contractor

PETROMAX REFINING COMPANY LLC Federal Contract Obligations (Last Year)

Federal procurement profile for PETROMAX REFINING COMPANY LLC (CAGE 3G8M1, UEI YD3QNKMHEFJ8) covering obligations in the last full year.

In the last full year, PETROMAX REFINING COMPANY LLC received 64 federal award actions totaling $342,778,145.02, for an average action value of $5,355,908.51. Nearly all obligated value came from the Defense Logistics Agency under NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the last full year analyzed; totals are attributed entirely to the Defense Logistics Agency and NAICS 324110.

CAGE Code
3G8M1
UEI
YD3QNKMHEFJ8
Total Obligated
342.78 million
342,778,145.02
Award Actions
64
Average Action Value
5,355,908.51

About PETROMAX REFINING COMPANY LLC federal contract activity

PETROMAX REFINING COMPANY LLC (CAGE 3G8M1, UEI YD3QNKMHEFJ8) recorded 64 FPDS awards in the last full year, with total obligations of $342.78 million and an average award value of $5.36 million. The profile indicates a concentrated federal contracting footprint with all observed obligation value tied to a single purchasing agency and a single NAICS code.

Agency mix and customer concentration

The Defense Logistics Agency accounted for 100% of obligated value and 100% of awards in the period analyzed, totaling $342.78 million across 64 awards. This agency concentration suggests the vendor’s federal business is fully anchored to DLA procurement activity in the review window.

Industry profile based on NAICS activity

All recorded obligations were classified under NAICS 324110, Petroleum Refineries, with $342.78 million across 64 awards. The mix shows no sector diversification in the observed period and aligns the vendor’s federal activity entirely to petroleum refining work.

Annual contract trend over the analysis window

Annual performance for 2025 shows $342.78 million in obligations across 64 awards, matching the full-period totals provided. With only one year in scope, the trend view supports a stable snapshot rather than a multi-year directional assessment.

How to interpret this page

This summary is based on FPDS award records for the last full year tied to the vendor identifiers provided: CAGE 3G8M1 and UEI YD3QNKMHEFJ8. Agency, NAICS, and annual trend statements reflect only the supplied aggregate figures and do not infer activity outside the analysis window.

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 = '3G8M1'
        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 342,778,145.02 342.78 million 64

Insight

During the last full year, PETROMAX REFINING COMPANY LLC (CAGE 3G8M1) received $342.78 million across 64 awards, with an average award value of $5.36 million. All reported obligations in this period were concentrated in a single agency, the Defense Logistics Agency, indicating complete agency concentration in the vendor’s funding profile. This pattern suggests the vendor’s federal activity is highly reliant on one customer rather than distributed across multiple agencies.

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 = '3G8M1'
        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 342,778,145.02 342.78 million 64

Insight

Over the last full year, PETROMAX REFINING COMPANY LLC’s obligations were fully concentrated in NAICS 324110, Petroleum Refineries, accounting for the entire $342.78 million across 64 awards. This indicates a highly specialized and non-diversified award profile within the reported period. The average award value was $5.36 million, suggesting a mix of recurring, moderately sized obligations rather than a small number of very large awards.

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 = '3G8M1'
        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 342,778,145.02 342.78 million 64

Insight

PETROMAX REFINING COMPANY LLC (CAGE 3G8M1) recorded $342.78 million in obligated obligations across 64 awards in the last full year, with an average award value of about $5.36 million. Because the available 1-year window contains only FY 2025 data, no year-over-year trend can be assessed from this query. The award profile indicates moderate award count concentration with relatively large average obligation size.

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.