Federal Contractor

ENVIRONMENTAL CHEMICAL CORPORATION Federal Contract Obligations (Last 5 Years)

ENVIRONMENTAL CHEMICAL CORPORATION’s FPDS profile shows 737 federal award actions and $795.73 million obligated over the last 5 years.

ENVIRONMENTAL CHEMICAL CORPORATION, CAGE 0T0F8 and UEI LFH4SUCVA379, is tied to a federal contracting record dominated by the Department of the Navy and Department of the Army. Its awards are concentrated in commercial and institutional building construction, remediation services, and water and sewer line construction.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS obligations and award actions, with totals rounded for display and exact values retained in the underlying analysis.

CAGE Code
0T0F8
UEI
LFH4SUCVA379
Total Obligated
795.73 million
795,725,626.42
Award Actions
737
Average Action Value
1,079,681.98

About ENVIRONMENTAL CHEMICAL CORPORATION federal contract activity

ENVIRONMENTAL CHEMICAL CORPORATION recorded $795.73 million in obligated dollars across 737 awards over the last 5 years, with an average award value of $1.08 million. The profile indicates a high-volume vendor with meaningful concentration in federal construction, remediation, and infrastructure-related work.

Agency mix and customer concentration

The Department of the Navy is the primary buyer, accounting for $529.29 million across 369 awards, or roughly two-thirds of total obligations. The Department of the Army is the next largest customer at $188.50 million and 292 awards, while NIH contributes a smaller number of high-dollar awards; Air Force and PBS activity is comparatively limited.

Industry profile based on NAICS activity

Award activity is led by NAICS 236220, Commercial and Institutional Building Construction, at $378.29 million across 311 awards, closely followed by NAICS 562910, Remediation Services, at $189.11 million across 310 awards. Water and sewer line construction also represents a major share at $173.36 million, indicating a portfolio centered on environmental remediation and facility/infrastructure construction rather than broad commercial services.

Annual contract trend over the analysis window

Obligations peaked in 2022 at $355.78 million, then declined to $160.20 million in 2023 and $120.33 million in 2024. The 2025 total of $52.60 million through the analysis window suggests a lower run rate than the 2022 peak, though still supported by substantial award volume.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 0T0F8 and UEI LFH4SUCVA379 over the last 5 years. Totals, counts, and averages reflect obligated dollars only and are 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 = '0T0F8'
        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
1700 DEPT OF THE NAVY 529,290,502.07 529.29 million 369
2100 DEPT OF THE ARMY 188,495,010.34 188.50 million 292
7529 NATIONAL INSTITUTES OF HEALTH 47,115,276.00 47.12 million 4
5700 DEPT OF THE AIR FORCE 30,152,551.99 30.15 million 60
4740 PUBLIC BUILDINGS SERVICE 671,786.02 671.79 thousand 10
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1

Insight

Over the last 5 years, ENVIRONMENTAL CHEMICAL CORPORATION’s obligations are highly concentrated in the Department of the Navy, which accounts for $529.29 million across 369 awards, or about two-thirds of total obligated value. The Department of the Army is the next largest customer at $188.50 million across 292 awards, bringing the two defense agencies to $717.79 million of the vendor’s $795.73 million total. Outside DoD, obligations are much smaller and more fragmented: NIH obligated $47.12 million across 4 awards, the Air Force $30.15 million across 60 awards, and all remaining agencies together account for less than $1 million.

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 = '0T0F8'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 378,291,969.57 378.29 million 311
562910 REMEDIATION SERVICES 189,108,947.18 189.11 million 310
237110 WATER AND SEWER LINE AND RELATED STRUCTURES CONSTRUCTION 173,356,788.45 173.36 million 22
238990 ALL OTHER SPECIALTY TRADE CONTRACTORS 36,213,421.91 36.21 million 42
531120 LESSORS OF NONRESIDENTIAL BUILDINGS (EXCEPT MINIWAREHOUSES) 18,148,317.67 18.15 million 39
541620 ENVIRONMENTAL CONSULTING SERVICES 355,996.78 356.00 thousand 8
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 195,462.86 195.46 thousand 2
237120 OIL AND GAS PIPELINE AND RELATED STRUCTURES CONSTRUCTION 54,222.00 54.22 thousand 2
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 500.00 500.00 1

Insight

Over the last 5 years, ENVIRONMENTAL CHEMICAL CORPORATION’s obligations are concentrated in construction- and remediation-related NAICS codes, led by 236220 Commercial and Institutional Building Construction at $378.29 million across 311 awards and 562910 Remediation Services at $189.11 million across 310 awards. These two NAICS codes account for the majority of obligated dollars, with 237110 Water and Sewer Line and Related Structures Construction adding another $173.36 million from 22 awards, indicating a strong emphasis on a small set of related mission areas. The remaining NAICS codes are comparatively limited in both dollars and volume, suggesting a sharply concentrated procurement profile rather than broad sector diversification.

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 = '0T0F8'
        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
2025 52,601,532.78 52.60 million 123
2024 120,333,435.43 120.33 million 141
2023 160,204,279.15 160.20 million 133
2022 355,776,035.79 355.78 million 182
2021 106,810,343.27 106.81 million 158

Insight

Over the last 5 years, ENVIRONMENTAL CHEMICAL CORPORATION (CAGE 0T0F8) received $795.73 million across 737 awards, averaging about $1.08 million per award. Obligations are highly concentrated in 2022, when the firm received $355.78 million and 182 awards, accounting for the clear peak in the period. Funding then declined in 2023 and 2024 and fell further in 2025 to $52.60 million, while award counts remained relatively active, indicating a shift toward smaller total obligation volumes rather than a collapse in award activity.

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.