
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 |
|---|---|---|---|
| 关于与关联方共同投资暨关联交易进展的公告 | 2026-01-29 | Chinese | |
| 2025年度业绩预告 | 2026-01-19 | Chinese | |
| 关于特定股东、持股5%以上股东及其一致行动人减持股份的预披露公告 | 2026-01-16 | Chinese | |
| 第三届董事会第十七次会议决议公告 | 2026-01-06 | Chinese | |
| 关于与关联方共同投资暨关联交易的公告 | 2026-01-06 | Chinese | |
| 中国国际金融股份有限公司关于北京瑞迈特医疗科技股份有限公司与关联方共同投资暨关联交易的核查意见 | 2026-01-06 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 44577997 | 关于与关联方共同投资暨关联交易进展的公告 | 2026-01-29 | Chinese | ||
| 44577994 | 2025年度业绩预告 | 2026-01-19 | Chinese | ||
| 44577992 | 关于特定股东、持股5%以上股东及其一致行动人减持股份的预披露公告 | 2026-01-16 | Chinese | ||
| 44577990 | 第三届董事会第十七次会议决议公告 | 2026-01-06 | Chinese | ||
| 44577985 | 关于与关联方共同投资暨关联交易的公告 | 2026-01-06 | Chinese | ||
| 44577981 | 中国国际金融股份有限公司关于北京瑞迈特医疗科技股份有限公司与关联方共同投资暨关联交易的核查意见 | 2026-01-06 | Chinese | ||
|
2025
9 filings
| |||||
| 44577979 | 关于公司持股5%以上股东、董事、高级管理人员减持股份触及1%整数倍的公告 | 2025-12-31 | Chinese | ||
| 44577976 | 关于公司持股5%以上股东、董事、高级管理人员减持股份的预披露公告 | 2025-11-12 | Chinese | ||
| 44577973 | 关于首次公开发行前限售股份上市流通提示性公告 | 2025-10-30 | Chinese | ||
| 44577970 | 中国国际金融股份有限公司关于北京瑞迈特医疗科技股份有限公司首次公开发行前限售股份上市流通的核查意见 | 2025-10-30 | Chinese | ||
| 44577966 | 第三届董事会第十六次会议决议公告 | 2025-10-27 | Chinese | ||
| 44577964 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
| 44577962 | 关于举行2025年第三季度网上业绩说明会的公告 | 2025-10-27 | Chinese | ||
| 44577958 | 简式权益变动报告书 | 2025-10-10 | Chinese | ||
| 44577953 | 关于持股5%以上股东及其一致行动人减持至5%以下的权益变动暨减持计划届满实施情况的公告 | 2025-10-10 | 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.