Federal Contractor

EQUILON ENTERPRISES LLC Federal Contract Obligations (Last Year)

Federal procurement summary for EQUILON ENTERPRISES LLC (CAGE 3N254, UEI QELHKA2CHFP5) for the last full year shows no reported obligations or award actions.

This vendor page summarizes federal award activity for EQUILON ENTERPRISES LLC during the last full year. The record shows zero obligated dollars, zero award actions, and no top agencies, NAICS codes, or annual trend entries.

Generated at 03/21/2026

Analysis period: Last full year

All reported values for the analysis window are zero, so no procurement activity is available for segmentation or trend analysis.

CAGE Code
3N254
UEI
QELHKA2CHFP5
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About EQUILON ENTERPRISES LLC federal contract activity

EQUILON ENTERPRISES LLC (CAGE 3N254, UEI QELHKA2CHFP5) recorded no obligated federal award activity in the last full year. FPDS Query shows total obligated dollars of 0.00 across 0 awards, resulting in no measurable average award value for the period.

Agency mix and customer concentration

No agency concentration can be assessed because the vendor had no award activity in the analysis window. As a result, there are no federal agencies to rank by obligated dollars or award volume.

Industry profile based on NAICS activity

No NAICS distribution is available for the last full year because the vendor had no recorded awards. With zero award activity, FPDS Query cannot identify any primary or secondary procurement categories for this period.

Annual contract trend over the analysis window

The annual trend is flat at zero for the entire analysis window, with no recorded obligations or awards. This indicates no measurable federal contracting activity in the last full year rather than a change in procurement performance.

How to interpret this page

This summary is based on FPDS Query records for the last full year and reflects only reported federal award activity associated with the listed CAGE code and UEI. Metrics shown are limited to obligations and award counts captured in the analysis window; no additional assumptions were applied.

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

Insight

No notable agency concentration was available for this analysis window.

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

Insight

No notable NAICS concentration was available for this analysis window.

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 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions

Insight

No annual trend data was available for this analysis window.

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.