
美德乐 — Investor Relations & Filings
Medela is a global leader in breastfeeding products and medical vacuum technology. The company focuses on research-based solutions to support nursing mothers and healthcare professionals. Its primary product portfolio includes high-performance electric and manual breast pumps, breastfeeding accessories, and specialized equipment for neonatal intensive care units. In the medical sector, Medela provides advanced suction and fluid management systems used in surgical and clinical settings. Known for its 2-Phase Expression technology, which mimics a baby's natural nursing rhythm, the company emphasizes clinical evidence and innovation to improve health outcomes for infants and patients. Medela serves a worldwide market, providing essential tools for lactation support and medical-grade vacuum applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2026年第一次临时股东会通知公告(提供网络投票) | 2026-02-09 | Chinese | |
| 信息披露暂缓、豁免管理制度 | 2026-02-09 | Chinese | |
| 国泰海通证券股份有限公司关于大连美德乐工业自动化股份有限公司使用自有资金支付募投项目人员费用并以募集资金等额置换的核查意见 | 2026-02-09 | Chinese | |
| 董事、高级管理人员离职管理制度 | 2026-02-09 | Chinese | |
| 信息披露管理制度 | 2026-02-09 | Chinese | |
| 关于拟变更公司注册资本及修订《公司章程》的公告 | 2026-02-09 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40138538 | 关于召开2026年第一次临时股东会通知公告(提供网络投票) | 2026-02-09 | Chinese | ||
| 40138528 | 信息披露暂缓、豁免管理制度 | 2026-02-09 | Chinese | ||
| 40138521 | 国泰海通证券股份有限公司关于大连美德乐工业自动化股份有限公司使用自有资金支付募投项目人员费用并以募集资金等额置换的核查意见 | 2026-02-09 | Chinese | ||
| 40138514 | 董事、高级管理人员离职管理制度 | 2026-02-09 | Chinese | ||
| 40138506 | 信息披露管理制度 | 2026-02-09 | Chinese | ||
| 40138496 | 关于拟变更公司注册资本及修订《公司章程》的公告 | 2026-02-09 | Chinese | ||
| 40138486 | 国泰海通证券股份有限公司关于大连美德乐工业自动化股份有限公司使用募集资金置换预先已投入募投项目及已支付发行费用的自筹资金的核查意见 | 2026-02-09 | Chinese | ||
| 40138471 | 国泰海通证券股份有限公司关于大连美德乐工业自动化股份有限公司使用闲置募集资金进行现金管理的核查意见 | 2026-02-09 | Chinese | ||
| 40138458 | 关于使用闲置募集资金进行现金管理的公告 | 2026-02-09 | Chinese | ||
| 40138448 | 关于使用募集资金置换预先已投入募投项目及已支付发行费用的自筹资金的公告 | 2026-02-09 | Chinese | ||
| 40138436 | 董事会审计委员会工作规程 | 2026-02-09 | Chinese | ||
| 40138421 | 网络投票实施细则 | 2026-02-09 | Chinese | ||
| 40138410 | 董事、高级管理人员持股变动管理制度 | 2026-02-09 | Chinese | ||
| 40138399 | 国泰海通证券股份有限公司关于大连美德乐工业自动化股份有限公司调整募集资金投资项目拟投入募集资金金额的核查意见 | 2026-02-09 | Chinese | ||
| 40138378 | 关于大连美德乐工业自动化股份有限公司以自筹资金预先投入募集资金投资项目及支付发行费用鉴证报告 | 2026-02-09 | 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 |
美德乐 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/58732/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58732 | 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=58732 | 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=58732 \ -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": 58732}, 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 美德乐 (id: 58732)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.