
BMC Medical Co., Ltd. — Investor Relations & Filings
BMC Medical Co., Ltd. specializes in the development and distribution of diagnostic and therapeutic solutions for sleep-disordered breathing and chronic respiratory conditions. The company’s core product portfolio includes continuous positive airway pressure (CPAP) devices, bilevel positive airway pressure (BPAP) systems, and high-flow oxygen therapy equipment. These are complemented by a range of patient interfaces, including nasal, pillow, and full-face masks. BMC integrates digital health capabilities through cloud-based management platforms, enabling remote data analysis and patient monitoring. By focusing on technical innovation and clinical efficacy, the company provides integrated respiratory care systems designed to improve patient compliance and therapeutic outcomes for conditions such as obstructive sleep apnea and chronic obstructive pulmonary disease.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于持股5%以上股东及其一致行动人减持股份的预披露公告 | 2025-06-18 | Chinese | |
| 2024年年度权益分派实施公告 | 2025-05-20 | Chinese | |
| 关于变更公司名称、证券简称暨完成工商变更登记的公告 | 2025-05-20 | Chinese | |
| 2024年年度股东大会决议公告 | 2025-05-13 | Chinese | |
| 北京国枫律师事务所关于北京怡和嘉业医疗科技股份有限公司2024年年度股东大会的法律意见书 | 2025-05-13 | Chinese | |
| 关于签订战略合作框架协议的公告 | 2025-05-12 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44577682 | 关于持股5%以上股东及其一致行动人减持股份的预披露公告 | 2025-06-18 | Chinese | ||
| 44577670 | 2024年年度权益分派实施公告 | 2025-05-20 | Chinese | ||
| 44577659 | 关于变更公司名称、证券简称暨完成工商变更登记的公告 | 2025-05-20 | Chinese | ||
| 44577651 | 2024年年度股东大会决议公告 | 2025-05-13 | Chinese | ||
| 44577634 | 北京国枫律师事务所关于北京怡和嘉业医疗科技股份有限公司2024年年度股东大会的法律意见书 | 2025-05-13 | Chinese | ||
| 44577632 | 关于签订战略合作框架协议的公告 | 2025-05-12 | Chinese | ||
| 44577623 | 中国国际金融股份有限公司关于北京怡和嘉业医疗科技股份有限公司2024年度持续督导跟踪报告 | 2025-05-08 | Chinese | ||
| 44577617 | 中国国际金融股份有限公司关于北京怡和嘉业医疗科技股份有限公司2024年度持续督导定期现场检查报告 | 2025-05-08 | Chinese | ||
| 44577612 | 关于举行2025年第一季度网上业绩说明会的公告 | 2025-04-24 | Chinese | ||
| 44577605 | 上海荣正企业咨询服务(集团)股份有限公司关于北京怡和嘉业医疗科技股份有限公司2025年限制性股票激励计划授予相关事项之独立财务顾问报告 | 2025-04-24 | Chinese | ||
| 44577598 | 第三届董事会第十四次会议决议公告 | 2025-04-24 | Chinese | ||
| 44577593 | 2025年一季度报告 | 2025-04-24 | Chinese | ||
| 44577584 | 2025年限制性股票激励计划激励对象名单(截至授予日) | 2025-04-24 | Chinese | ||
| 44577579 | 北京国枫律师事务所关于北京怡和嘉业医疗科技股份有限公司2025年限制性股票激励计划授予事项的法律意见书 | 2025-04-24 | Chinese | ||
| 44577566 | 第三届监事会第十四次会议决议公告 | 2025-04-24 | 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 |
BMC 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/56269/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56269 | 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=56269 | 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=56269 \ -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": 56269}, 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 BMC Medical Co., Ltd. (id: 56269)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.