
SWS HEMODIALYSIS CARE CO .,LTD. — Investor Relations & Filings
SWS Hemodialysis Care Co., Ltd. specializes in the research, development, manufacturing, and distribution of advanced blood purification equipment and related medical consumables. The company provides comprehensive solutions for renal replacement therapy, including hemodialysis machines, continuous renal replacement therapy (CRRT) systems, and hemoperfusion devices. Its product portfolio extends to essential consumables such as high-flux and low-flux dialyzers, blood tubing sets, and dialysis concentrates. SWS Hemodialysis Care focuses on technological innovation to improve patient outcomes in the treatment of end-stage renal disease and acute kidney injury. By integrating hardware manufacturing with specialized software for dialysis management, the company offers end-to-end clinical support for medical institutions and specialized dialysis centers worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年第一次临时股东会会议资料 | 2026-05-29 | Chinese | |
| 关于完成董事会换届暨选举董事长、董事会专门委员会委员及聘任公司高级管理人员、证券事务代表的公告 | 2026-05-22 | Chinese | |
| 广东华商(重庆)律师事务所关于重庆山外山血液净化技术股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 股东减持股份结果公告 | 2026-05-08 | Chinese | |
| 控股股东、实际控制人减持股份计划公告 | 2026-05-07 | Chinese | |
| 重庆山外山血液净化技术股份有限公司简式权益变动报告书 | 2026-05-06 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47897948 | 2026年第一次临时股东会会议资料 | 2026-05-29 | Chinese | ||
| 46867758 | 关于完成董事会换届暨选举董事长、董事会专门委员会委员及聘任公司高级管理人员、证券事务代表的公告 | 2026-05-22 | Chinese | ||
| 46757800 | 广东华商(重庆)律师事务所关于重庆山外山血液净化技术股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 44492680 | 股东减持股份结果公告 | 2026-05-08 | Chinese | ||
| 44269951 | 控股股东、实际控制人减持股份计划公告 | 2026-05-07 | Chinese | ||
| 44280438 | 重庆山外山血液净化技术股份有限公司简式权益变动报告书 | 2026-05-06 | Chinese | ||
| 40035980 | 2025年度独立董事述职报告(姜峰) | 2026-04-29 | Chinese | ||
| 40035975 | 2026年员工持股计划(草案)摘要 | 2026-04-29 | Chinese | ||
| 40035973 | 重庆山外山血液净化技术股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-29 | Chinese | ||
| 40035963 | 重庆山外山血液净化技术股份有限公司审计报告 | 2026-04-29 | Chinese | ||
| 40035153 | 独立董事提名人声明与承诺(韩剑学) | 2026-04-29 | Chinese | ||
| 40035144 | 2025年度独立董事述职报告(陈定文) | 2026-04-29 | Chinese | ||
| 40035131 | 2025年年度报告 | 2026-04-29 | Chinese | ||
| 40035088 | 西部证券股份有限公司关于重庆山外山血液净化技术股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查意见 | 2026-04-29 | Chinese | ||
| 40035057 | 关于召开2025年年度股东会的通知 | 2026-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of medical and dental instruments and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3-D Matrix,Ltd.
Develops peptide-based hydrogels to control bleeding in sur…
|
7777 | JP | Manufacturing |
|
aap Implantate AG
Develops, manufactures, and markets implants for the treatm…
|
AAQ1 | DE | Manufacturing |
|
ABATE AS INDUSTRIES LIMITED
Manufactures therapeutic footwear and wellness products for…
|
531658 | IN | Manufacturing |
|
Acotec Scientific Holdings Limited
Interventional medical device company developing innovative…
|
6669 | KY | Manufacturing |
|
AcouSort AB
Develops acoustofluidic solutions for automated biological …
|
ACOU | SE | Manufacturing |
|
Adagio Medical Holdings, Inc.
Develops cryoablation technologies for treating cardiac arr…
|
ADGM | US | Manufacturing |
|
ADVANCED MEDICAL SOLUTIONS GROUP PLC
Develops and manufactures innovative tissue-healing technol…
|
AMS | GB | Manufacturing |
|
AETHLON MEDICAL INC
Develops immunotherapeutic devices to deplete exosomes and …
|
AEMD | US | Manufacturing |
|
Affluent Medical
Develops minimally invasive implants for structural heart d…
|
AFME | FR | Manufacturing |
|
Aidite (Qinhuangdao) Technology Co., Ltd.
Develops and manufactures dental materials, zirconia cerami…
|
301580 | CN | Manufacturing |
SWS HEMODIALYSIS CARE 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/58406/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58406 | 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=58406 | 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=58406 \ -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": 58406}, 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 SWS HEMODIALYSIS CARE CO .,LTD. (id: 58406)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.