
XIANGYU MEDICAL CO.,LTD — Investor Relations & Filings
XIANGYU MEDICAL CO.,LTD. specializes in the research, development, manufacturing, and distribution of comprehensive rehabilitation medical equipment. The company provides integrated solutions across various clinical disciplines, including neurological rehabilitation, orthopedic recovery, pain management, and geriatric care. Its extensive product portfolio encompasses physical therapy devices, occupational therapy tools, evaluation systems, and advanced robotic rehabilitation technologies. By combining modern medical engineering with clinical requirements, the company develops systems for hydrotherapy, electrotherapy, and traditional Chinese medicine-based rehabilitation. XIANGYU MEDICAL focuses on delivering full-cycle rehabilitation services to medical institutions, ranging from tertiary hospitals to community health centers, aiming to improve patient outcomes through technological innovation and standardized clinical protocols.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 翔宇医疗关于增选第三届董事会各专门委员会委员的公告 | 2026-05-18 | Chinese | |
| 翔宇医疗第三届董事会第十一次会议决议公告 | 2026-05-18 | Chinese | |
| 上海市通力律师事务所关于翔宇医疗2025年年度股东大会的法律意见书 | 2026-05-18 | Chinese | |
| 翔宇医疗2025年度独立董事述职报告(燕铁斌) | 2026-04-23 | Chinese | |
| 翔宇医疗2025年度独立董事述职报告(刘振) | 2026-04-23 | Chinese | |
| 翔宇医疗关于续聘2026年度财务审计机构及内控审计机构的公告 | 2026-04-23 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46513324 | 翔宇医疗关于增选第三届董事会各专门委员会委员的公告 | 2026-05-18 | Chinese | ||
| 46513212 | 翔宇医疗第三届董事会第十一次会议决议公告 | 2026-05-18 | Chinese | ||
| 46513210 | 上海市通力律师事务所关于翔宇医疗2025年年度股东大会的法律意见书 | 2026-05-18 | Chinese | ||
| 39280142 | 翔宇医疗2025年度独立董事述职报告(燕铁斌) | 2026-04-23 | Chinese | ||
| 39280132 | 翔宇医疗2025年度独立董事述职报告(刘振) | 2026-04-23 | Chinese | ||
| 39280129 | 翔宇医疗关于续聘2026年度财务审计机构及内控审计机构的公告 | 2026-04-23 | Chinese | ||
| 39280127 | 翔宇医疗2026年度“提质增效重回报”行动方案 | 2026-04-23 | Chinese | ||
| 39280126 | 翔宇医疗2025年度内部控制评价报告 | 2026-04-23 | Chinese | ||
| 39280124 | 翔宇医疗第三届董事会独立董事专门会议2026年第一次会议决议 | 2026-04-23 | Chinese | ||
| 39280122 | 翔宇医疗2026年第一季度报告 | 2026-04-23 | Chinese | ||
| 39280121 | 翔宇医疗关于为全资子公司提供担保额度预计的公告 | 2026-04-15 | Chinese | ||
| 39280118 | 翔宇医疗关于公司及子公司2026年度向银行申请综合授信额度的公告 | 2026-04-15 | Chinese | ||
| 39280116 | 翔宇医疗关于使用闲置自有资金进行现金管理的公告 | 2026-04-15 | Chinese | ||
| 39280113 | 翔宇医疗关于剩余超募资金用于其他在建项目结项并注销部分募集资金专项账户的公告 | 2026-04-15 | Chinese | ||
| 39280110 | 翔宇医疗第三届董事会第九次会议决议公告 | 2026-04-15 | 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 |
XIANGYU MEDICAL 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/58546/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58546 | 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=58546 | 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=58546 \ -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": 58546}, 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 XIANGYU MEDICAL CO.,LTD (id: 58546)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.