
Winner Medical Co., Ltd. — Investor Relations & Filings
Winner Medical Co., Ltd. specializes in the research, development, manufacturing, and distribution of cotton-based medical dressings and consumer health products. The company operates through two primary segments: medical supplies and consumer goods. Its medical portfolio includes high-quality wound care products, surgical kits, and infection prevention supplies such as masks and protective gowns. Under its PurCotton brand, the company produces a wide range of consumer items, including cotton tissues, feminine care products, and baby care essentials, utilizing proprietary non-woven cotton technology. Winner Medical emphasizes the use of natural materials to provide safe, comfortable, and environmentally friendly solutions. The company maintains a vertically integrated supply chain and adheres to international quality standards, serving healthcare institutions and retail markets worldwide with a focus on hygiene and skin-friendly applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于回购公司股份的进展公告 | 2026-06-01 | Chinese | |
| 关于取得金融机构股票回购专项贷款承诺函的公告 | 2026-06-01 | Chinese | |
| 关于首次回购公司股份的公告 | 2026-05-25 | Chinese | |
| 关于调整2024年限制性股票激励计划授予价格的公告 | 2026-05-22 | Chinese | |
| 2025年年度报告(英文版) | 2026-05-22 | English | |
| 广东崇立律师事务所关于稳健医疗用品股份有限公司2024年限制性股票激励计划授予价格调整、首次授予部分第一个归属期归属条件成就及部分限制性股票作废相关事项的法律意见书 | 2026-05-22 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47916238 | 关于回购公司股份的进展公告 | 2026-06-01 | Chinese | ||
| 47914934 | 关于取得金融机构股票回购专项贷款承诺函的公告 | 2026-06-01 | Chinese | ||
| 47010234 | 关于首次回购公司股份的公告 | 2026-05-25 | Chinese | ||
| 46816470 | 关于调整2024年限制性股票激励计划授予价格的公告 | 2026-05-22 | Chinese | ||
| 46816464 | 2025年年度报告(英文版) | 2026-05-22 | English | ||
| 46816460 | 广东崇立律师事务所关于稳健医疗用品股份有限公司2024年限制性股票激励计划授予价格调整、首次授予部分第一个归属期归属条件成就及部分限制性股票作废相关事项的法律意见书 | 2026-05-22 | Chinese | ||
| 46816458 | 关于调整回购股份资金来源的公告 | 2026-05-22 | Chinese | ||
| 46816456 | 关于作废2024年限制性股票激励计划部分已授予但尚未归属的限制性股票的公告 | 2026-05-22 | Chinese | ||
| 46816455 | 董事会薪酬与考核委员会关于2024年限制性股票激励计划授予价格调整、首次授予部分第一个归属期归属名单及作废部分已授予但尚未归属的限制性股票的核查意见 | 2026-05-22 | Chinese | ||
| 46816477 | 关于2024年限制性股票激励计划首次授予部分第一个归属期归属条件成就的公告 | 2026-05-22 | Chinese | ||
| 46816475 | 第四届董事会第十二次会议决议公告 | 2026-05-22 | Chinese | ||
| 46383471 | 2025年年度权益分派实施公告 | 2026-05-18 | Chinese | ||
| 45987223 | 关于举行2025年度暨2026年第一季度网上业绩说明会的公告 | 2026-05-14 | Chinese | ||
| 45987222 | 广东崇立律师事务所关于稳健医疗用品股份有限公司2025年年度股东会的法律意见书 | 2026-05-14 | Chinese | ||
| 45987221 | 回购报告书 | 2026-05-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
89bio, Inc.
Clinical-stage biopharma developing therapies for liver and…
|
ETNB | US | Manufacturing |
|
Aardvark Therapeutics, Inc.
Clinical-stage biopharma developing therapeutics for hunger…
|
AARD | US | Manufacturing |
|
Aarey Drugs & Pharmaceuticals Ltd
Manufactures APIs and chemical intermediates for global pha…
|
AAREYDRUGS | IN | Manufacturing |
|
Aarti Drugs Limited
Produces APIs, pharma intermediates, and specialty chemical…
|
AARTIDRUGS | IN | Manufacturing |
|
Aarti Pharmalabs Limited
Manufacturer of APIs, intermediates, and xanthines with glo…
|
AARTIPHARM | IN | Manufacturing |
|
AAYUSH WELLNESS LIMITED
Develops and markets herbal formulations, supplements, and …
|
539528 | IN | Manufacturing |
|
Ab&B Bio-Tech CO., LTD. JS
Biopharmaceutical company engaged in the R&D and commercial…
|
2627 | HK | Manufacturing |
|
Abbisko Cayman Limited
Clinical-stage biopharma focused on discovering and develop…
|
2256 | KY | Manufacturing |
|
Abbott India Ltd.
Provides pharmaceutical solutions in gastroenterology, card…
|
ABBOTINDIA | IN | Manufacturing |
|
ABBOTT LABORATORIES
Global healthcare company in medical devices, diagnostics, …
|
ABT | US | Manufacturing |
Winner 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/55855/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55855 | 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=55855 | 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=55855 \ -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": 55855}, 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 Winner Medical Co., Ltd. (id: 55855)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.