
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 |
|---|---|---|---|
| 公司与冀延松关于公司发行股份及支付现金购买资产配套募集资金之股票认购协议 | 2015-06-09 | Chinese | |
| 2013年度、2014年度、2015年1-4月备考财务报表审阅报告 | 2015-06-09 | Chinese | |
| 承诺函 | 2015-06-09 | Chinese | |
| 公司与江苏华大离心机股份有限公司全体股东之发行股份及支付现金购买资产协议 | 2015-06-09 | Chinese | |
| 董事会关于本次交易履行法定程序的完备性、合规性及提交的法律文件有效性的说明 | 2015-06-09 | Chinese | |
| 独立董事关于评估机构的独立性、评估假设前提的合理性和评估定价的公允性的意见 | 2015-06-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2015
15 filings
| |||||
| 37314078 | 公司与冀延松关于公司发行股份及支付现金购买资产配套募集资金之股票认购协议 | 2015-06-09 | Chinese | ||
| 37314066 | 2013年度、2014年度、2015年1-4月备考财务报表审阅报告 | 2015-06-09 | Chinese | ||
| 37314036 | 承诺函 | 2015-06-09 | Chinese | ||
| 37314020 | 公司与江苏华大离心机股份有限公司全体股东之发行股份及支付现金购买资产协议 | 2015-06-09 | Chinese | ||
| 37314009 | 董事会关于本次交易履行法定程序的完备性、合规性及提交的法律文件有效性的说明 | 2015-06-09 | Chinese | ||
| 37313999 | 独立董事关于评估机构的独立性、评估假设前提的合理性和评估定价的公允性的意见 | 2015-06-09 | Chinese | ||
| 37313987 | 关于公司股票暂不复牌的提示公告 | 2015-06-09 | Chinese | ||
| 37313979 | 董事会关于公司股票价格波动的说明 | 2015-06-09 | Chinese | ||
| 37313967 | 董事会关于发行股份及支付现金购买资产并募集配套资金的一般风险提示公告 | 2015-06-09 | Chinese | ||
| 37313958 | 重大资产重组停牌进展公告 | 2015-06-03 | Chinese | ||
| 37313946 | 重大资产重组停牌进展公告 | 2015-05-27 | Chinese | ||
| 37313925 | 重大资产重组停牌进展公告 | 2015-05-20 | Chinese | ||
| 37313914 | 2014年年度权益分派实施公告 | 2015-05-13 | Chinese | ||
| 37313903 | 重大资产重组停牌进展公告 | 2015-05-13 | Chinese | ||
| 37313895 | 第二届董事会第十三次会议决议公告 | 2015-05-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sewerage
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGUAS ANDINAS S.A.
Manages the urban water cycle: potable water capture, produ…
|
— | CL | Water supply; sewerage, waste m… |
|
AGUAS DECIMA S.A.
Provides comprehensive water management, including potable …
|
— | CL | Water supply; sewerage, waste m… |
|
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… |
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.