CSD Water Service Co., Ltd. — Investor Relations & Filings
About CSD Water Service Co., Ltd.
CSD Water Service Co., Ltd. specializes in comprehensive environmental services, focusing on the investment, construction, and operation of water and wastewater treatment facilities. The company provides integrated solutions for municipal and industrial wastewater treatment, sludge disposal, and water environment restoration. Its core activities include the management of urban sewage treatment plants, industrial park wastewater treatment systems, and rural water environment improvement projects. CSD Water Service utilizes advanced biological treatment technologies and resource recovery processes to enhance water quality and operational efficiency. The company’s service model encompasses various project delivery methods, such as Build-Operate-Transfer (BOT) and Transfer-Operate-Transfer (TOT), aimed at providing sustainable environmental infrastructure and long-term operational management for regional water ecosystems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中持水务股份有限公司关于计提资产减值准备及核销资产的公告 | 2026-04-28 | Chinese | |
| 中持水务股份有限公司2025年度独立董事年度述职报告(黄霞) | 2026-04-28 | Chinese | |
| 中持水务股份有限公司2025年度独立董事年度述职报告(周运兰已离任) | 2026-04-28 | Chinese | |
| 中持水务股份有限公司关于确认2025年董事、高级管理人员薪酬和2026年度薪酬方案的公告 | 2026-04-28 | Chinese | |
| 中持水务股份有限公司关于为控股子公司提供担保的公告 | 2026-04-24 | Chinese | |
| 中持水务股份有限公司2026年第一次临时股东会决议公告 | 2026-04-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38085329 | 中持水务股份有限公司关于计提资产减值准备及核销资产的公告 | 2026-04-28 | Chinese | ||
| 38085315 | 中持水务股份有限公司2025年度独立董事年度述职报告(黄霞) | 2026-04-28 | Chinese | ||
| 38085301 | 中持水务股份有限公司2025年度独立董事年度述职报告(周运兰已离任) | 2026-04-28 | Chinese | ||
| 38085280 | 中持水务股份有限公司关于确认2025年董事、高级管理人员薪酬和2026年度薪酬方案的公告 | 2026-04-28 | Chinese | ||
| 38085268 | 中持水务股份有限公司关于为控股子公司提供担保的公告 | 2026-04-24 | Chinese | ||
| 38085262 | 中持水务股份有限公司2026年第一次临时股东会决议公告 | 2026-04-20 | Chinese | ||
| 38085260 | 北京市嘉源律师事务所关于中持水务股份有限公司2026年第一次临时股东会的法律意见书 | 2026-04-20 | Chinese | ||
| 38085183 | 中持水务股份有限公司关于董事长、副董事长调整暨变更法定代表人、选举及调整董事会专门委员会成员、聘任及调整高级管理人员的公告 | 2026-04-20 | Chinese | ||
| 38085182 | 中持水务股份有限公司第四届董事会第九次会议决议公告 | 2026-04-20 | Chinese | ||
| 38085165 | 中持水务股份有限公司关于选举职工代表董事的公告 | 2026-04-02 | Chinese | ||
| 38085159 | 中持水务股份有限公司第四届董事会第八次会议决议公告 | 2026-04-02 | Chinese | ||
| 38085149 | 独立董事候选人声明与承诺(韩郑生) | 2026-04-02 | Chinese | ||
| 38085145 | 独立董事提名人声明与承诺(孙琳) | 2026-04-02 | Chinese | ||
| 38085138 | 中持水务股份有限公司2026年第一次临时股东会会议资料 | 2026-04-02 | Chinese | ||
| 38085136 | 中持水务股份有限公司关于召开2026年第一次临时股东会的通知 | 2026-04-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sewerage
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
TIL Enviro Limited
Specializes in operating wastewater treatment facilities an…
|
1790 | HK | Water supply; sewerage, waste m… |
|
Truax Resources Corporation
Specialized maintenance and video inspection of municipal a…
|
— | CA | Water supply; sewerage, waste m… |
|
TSUKISHIMA HOLDINGS CO., LTD.
Engineers and operates environmental plants for water and i…
|
6332 | JP | Water supply; sewerage, waste m… |
|
Wodkan Przedsiebiorstwo Wodociagow I Kanalizacji Spolka Akcyjna
Utility company specializing in water production, supply, a…
|
WOD | PL | Water supply; sewerage, waste m… |
|
Wuhan Tianyuan Group Co., Ltd.
Provides environmental protection and comprehensive water t…
|
301127 | CN | Water supply; sewerage, waste m… |
|
Xiamen Jiarong Technology Co., Ltd.
Specializes in high-end membrane separation technology and …
|
301148 | CN | Water supply; sewerage, waste m… |
|
ZHONGYUAN ENVIRONMENTAL PROTECTIONCO.,LTD.
Provider of sewage treatment, central heating, and ecologic…
|
000544 | CN | Water supply; sewerage, waste m… |
CSD Water Service 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/57893/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57893 | 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=57893 | 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=57893 \ -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": 57893}, 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 CSD Water Service Co., Ltd. (id: 57893)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.