Anhui Yuanchen Environmental Protection Science & Technology Co., Ltd. — Investor Relations & Filings
About Anhui Yuanchen Environmental Protection Science & Technology Co., Ltd.
Anhui Yuanchen Environmental Protection Science & Technology Co., Ltd. specializes in the research, development, and manufacturing of high-performance filtration materials and environmental protection equipment. The company focuses on air pollution control, particularly in the fields of industrial dust removal and flue gas denitrification. Its primary product portfolio includes various types of filter bags—such as those made from PTFE, PPS, and fiberglass—and SCR catalysts used for Selective Catalytic Reduction. These solutions are designed for high-temperature and corrosive environments common in power generation, steel production, cement manufacturing, and waste-to-energy sectors. The company provides integrated technical services, including environmental monitoring and system maintenance, to help industrial clients meet stringent emission standards. By leveraging advanced material science, the firm delivers durable and efficient filtration media tailored for complex industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度独立董事述职报告(赵小丽) | 2026-04-24 | Chinese | |
| 关于使用暂时闲置募集资金和自有资金进行现金管理的公告 | 2026-04-14 | Chinese | |
| 国元证券股份有限公司关于安徽元琛环保科技股份有限公司使用暂时闲置募集资金和自有资金进行现金管理的核查意见 | 2026-04-14 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划授予激励对象名单的公示情况说明及核查意见 | 2026-04-08 | Chinese | |
| 2026年第二次临时股东会会议资料 | 2026-04-08 | Chinese | |
| 第四届董事会第二次会议决议公告 | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39240658 | 2025年度独立董事述职报告(赵小丽) | 2026-04-24 | Chinese | ||
| 34904507 | 关于使用暂时闲置募集资金和自有资金进行现金管理的公告 | 2026-04-14 | Chinese | ||
| 34849121 | 国元证券股份有限公司关于安徽元琛环保科技股份有限公司使用暂时闲置募集资金和自有资金进行现金管理的核查意见 | 2026-04-14 | Chinese | ||
| 39240650 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划授予激励对象名单的公示情况说明及核查意见 | 2026-04-08 | Chinese | ||
| 39240649 | 2026年第二次临时股东会会议资料 | 2026-04-08 | Chinese | ||
| 39240648 | 第四届董事会第二次会议决议公告 | 2026-03-27 | Chinese | ||
| 39240640 | 2026年限制性股票激励计划(草案)摘要公告 | 2026-03-27 | Chinese | ||
| 39240627 | 2026年限制性股票激励计划激励对象名单 | 2026-03-27 | Chinese | ||
| 39240622 | 2026年限制性股票激励计划(草案) | 2026-03-27 | Chinese | ||
| 39240610 | 安徽承义律师事务所关于安徽元琛环保科技股份有限公司2026年限制性股票激励计划(草案)之法律意见书 | 2026-03-27 | Chinese | ||
| 39240587 | 关于召开2026年第二次临时股东会的通知 | 2026-03-27 | Chinese | ||
| 39240585 | 2026年限制性股票激励计划实施考核管理办法 | 2026-03-27 | Chinese | ||
| 39240572 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划(草案)的核查意见 | 2026-03-27 | Chinese | ||
| 39240562 | 关于选举第四届董事会职工代表董事的公告 | 2026-03-02 | Chinese | ||
| 39240555 | 2026年第一次临时股东会决议公告 | 2026-03-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Anhui Yuanchen Environmental Protection Science & 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/58565/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58565 | 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=58565 | 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=58565 \ -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": 58565}, 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 Yuanchen Environmental Protection Science & Technology Co., Ltd. (id: 58565)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.