Shanghai Rychen Technologies Co., Ltd. — Investor Relations & Filings
Shanghai Rychen Technologies Co., Ltd. specializes in the research, development, and manufacturing of advanced membrane separation materials and systems. The company provides technical solutions centered on ultrafiltration, nanofiltration, and reverse osmosis technologies. Its core operations include the design and implementation of integrated systems for complex fluid separation, purification, and concentration processes. Key applications of its technology include lithium extraction from salt lake brines, industrial wastewater reclamation, and the processing of specialty fluids in chemical and pharmaceutical production. Rychen Technologies focuses on delivering high-efficiency separation performance and resource recovery capabilities, utilizing proprietary membrane formulations to address demanding environmental and process engineering challenges. The company's systems are engineered to optimize energy efficiency and operational stability across diverse industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2023年三季度报告 | 2023-10-27 | Chinese | |
| 独立董事关于第二届董事会第二十次会议相关事项的独立意见 | 2023-10-27 | Chinese | |
| 东方证券承销保荐有限公司关于上海瑞晨环保科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2023-10-27 | Chinese | |
| 第二届董事会第二十次会议决议公告 | 2023-10-27 | Chinese | |
| 第二届监事会第十五次会议决议公告 | 2023-10-27 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的公告 | 2023-10-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39433434 | 2023年三季度报告 | 2023-10-27 | Chinese | ||
| 39433415 | 独立董事关于第二届董事会第二十次会议相关事项的独立意见 | 2023-10-27 | Chinese | ||
| 39433402 | 东方证券承销保荐有限公司关于上海瑞晨环保科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2023-10-27 | Chinese | ||
| 39433395 | 第二届董事会第二十次会议决议公告 | 2023-10-27 | Chinese | ||
| 39433391 | 第二届监事会第十五次会议决议公告 | 2023-10-27 | Chinese | ||
| 39433386 | 关于使用部分闲置募集资金进行现金管理的公告 | 2023-10-27 | Chinese | ||
| 39433380 | 东方证券承销保荐有限公司关于上海瑞晨环保科技股份有限公司首次公开发行部分限售股上市流通的核查意见 | 2023-10-23 | Chinese | ||
| 39433369 | 关于首次公开发行部分限售股上市流通的提示性公告 | 2023-10-23 | Chinese | ||
| 39433362 | 关于使用部分超募资金暂时补充流动资金的公告 | 2023-10-11 | Chinese | ||
| 39433354 | 上海君澜律师事务所关于上海瑞晨环保科技股份有限公司2023年限制性股票激励计划首次授予相关事项之法律意见书 | 2023-10-11 | Chinese | ||
| 39433343 | 东方证券承销保荐有限公司关于上海瑞晨环保科技股份有限公司使用部分超募资金暂时补充流动资金的核查意见 | 2023-10-11 | Chinese | ||
| 39433337 | 监事会关于公司2023年限制性股票激励计划首次授予激励对象名单(授予日)的核查意见 | 2023-10-11 | Chinese | ||
| 39433332 | 第二届监事会第十四次会议决议公告 | 2023-10-11 | Chinese | ||
| 39433327 | 上海荣正企业咨询服务(集团)股份有限公司关于上海瑞晨环保科技股份有限公司2023年限制性股票激励计划首次授予相关事项之独立财务顾问报告 | 2023-10-11 | Chinese | ||
| 39433316 | 2023年限制性股票激励计划首次授予激励对象名单(授予日) | 2023-10-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Shanghai Rychen Technologies 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/56193/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56193 | 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=56193 | 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=56193 \ -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": 56193}, 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 Shanghai Rychen Technologies Co., Ltd. (id: 56193)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.