BLUE SAIL MEDICAL CO.,LTD. — Investor Relations & Filings
Blue Sail Medical Co., Ltd. is a global provider of medical devices and protective equipment, operating primarily through health protection and cardiovascular intervention segments. The company is a major manufacturer of disposable medical gloves, including PVC and nitrile varieties, catering to healthcare and industrial sectors. Through its cardiovascular division, it develops and produces interventional cardiology products such as drug-eluting stents and balloon catheters. The company emphasizes research and development in minimally invasive surgical technologies and maintains a diverse portfolio that includes emergency care solutions and medical consumables. Its operations focus on high-quality manufacturing standards and a global distribution network to support clinical needs in various medical environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于与淄博齐翔腾达化工股份有限公司签署深化战略合作框架协议的公告 | 2026-04-14 | Chinese | |
| 关于山东蓝帆健康科技有限公司收购淄博宏达热电有限公司80%股权暨关联交易的进展公告 | 2026-03-12 | Chinese | |
| 关于山东蓝帆健康科技有限公司收购淄博蓝帆健康科技有限公司及淄博蓝帆防护用品有限公司100%股权的进展公告 | 2026-03-12 | Chinese | |
| 关于董事会提议向下修正蓝帆转债转股价格的公告 | 2026-02-24 | Chinese | |
| 第六届董事会第三十九次会议决议公告 | 2026-02-24 | Chinese | |
| 关于召开2026年第二次临时股东会的通知 | 2026-02-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34840977 | 关于与淄博齐翔腾达化工股份有限公司签署深化战略合作框架协议的公告 | 2026-04-14 | Chinese | ||
| 35666743 | 关于山东蓝帆健康科技有限公司收购淄博宏达热电有限公司80%股权暨关联交易的进展公告 | 2026-03-12 | Chinese | ||
| 35666740 | 关于山东蓝帆健康科技有限公司收购淄博蓝帆健康科技有限公司及淄博蓝帆防护用品有限公司100%股权的进展公告 | 2026-03-12 | Chinese | ||
| 35666737 | 关于董事会提议向下修正蓝帆转债转股价格的公告 | 2026-02-24 | Chinese | ||
| 35666735 | 第六届董事会第三十九次会议决议公告 | 2026-02-24 | Chinese | ||
| 35666726 | 关于召开2026年第二次临时股东会的通知 | 2026-02-24 | Chinese | ||
| 35666724 | 关于预计触发可转债转股价格向下修正条件的提示性公告 | 2026-02-09 | Chinese | ||
| 35666723 | 关于补缴税款的公告 | 2026-01-30 | Chinese | ||
| 35666718 | 2025年年度业绩预告 | 2026-01-30 | Chinese | ||
| 35666717 | 上海锦天城(青岛)律师事务所关于蓝帆医疗股份有限公司2026年第一次临时股东会的法律意见书 | 2026-01-26 | Chinese | ||
| 35666702 | 2026年第一次临时股东会决议公告 | 2026-01-26 | Chinese | ||
| 35666700 | 第六届董事会第三十八次会议决议公告 | 2026-01-26 | Chinese | ||
| 35666688 | 关于向下修正蓝帆转债转股价格的公告 | 2026-01-26 | Chinese | ||
| 35666686 | 关于子公司Lithonic冠脉血管内冲击波治疗系统获得CE证书的公告 | 2026-01-19 | Chinese | ||
| 35666684 | 关于参与国家组织冠状动脉药物涂层球囊集中带量采购拟中选的公告 | 2026-01-14 | 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 |
BLUE SAIL 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/54425/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54425 | 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=54425 | 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=54425 \ -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": 54425}, 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 BLUE SAIL MEDICAL CO.,LTD. (id: 54425)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.