Federal Contractor

EQUILON ENTERPRISES LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for EQUILON ENTERPRISES LLC (CAGE 3N254, UEI QELHKA2CHFP5) covering contract activity over the last 10 years.

EQUILON ENTERPRISES LLC recorded 1,169 award actions totaling $2,691,377,356.38 in federal obligations over the last 10 years, with an average action value of $2,302,290.29. All identified obligations in this period were awarded by the Defense Logistics Agency and classified under NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual values shown include 2018, 2019, 2020, 2022, and 2023 as provided in the source data.

CAGE Code
3N254
UEI
QELHKA2CHFP5
Total Obligated
2.69 billion
2,691,377,356.38
Award Actions
1,169
Average Action Value
2,302,290.29

About EQUILON ENTERPRISES LLC federal contract activity

EQUILON ENTERPRISES LLC recorded $2.69 billion in obligated contract dollars across 1,169 awards over the last 10 years, with an average award value of $2.30 million. The company’s procurement profile is highly concentrated, indicating a steady stream of petroleum-related federal buying rather than a broad multi-agency portfolio.

Agency mix and customer concentration

All identified obligations in the analysis window came from the Defense Logistics Agency, which accounted for the full $2.69 billion and all 1,169 awards. This indicates a single-agency dependency profile and a contracting relationship centered on defense logistics fuel procurement.

Industry profile based on NAICS activity

All observed obligations mapped to NAICS 324110, Petroleum Refineries, with $2.69 billion across 1,169 awards. The NAICS concentration confirms that the vendor’s federal work is narrowly aligned to refined petroleum products rather than diversified industrial supply categories.

Annual contract trend over the analysis window

Award activity has been uneven and highly episodic, with the largest obligation year in 2018 at $863.89 million across 334 awards, followed by 2019 at $571.03 million across 373 awards. Activity remained material in 2020 at $150.57 million and then declined further in 2022 and 2023, suggesting a downward shift in recent procurement volume after the 2018-2019 peak.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 3N254 and UEI QELHKA2CHFP5 for the last 10 years. Totals reflect obligated dollars and award counts as provided, with agency, NAICS, and annual trend views derived from the same analyzed record set.

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 = '3N254'
        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 2,691,377,356.38 2.69 billion 1,169

Insight

Over the last 10 years, EQUILON ENTERPRISES LLC’s obligated dollars are entirely concentrated with the Defense Logistics Agency, which accounts for the full $2.69 billion in reported obligations. The vendor received 1,169 awards in this period, indicating a high-volume, single-agency funding pattern rather than a diversified agency base. The average award value of about $2.30 million suggests a mix of moderately sized actions within that concentrated 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 = '3N254'
        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 2,691,377,356.38 2.69 billion 1,169

Insight

Over the last 10 years, EQUILON ENTERPRISES LLC’s obligations are fully concentrated in NAICS 324110, Petroleum Refineries. All $2.69 billion in obligated value and all 1,169 awards are associated with this single NAICS, indicating a highly specialized and non-diversified contracting profile. The average award value of about $2.30 million suggests repeated procurement activity within the same industry classification.

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 = '3N254'
        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
2023 85,943,270.83 85.94 million 8
2022 199,666,296.25 199.67 million 27
2020 150,565,573.98 150.57 million 121
2019 571,030,190.42 571.03 million 373
2018 863,886,225.10 863.89 million 334
2017 730,832,990.55 730.83 million 271
2016 89,452,809.25 89.45 million 35

Insight

Over the last 10 years, EQUILON ENTERPRISES LLC (CAGE 3N254) received 2.69 billion across 1,169 awards, with an average award value of 2.30 million, indicating a portfolio with substantial annual concentration rather than even distribution. Obligations were heavily concentrated in 2017–2019, peaking in 2018 at 863.89 million across 334 awards and remaining elevated in 2019 at 571.03 million across 373 awards. By comparison, recent activity declined sharply to 199.67 million in 2022 and 85.94 million in 2023, with only 27 and 8 awards respectively, suggesting a significant contraction in both obligation volume and award frequency.

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.