Qingyan Environmental Technology Co., Ltd. — Investor Relations & Filings
Qingyan Environmental Technology Co., Ltd. specializes in the research, development, and application of advanced water treatment technologies. The company is primarily recognized for its proprietary RPIR (Reactor-Powder-Integrated-Reactor) rapid sewage treatment process, which integrates biochemical reaction and sedimentation into a single unit. This technology is designed to provide high-efficiency wastewater treatment with a significantly reduced footprint and lower energy consumption compared to traditional methods. Its core offerings include modular sewage treatment equipment and comprehensive technical solutions for municipal wastewater upgrading, industrial effluent treatment, and black-odor water body remediation. The company focuses on delivering scalable, rapid-deployment environmental engineering services that emphasize resource recovery and ecological sustainability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会薪酬与考核委员会关于2025年限制性股票激励计划首次授予激励对象名单的核查意见 | 2025-09-25 | Chinese | |
| 北京市中伦(深圳)律师事务所关于清研环境科技股份有限公司2025年限制性股票激励计划授予事项的法律意见书 | 2025-09-25 | Chinese | |
| 关于向2025年限制性股票激励计划激励对象首次授予限制性股票的公告 | 2025-09-25 | Chinese | |
| 第二届董事会第十五次会议决议公告 | 2025-09-25 | Chinese | |
| 2025年限制性股票激励计划首次授予激励对象名单(首次授予日) | 2025-09-25 | Chinese | |
| 第二届监事会第十四次会议决议公告 | 2025-09-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39509743 | 董事会薪酬与考核委员会关于2025年限制性股票激励计划首次授予激励对象名单的核查意见 | 2025-09-25 | Chinese | ||
| 39509741 | 北京市中伦(深圳)律师事务所关于清研环境科技股份有限公司2025年限制性股票激励计划授予事项的法律意见书 | 2025-09-25 | Chinese | ||
| 39509739 | 关于向2025年限制性股票激励计划激励对象首次授予限制性股票的公告 | 2025-09-25 | Chinese | ||
| 39509729 | 第二届董事会第十五次会议决议公告 | 2025-09-25 | Chinese | ||
| 39509720 | 2025年限制性股票激励计划首次授予激励对象名单(首次授予日) | 2025-09-25 | Chinese | ||
| 39509714 | 第二届监事会第十四次会议决议公告 | 2025-09-25 | Chinese | ||
| 39509703 | 关于签署募集资金三方监管协议的公告 | 2025-09-23 | Chinese | ||
| 39509690 | 中信建投证券股份有限公司关于清研环境科技股份有限公司2025年半年度持续督导跟踪报告 | 2025-09-16 | Chinese | ||
| 39509677 | 关于证券事务代表辞职的公告 | 2025-09-01 | Chinese | ||
| 39509670 | 2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-27 | Chinese | ||
| 39509661 | 董事会关于2025年半年度募集资金存放、管理与使用情况的专项报告 | 2025-08-27 | Chinese | ||
| 39509646 | 2025年半年度报告 | 2025-08-27 | Chinese | ||
| 39509590 | 董事会决议公告 | 2025-08-27 | Chinese | ||
| 39509587 | 2025年半年度报告摘要 | 2025-08-27 | Chinese | ||
| 39509579 | 监事会决议公告 | 2025-08-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sewerage
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anhui Huaqi Environmental Protection & Technology Co., Ltd.
Develops biological water treatment technologies and sewage…
|
300929 | CN | Water supply; sewerage, waste m… |
|
Aqua-Pure Ventures Inc.
Specializes in recycling and treating hard-to-treat industr…
|
AQPVF | CA | Water supply; sewerage, waste m… |
|
Banka BioLoo Limited
Provides bio-digester sanitation solutions for sustainable …
|
BANKA | IN | Water supply; sewerage, waste m… |
|
Beijing Water Business Doctor Co.,Ltd.
Provides industrial water treatment solutions, ZLD technolo…
|
300055 | CN | Water supply; sewerage, waste m… |
|
CDT Environmental Technology Investment Holdings Ltd
A waste treatment company providing sewage and septic tank …
|
CDTG | US | Water supply; sewerage, waste m… |
|
CECEP Guozhen Environmental Protection Technology Co., Ltd.
Provides integrated solutions for water environment managem…
|
300388 | CN | Water supply; sewerage, waste m… |
|
China Environmental Technology Holdings Limited
Provides technology, equipment, and services for wastewater…
|
646 | HK | Water supply; sewerage, waste m… |
|
China Everbright Water Limited
Integrated water environment management, covering wastewate…
|
1857 | BM | Water supply; sewerage, waste m… |
|
CLEAN TEQ WATER LIMITED
Provides advanced water treatment and resource recovery sol…
|
CNQ | AU | Water supply; sewerage, waste m… |
|
Concord Enviro Systems Limited
Provides industrial wastewater treatment and Zero Liquid Di…
|
CEWATER | IN | Water supply; sewerage, waste m… |
Qingyan 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/56206/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56206 | 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=56206 | 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=56206 \ -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": 56206}, 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 Qingyan Environmental Technology Co., Ltd. (id: 56206)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.