%20Co.%2C%20Ltd./other/Whirlpool_China_Co._Ltd.-logo.png)
Whirlpool (China) Co., Ltd. — Investor Relations & Filings
Whirlpool (China) Co., Ltd. specializes in the research, development, manufacture, and distribution of a comprehensive range of household appliances. The company's core product portfolio includes washing machines, refrigerators, and kitchen appliances such as microwave ovens and dishwashers. Operating with a focus on technological innovation and smart manufacturing, the firm integrates global design standards with localized production capabilities. Its operations encompass multiple brands, delivering energy-efficient and high-performance home solutions to both domestic and international markets. The company maintains advanced research and development facilities and large-scale manufacturing bases, prioritizing product quality and consumer-centric design in the white goods sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于办理远期结售汇业务的公告 | 2021-04-23 | Chinese | |
| 公司2020年年度报告 | 2021-04-23 | Chinese | |
| 公司第七届董事会第三次会议决议公告 | 2021-04-23 | Chinese | |
| 关于开展票据池业务的公告 | 2021-04-23 | Chinese | |
| 关于使用闲置自有资金购买理财产品及货币市场基金的公告 | 2021-04-23 | Chinese | |
| 2020年度社会责任报告 | 2021-04-23 | Chinese |
Browse filings by year
23 years- 2026 13 filings
- 2025 91 filings
- 2024 98 filings
- 2023 86 filings
- 2022 85 filings
- 2021 149 filings
- 2020 85 filings
- 2019 64 filings
- 2018 109 filings
- 2017 89 filings
- 2016 89 filings
- 2015 115 filings
- 2014 99 filings
- 2013 84 filings
- 2012 43 filings
- 2011 49 filings
- 2010 34 filings
- 2009 42 filings
- 2008 50 filings
- 2007 31 filings
- 2006 49 filings
- 2005 26 filings
- 2004 12 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 41839719 | 关于办理远期结售汇业务的公告 | 2021-04-23 | Chinese | ||
| 41839709 | 公司2020年年度报告 | 2021-04-23 | Chinese | ||
| 41839659 | 公司第七届董事会第三次会议决议公告 | 2021-04-23 | Chinese | ||
| 41839651 | 关于开展票据池业务的公告 | 2021-04-23 | Chinese | ||
| 41839641 | 关于使用闲置自有资金购买理财产品及货币市场基金的公告 | 2021-04-23 | Chinese | ||
| 41839632 | 2020年度社会责任报告 | 2021-04-23 | Chinese | ||
| 41839580 | 公司内部控制自我评价报告 | 2021-04-23 | Chinese | ||
| 41839560 | 审计委员会2020年度履职报告 | 2021-04-23 | Chinese | ||
| 41839545 | 独立董事对董事会有关议案的独立意见 | 2021-04-23 | Chinese | ||
| 41839537 | 安永华明会计师事务所出具的惠而浦大股东及关联方占用资金情况的专项说明 | 2021-04-23 | Chinese | ||
| 41839523 | 关于2020年度利润分配预案的公告 | 2021-04-23 | Chinese | ||
| 41839515 | 关于预计2021年度日常关联交易的公告 | 2021-04-23 | Chinese | ||
| 41839500 | 安永华明会计师事务所出具的营业收入扣除情况报告 | 2021-04-23 | Chinese | ||
| 41839483 | 公司2020年年度报告摘要 | 2021-04-23 | Chinese | ||
| 41839469 | 2020年度独立董事述职报告 | 2021-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of domestic appliances
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AI Health Technology Limited
R&D, manufacturing, and trading of kitchen appliances and c…
|
1715 | HK | Manufacturing |
|
AIRMATE
Specializes in air-related household appliances and indoor …
|
1626 | TW | Manufacturing |
|
Alfa plam a.d.
Leading Southeastern European manufacturer of household hea…
|
ALFA | RS | Manufacturing |
|
Allan International Holdings Limited
Designs, manufactures, and sells household electrical appli…
|
684 | HK | Manufacturing |
|
Alliance Laundry Holdings Inc.
Global leader in laundry solutions, designing and manufactu…
|
ALH | US | Manufacturing |
|
Al-Omran Industrial Trading Co.
Manufactures and distributes household appliances, electron…
|
4141 | SA | Manufacturing |
|
Amica S.A.
A European manufacturer of a wide range of large household …
|
AMC | PL | Manufacturing |
|
Anhui Orivie Technology Co.,Ltd
Develops and manufactures intelligent cleaning and personal…
|
300692 | CN | Manufacturing |
|
ARÇELİK A.Ş.
Multinational manufacturer of household appliances and cons…
|
ARCLK | TR | Manufacturing |
|
ARZUM ELEKTRİKLİ EV ALETLERİ SANAYİ VE TİCARET A.Ş.
Manufacturer and distributor of small electrical home appli…
|
ARZUM | TR | Manufacturing |
Whirlpool (China) 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/57136/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57136 | 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=57136 | 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=57136 \ -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": 57136}, 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 Whirlpool (China) Co., Ltd. (id: 57136)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.