Anhui Tongyuan Environment Energy Saving Co.,Ltd. — Investor Relations & Filings
About Anhui Tongyuan Environment Energy Saving Co.,Ltd.
Anhui Tongyuan Environment Energy Saving Co.,Ltd. specializes in providing comprehensive environmental protection and energy-saving solutions. The company focuses on three primary sectors: solid waste treatment, water environment restoration, and ecological remediation. Its core business activities include the remediation of landfills, sludge treatment and disposal, and the management of hazardous waste. In the water sector, it provides services for river and lake dredging, urban sewage treatment, and black-odor water body remediation. Tongyuan Environment integrates research and development, equipment manufacturing, and engineering construction to deliver full-lifecycle environmental services. The company utilizes advanced technologies to improve energy efficiency and reduce environmental impact, catering to municipal and industrial clients seeking sustainable waste management and ecological restoration solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于续聘2026年度审计机构的公告 | 2026-04-10 | Chinese | |
| 关于公司高级管理人员离任暨聘任公司副总经理的公告 | 2026-04-10 | Chinese | |
| 2025年度内部控制评价报告 | 2026-04-10 | Chinese | |
| 第四届董事会第九次会议决议公告 | 2026-04-10 | Chinese | |
| 2025年度审计报告 | 2026-04-10 | Chinese | |
| 安徽承义律师事务所关于安徽省通源环境节能股份有限公司2024年限制性股票激励计划部分限制性股票作废相关事项的法律意见书 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39897922 | 关于续聘2026年度审计机构的公告 | 2026-04-10 | Chinese | ||
| 39897914 | 关于公司高级管理人员离任暨聘任公司副总经理的公告 | 2026-04-10 | Chinese | ||
| 39897901 | 2025年度内部控制评价报告 | 2026-04-10 | Chinese | ||
| 39897892 | 第四届董事会第九次会议决议公告 | 2026-04-10 | Chinese | ||
| 39897874 | 2025年度审计报告 | 2026-04-10 | Chinese | ||
| 39897709 | 安徽承义律师事务所关于安徽省通源环境节能股份有限公司2024年限制性股票激励计划部分限制性股票作废相关事项的法律意见书 | 2026-04-10 | Chinese | ||
| 39897690 | 董事会审计委员会对2025年度会计师事务所履行监督职责情况的报告 | 2026-04-10 | Chinese | ||
| 39897680 | 2025年度营业收入扣除情况的专项审核报告 | 2026-04-10 | Chinese | ||
| 39897675 | 关于2026年度日常关联交易预计的公告 | 2026-04-10 | Chinese | ||
| 39897674 | 2025年年度报告摘要 | 2026-04-10 | Chinese | ||
| 39897671 | 2025年度独立董事述职报告(刘桂建) | 2026-04-10 | Chinese | ||
| 39897655 | 2025年年度报告 | 2026-04-10 | Chinese | ||
| 39897654 | 2025年度独立董事述职报告(许立新) | 2026-04-10 | Chinese | ||
| 39897640 | 关于召开2025年年度股东会的通知 | 2026-04-10 | Chinese | ||
| 39897636 | 关于作废2024年限制性股票激励计划部分限制性股票的公告 | 2026-04-10 | 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… |
|
American Eco Corporation
Suggested focus on ecological and environmental initiatives…
|
ECGOQ | CA | 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… |
|
BluMetric Environmental Inc.
Provides sustainable environmental consulting and water tec…
|
BLM | CA | Water supply; sewerage, waste m… |
|
Bridger Aerospace Group Holdings, Inc.
An aerial firefighting company providing wildfire managemen…
|
BAER | US | Water supply; sewerage, waste m… |
Anhui Tongyuan Environment Energy Saving 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/58579/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58579 | 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=58579 | 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=58579 \ -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": 58579}, 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 Anhui Tongyuan Environment Energy Saving Co.,Ltd. (id: 58579)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.