
WUXI DELINHAI ENVIRONMENTAL TECHNOLOGY CO., LTD — Investor Relations & Filings
Wuxi Delinhai Environmental Technology Co., Ltd. specializes in the comprehensive treatment and prevention of water environment pollution, with a primary focus on blue-green algae (cyanobacteria) bloom control. The company provides integrated solutions encompassing the research, development, design, and operation of specialized equipment for algae-water separation and pressurized algae removal. Its core offerings include mobile and stationary algae collection systems, sediment remediation technologies, and intelligent monitoring platforms designed to restore ecological balance in lakes and reservoirs. Delinhai serves municipal and environmental authorities by addressing large-scale eutrophication issues through advanced mechanical and biological treatment processes. The company is recognized for its technical expertise in large-scale water body restoration, providing end-to-end services from initial diagnosis to long-term maintenance.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 德林海关于高级管理人员职务调整的公告 | 2026-05-21 | Chinese | |
| 德林海关于诉讼的公告 | 2026-05-21 | Chinese | |
| 德林海关于注销部分募集资金专户的公告 | 2026-05-20 | Chinese | |
| 北京市天元律师事务所关于无锡德林海环保科技股份有限公司2025年年度股东会法律意见书 | 2026-05-13 | Chinese | |
| 德林海2025年年度股东会决议公告 | 2026-05-13 | Chinese | |
| 德林海股票交易异常波动公告 | 2026-05-07 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757938 | 德林海关于高级管理人员职务调整的公告 | 2026-05-21 | Chinese | ||
| 46757930 | 德林海关于诉讼的公告 | 2026-05-21 | Chinese | ||
| 46701376 | 德林海关于注销部分募集资金专户的公告 | 2026-05-20 | Chinese | ||
| 45774471 | 北京市天元律师事务所关于无锡德林海环保科技股份有限公司2025年年度股东会法律意见书 | 2026-05-13 | Chinese | ||
| 45773635 | 德林海2025年年度股东会决议公告 | 2026-05-13 | Chinese | ||
| 44267768 | 德林海股票交易异常波动公告 | 2026-05-07 | Chinese | ||
| 39105213 | 德林海关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-17 | Chinese | ||
| 39105212 | 中审众环会计师事务所(特殊普通合伙)关于无锡德林海环保科技股份有限公司募集资金年度存放、管理与实际使用情况的鉴证报告 | 2026-04-17 | Chinese | ||
| 39105210 | 德林海关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-17 | Chinese | ||
| 39105208 | 中审众环会计师事务所(特殊普通合伙)关于无锡德林海环保科技股份有限公司2025年度审计报告 | 2026-04-17 | Chinese | ||
| 34826857 | 德林海2025年度会计师事务所履职情况评估报告 | 2026-04-17 | Chinese | ||
| 34826852 | 德林海2026年度“提质增效重回报”行动方案 | 2026-04-17 | Chinese | ||
| 34826848 | 德林海关于日常关联交易额度预计的公告 | 2026-04-17 | Chinese | ||
| 34826840 | 德林海2025年度独立董事述职报告(郭昱) | 2026-04-17 | Chinese | ||
| 34826832 | 德林海2025年度独立董事述职报告(季润芝) | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Remediation and other waste management service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ambipar Emergency Response
Specializes in crisis management and response for environme…
|
AMBI | US | Water supply; sewerage, waste m… |
|
AMBIPAR LUX S.A R.L.
Offers environmental solutions, emergency response, waste m…
|
90JB | LU | Water supply; sewerage, waste m… |
|
American Eco Corporation
Suggested focus on ecological and environmental initiatives…
|
ECGOQ | CA | Water supply; sewerage, waste m… |
|
Anhui Tongyuan Environment Energy Saving Co.,Ltd.
Offers solid waste treatment, water restoration, and ecolog…
|
688679 | CN | Water supply; sewerage, waste m… |
|
BacTech Environmental Corporation
Uses bioleaching to extract metals and stabilize arsenic in…
|
BAC | CA | Water supply; sewerage, waste m… |
|
Bawat Water Technologies AB
Provides sustainable ballast water treatment using heat-bas…
|
BAWAT | SE | Water supply; sewerage, waste m… |
|
BCEG Environmental Remediation Co., Ltd.
Provides soil and groundwater remediation for contaminated …
|
300958 | CN | Water supply; sewerage, waste m… |
|
Beijing Geoenviron Engineering & Technology, Inc.
Provides environmental remediation, waste management, and w…
|
603588 | CN | Water supply; sewerage, waste m… |
|
Beijing SPC Environment Protection Tech Co.,Ltd
Provides industrial pollution control, flue gas treatment, …
|
002573 | CN | Water supply; sewerage, waste m… |
|
Beijing Zeho Waterfront Ecological Environment Treatment Co.,Ltd.
Provides aquatic ecosystem restoration and urban landscape …
|
605069 | CN | Water supply; sewerage, waste m… |
WUXI DELINHAI ENVIRONMENTAL TECHNOLOGY CO., LTD via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/58117/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58117 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=58117 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=58117 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 58117}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for WUXI DELINHAI ENVIRONMENTAL TECHNOLOGY CO., LTD (id: 58117)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.