Cscec Scimee Sci.&Tech. Co.,Ltd — Investor Relations & Filings
Cscec Scimee Sci.&Tech. Co.,Ltd. specializes in environmental protection and water treatment solutions, focusing on the research, development, and application of magnetic separation technology. The company provides integrated services encompassing equipment manufacturing, engineering design, project investment, and operational management. Its core product offerings include magnetic separation water treatment systems, sludge treatment equipment, and decentralized sewage treatment facilities. Scimee addresses diverse water-related challenges, including municipal wastewater treatment, industrial water purification, and ecological restoration of river basins. By utilizing proprietary magnetic separation techniques, the company delivers high-efficiency, compact, and energy-saving solutions designed to improve water quality and resource recovery across various infrastructure and industrial projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事、监事和高级管理人员所持本公司股份及其变动管理办法 | 2022-04-24 | Chinese | |
| 中建环能2021年限制性股票激励计划(草案修订稿)摘要 | 2022-04-24 | Chinese | |
| 关于中建环能2021年非经营性资金占用及其他关联资金往来情况的专项报告 | 2022-04-24 | Chinese | |
| 中建环能在中建财务有限公司办理金融业务的风险处置预案 | 2022-04-24 | Chinese | |
| 独立董事年报工作制度 | 2022-04-24 | Chinese | |
| 2021年限制性股票激励计划首次授予激励对象名单 | 2022-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 37329397 | 董事、监事和高级管理人员所持本公司股份及其变动管理办法 | 2022-04-24 | Chinese | ||
| 37329383 | 中建环能2021年限制性股票激励计划(草案修订稿)摘要 | 2022-04-24 | Chinese | ||
| 37329375 | 关于中建环能2021年非经营性资金占用及其他关联资金往来情况的专项报告 | 2022-04-24 | Chinese | ||
| 37329366 | 中建环能在中建财务有限公司办理金融业务的风险处置预案 | 2022-04-24 | Chinese | ||
| 37329358 | 独立董事年报工作制度 | 2022-04-24 | Chinese | ||
| 37329349 | 2021年限制性股票激励计划首次授予激励对象名单 | 2022-04-24 | Chinese | ||
| 37329341 | 独立董事关于第五届董事会第二次会议相关议案及相关事项的独立意见 | 2022-04-24 | Chinese | ||
| 37329336 | 独立董事2021年度述职报告(闫华红) | 2022-04-24 | Chinese | ||
| 37329331 | 上海君澜律师事务所关于中建环能科技股份有限公司2021年限制性股票激励计划(草案修订稿)之法律意见书 | 2022-04-24 | Chinese | ||
| 37329322 | 2021年年度报告 | 2022-04-24 | Chinese | ||
| 37329296 | 关于公司2022年度向关联金融机构申请综合授信额度及续签金融服务协议的公告 | 2022-04-24 | Chinese | ||
| 37329289 | 中建环能2021年限制性股票激励计划管理办法(修订稿) | 2022-04-24 | Chinese | ||
| 37329286 | 独立董事2021年度述职报告(许昭怡) | 2022-04-24 | Chinese | ||
| 37329278 | 关于独立董事公开征集表决权的公告 | 2022-04-24 | Chinese | ||
| 37329274 | 涉及财务公司关联交易的存款贷款等金融业务的专项说明 | 2022-04-24 | 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… |
Cscec Scimee Sci.&Tech. 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/55413/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55413 | 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=55413 | 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=55413 \ -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": 55413}, 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 Cscec Scimee Sci.&Tech. Co.,Ltd (id: 55413)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.