Federal Contractor

EQUILON ENTERPRISES LLC Federal Contract Obligations (Last 5 Years)

Federal procurement profile for EQUILON ENTERPRISES LLC (CAGE 3N254, UEI QELHKA2CHFP5) covering the last 5 years of award activity.

EQUILON ENTERPRISES LLC recorded 35 federal award actions totaling $285.61 million in obligated obligations over the last 5 years. All reported obligations in this window came from the Defense Logistics Agency and were classified under NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual activity was concentrated in 2022 with $199.67 million across 27 actions, followed by 2023 with $85.94 million across 8 actions.

CAGE Code
3N254
UEI
QELHKA2CHFP5
Total Obligated
285.61 million
285,609,567.08
Award Actions
35
Average Action Value
8,160,273.34

About EQUILON ENTERPRISES LLC federal contract activity

EQUILON ENTERPRISES LLC recorded 35 FPDS awards totaling $285,609,567.08 over the last 5 years, with an average award value of $8,160,273.34. The vendor’s obligations are concentrated in a single federal customer and a single industrial classification, indicating a highly focused contracting profile.

Agency mix and customer concentration

All recorded obligations in the analysis window came from the Defense Logistics Agency, which accounted for $285.61 million across 35 awards. This indicates complete agency concentration and limited customer diversification within the observed period.

Industry profile based on NAICS activity

The vendor’s obligations were entirely associated with NAICS 324110, Petroleum Refineries, totaling $285.61 million across 35 awards. The mix shows a single-sector federal demand pattern tied to refined petroleum supply.

Annual contract trend over the analysis window

Obligations were materially higher in 2022 at $199.67 million across 27 awards, then declined to $85.94 million across 8 awards in 2023. The year-over-year drop reflects reduced award volume and obligated value, though the vendor remained active in the same contracting channel.

How to interpret this page

This summary is based on FPDS award data for the last 5 years and reflects obligated dollars, award counts, and classification attributes captured in the source records. Metrics are aggregated by vendor identifiers and grouped by agency, NAICS, and fiscal year within the stated 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 = '3N254'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 285,609,567.08 285.61 million 35

Insight

Over the last 5 years, EQUILON ENTERPRISES LLC (CAGE 3N254) received $285.61 million across 35 awards, all of which were obligated by the Defense Logistics Agency (97AS). This indicates complete agency concentration, with no observed diversification across other agencies in the reported period. The average award value was $8.16 million, suggesting a relatively small number of higher-value actions within a fully single-agency procurement profile.

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 5 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 285,609,567.08 285.61 million 35

Insight

EQUILON ENTERPRISES LLC’s obligations over the last 5 years are fully concentrated in NAICS 324110, Petroleum Refineries. All 35 awards and the full $285.61 million obligated were associated with this single NAICS, indicating no observable NAICS diversification in the period reviewed. This concentration suggests the vendor’s federal contracting activity is entirely aligned to petroleum refinery-related requirements.

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 5 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

Insight

EQUILON ENTERPRISES LLC received $285.61 million across 35 awards over the last 5 years, with an average award value of $8.16 million. Obligations are heavily concentrated in 2022 and 2023, which account for the full reported 5-year amount in this view, with 2022 at $199.67 million across 27 awards and 2023 at $85.94 million across 8 awards. The decline from 2022 to 2023 reflects a lower annual obligation level and fewer awards, indicating a shift in both volume and funding concentration year over year.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.