
YCIC Eco-Technology Co.,Ltd. — Investor Relations & Filings
YCIC Eco-Technology Co., Ltd. is a specialized environmental protection enterprise focused on the investment, construction, and operation of ecological and water-related infrastructure. The company provides comprehensive solutions for urban and rural sewage treatment, reclaimed water utilization, and tap water supply. Its core business activities extend to ecological restoration projects, including river basin management, wetland protection, and soil remediation. By integrating advanced environmental technologies with engineering expertise, the firm addresses complex ecological challenges. It manages a diverse portfolio of water treatment facilities and environmental assets, aiming to improve regional water quality and resource efficiency. The company serves as a key technical and operational partner for municipal environmental projects, leveraging its integrated service model to deliver sustainable infrastructure and environmental management services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股东会议事规则 | 2025-10-27 | Chinese | |
| 公司章程 | 2025-10-27 | Chinese | |
| 关于与关联方签订合同暨关联交易的公告 | 2025-10-27 | Chinese | |
| 第八届监事会第十五次会议决议公告 | 2025-10-27 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2025-10-27 | Chinese | |
| 第八届董事会第十七次会议决议公告 | 2025-10-27 | Chinese |
Browse filings by year
20 years- 2026 35 filings
- 2025 228 filings
- 2024 116 filings
- 2023 212 filings
- 2022 183 filings
- 2021 160 filings
- 2020 156 filings
- 2019 166 filings
- 2018 204 filings
- 2017 147 filings
- 2016 146 filings
- 2015 162 filings
- 2014 120 filings
- 2013 190 filings
- 2012 150 filings
- 2011 130 filings
- 2010 136 filings
- 2009 108 filings
- 2008 102 filings
- 2007 27 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35067896 | 股东会议事规则 | 2025-10-27 | Chinese | ||
| 35067886 | 公司章程 | 2025-10-27 | Chinese | ||
| 35067873 | 关于与关联方签订合同暨关联交易的公告 | 2025-10-27 | Chinese | ||
| 35067867 | 第八届监事会第十五次会议决议公告 | 2025-10-27 | Chinese | ||
| 35067854 | 董事、高级管理人员薪酬管理制度 | 2025-10-27 | Chinese | ||
| 35067845 | 第八届董事会第十七次会议决议公告 | 2025-10-27 | Chinese | ||
| 35067837 | 关于续聘会计师事务所的公告 | 2025-10-27 | Chinese | ||
| 35067828 | 独立董事制度 | 2025-10-27 | Chinese | ||
| 35067822 | 董事会议事规则 | 2025-10-27 | Chinese | ||
| 35067815 | 关于修订《公司章程》及部分管理制度的公告 | 2025-10-27 | Chinese | ||
| 35067802 | 关于召开2025年第五次临时股东大会的通知 | 2025-10-27 | Chinese | ||
| 35067784 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
| 35067773 | 关于法院裁定受理公司重整并指定管理人暨公司股票交易将被叠加实施退市风险警示的公告 | 2025-10-26 | Chinese | ||
| 35067765 | 关于启动重整阶段债权申报及召开第一次债权人会议的公告 | 2025-10-26 | Chinese | ||
| 35067757 | 关于挂牌转让参股公司49%股权的进展公告 | 2025-10-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Water collection, treatment and supply
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acea
A multi-utility company managing water, energy, and environ…
|
ACE | IT | Water supply; sewerage, waste m… |
|
AEGEA SANEAMENTO E PARTICIPAÇÕES S.A.
Manages water supply and sewage treatment concessions for o…
|
— | BR | Water supply; sewerage, waste m… |
|
AGUAS ARAUCANIA S.A.
Provides comprehensive sanitary services, including potable…
|
— | CL | Water supply; sewerage, waste m… |
|
AGUAS DE ANTOFAGASTA S.A.
A regulated water and sanitation utility providing comprehe…
|
— | CL | Water supply; sewerage, waste m… |
|
AGUAS DEL ALTIPLANO S.A.
Provides comprehensive water and wastewater management, pot…
|
— | CL | Water supply; sewerage, waste m… |
|
AGUAS MAGALLANES S.A.
Utility company providing water capture, treatment, distrib…
|
— | CL | Water supply; sewerage, waste m… |
|
ALIRAN IHSAN RESOURCES BERHAD
Provider of comprehensive water and wastewater solutions fo…
|
— | MY | Water supply; sewerage, waste m… |
|
Alkhorayef Water and Power Technologies Co.
Provides engineering, construction, and O&M for water and p…
|
2081 | SA | Water supply; sewerage, waste m… |
|
AMERICAN STATES WATER CO
Holding company with water, electric, and contracted milita…
|
AWR | US | Water supply; sewerage, waste m… |
|
American Water Works Company, Inc.
A large, regulated water and wastewater utility providing e…
|
AWK | US | Water supply; sewerage, waste m… |
YCIC Eco-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/54254/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54254 | 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=54254 | 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=54254 \ -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": 54254}, 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 YCIC Eco-Technology Co.,Ltd. (id: 54254)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.