
Keysino Separation Technology Inc. — Investor Relations & Filings
Keysino Separation Technology Inc. specializes in the research, development, and application of advanced membrane separation technologies. The company provides comprehensive solutions for industrial fluid treatment, process optimization, and environmental protection. Its core product portfolio includes ultrafiltration, nanofiltration, and reverse osmosis systems, alongside specialized ceramic membranes designed for harsh operating environments. Keysino focuses on delivering integrated systems for wastewater treatment, zero liquid discharge (ZLD), and the recovery of valuable resources from industrial waste streams. Serving sectors such as petrochemicals, pharmaceuticals, metallurgy, and food processing, the company emphasizes energy efficiency and sustainable resource management. By leveraging proprietary membrane materials and engineering expertise, Keysino enables industrial clients to improve product purity, reduce operational costs, and meet stringent environmental standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届董事会第四次会议决议公告 | 2025-04-16 | Chinese | |
| 关于变更持续督导保荐代表人的公告 | 2025-03-28 | Chinese | |
| 第四届董事会第三次会议决议公告 | 2025-01-09 | Chinese | |
| 关于董事会秘书辞职暨聘任副总经理、董事会秘书的公告 | 2025-01-09 | Chinese | |
| 关于部分股东股份减持计划实施完毕及减持期限届满的公告 | 2024-11-21 | Chinese | |
| 2024年三季度报告 | 2024-10-24 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
4 filings
| |||||
| 39903754 | 第四届董事会第四次会议决议公告 | 2025-04-16 | Chinese | ||
| 39903749 | 关于变更持续督导保荐代表人的公告 | 2025-03-28 | Chinese | ||
| 39903739 | 第四届董事会第三次会议决议公告 | 2025-01-09 | Chinese | ||
| 39903732 | 关于董事会秘书辞职暨聘任副总经理、董事会秘书的公告 | 2025-01-09 | Chinese | ||
|
2024
11 filings
| |||||
| 39903724 | 关于部分股东股份减持计划实施完毕及减持期限届满的公告 | 2024-11-21 | Chinese | ||
| 39903716 | 2024年三季度报告 | 2024-10-24 | Chinese | ||
| 39903707 | 第四届监事会第一次会议决议公告 | 2024-10-21 | Chinese | ||
| 39903696 | 关于选举董事长、监事会主席、董事会各专门委员会委员、聘任总经理及其他高级管理人员、证券事务代表的公告 | 2024-10-21 | Chinese | ||
| 39903686 | 2024年第三次临时股东大会决议公告 | 2024-10-21 | Chinese | ||
| 39903671 | 第四届董事会第一次会议决议公告 | 2024-10-21 | Chinese | ||
| 39903657 | 上海凯鑫2024年第三次临时股东大会法律意见书 | 2024-10-21 | Chinese | ||
| 39903641 | 独立董事提名人声明与承诺(王剑锋) | 2024-09-26 | Chinese | ||
| 39903630 | 关于使用自有资金及闲置募集资金进行现金管理的公告 | 2024-09-26 | Chinese | ||
| 39903621 | 独立董事提名人声明与承诺(林宏) | 2024-09-26 | Chinese | ||
| 39903612 | 第三届监事会第十五次会议决议公告 | 2024-09-26 | 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… |
Keysino Separation Technology Inc. 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/55866/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55866 | 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=55866 | 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=55866 \ -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": 55866}, 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 Keysino Separation Technology Inc. (id: 55866)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.