CECEP Guozhen Environmental Protection Technology Co., Ltd. — Investor Relations & Filings
CECEP Guozhen Environmental Protection Technology Co., Ltd. provides integrated solutions for water environment management and wastewater treatment. The company’s core operations involve the investment, design, construction, and operation of municipal and industrial sewage treatment facilities. Key service areas include municipal wastewater treatment, sludge disposal, water environment restoration, and the management of urban drainage networks. The firm utilizes advanced biological treatment processes and membrane technologies to enhance water quality and facilitate resource recovery. Its portfolio includes the operation of large-scale treatment plants and the provision of technical consultancy and specialized equipment for environmental engineering. CECEP Guozhen focuses on comprehensive watershed governance and reclaimed water utilization to support sustainable water resource management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年前三季度权益分派实施公告 | 2026-01-06 | Chinese | |
| 关于参股项目公司签署PPP项目终止协议的公告 | 2025-12-31 | Chinese | |
| 第八届董事会第七次会议决议公告 | 2025-12-23 | Chinese | |
| 北京市康达律师事务所关于中节能国祯环保科技股份有限公司2025年第五次临时股东会法律意见书 | 2025-12-18 | Chinese | |
| 2025年第五次临时股东会决议公告 | 2025-12-18 | Chinese | |
| 关于持股5%以上股东增持公司股份超过1%暨增持计划实施完毕的公告 | 2025-12-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 36391066 | 2025年前三季度权益分派实施公告 | 2026-01-06 | Chinese | ||
|
2025
14 filings
| |||||
| 36391008 | 关于参股项目公司签署PPP项目终止协议的公告 | 2025-12-31 | Chinese | ||
| 36391001 | 第八届董事会第七次会议决议公告 | 2025-12-23 | Chinese | ||
| 36390991 | 北京市康达律师事务所关于中节能国祯环保科技股份有限公司2025年第五次临时股东会法律意见书 | 2025-12-18 | Chinese | ||
| 36390987 | 2025年第五次临时股东会决议公告 | 2025-12-18 | Chinese | ||
| 36390979 | 关于持股5%以上股东增持公司股份超过1%暨增持计划实施完毕的公告 | 2025-12-10 | Chinese | ||
| 36390978 | 关于董事会秘书取得董事会秘书资格证书并正式履行董事会秘书职责的公告 | 2025-12-08 | Chinese | ||
| 36390966 | 关于监事会改革及选举职工代表董事的公告 | 2025-12-04 | Chinese | ||
| 36390957 | 2025年第四次临时股东大会决议公告 | 2025-12-03 | Chinese | ||
| 36390950 | 北京市康达律师事务所关于中节能国祯环保科技股份有限公司2025年第四次临时股东大会法律意见书 | 2025-12-03 | Chinese | ||
| 36390941 | 关于回购股份事项前十名股东和前十名无限售条件股东持股情况的公告 | 2025-12-01 | Chinese | ||
| 36390932 | 关于拟变更会计师事务所的公告 | 2025-11-27 | Chinese | ||
| 36390925 | 第八届董事会第六次会议决议公告 | 2025-11-27 | Chinese | ||
| 36390917 | 关于召开2025年第五次临时股东大会的通知 | 2025-11-27 | Chinese | ||
| 36390910 | 第八届监事会第五次会议决议公告 | 2025-11-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… |
|
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… |
|
Cscec Scimee Sci.&Tech. Co.,Ltd
Provides water treatment solutions and equipment using magn…
|
300425 | CN | Water supply; sewerage, waste m… |
CECEP Guozhen Environmental Protection 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/55378/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55378 | 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=55378 | 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=55378 \ -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": 55378}, 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 CECEP Guozhen Environmental Protection Technology Co., Ltd. (id: 55378)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.