%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 |
|---|---|---|---|
| 关于收购广东惠而浦家电制品有限公司股权暨关联交易的公告 | 2016-11-08 | Chinese | |
| 2016年第三季度报告 | 2016-10-26 | Chinese | |
| 2016年半年度报告 | 2016-08-25 | Chinese | |
| 2016年第四次临时董事会会议决议公告 | 2016-08-25 | Chinese | |
| 2016年半年度报告摘要 | 2016-08-25 | Chinese | |
| 2016年第四次临时监事会会议决议公告 | 2016-08-25 | Chinese |
Browse filings by year
23 years- 2026 15 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 | |
|---|---|---|---|---|---|
|
2016
15 filings
| |||||
| 41829511 | 关于收购广东惠而浦家电制品有限公司股权暨关联交易的公告 | 2016-11-08 | Chinese | ||
| 41829501 | 2016年第三季度报告 | 2016-10-26 | Chinese | ||
| 41829480 | 2016年半年度报告 | 2016-08-25 | Chinese | ||
| 41829448 | 2016年第四次临时董事会会议决议公告 | 2016-08-25 | Chinese | ||
| 41829439 | 2016年半年度报告摘要 | 2016-08-25 | Chinese | ||
| 41829423 | 2016年第四次临时监事会会议决议公告 | 2016-08-25 | Chinese | ||
| 41829419 | 关于2016年半年度募集资金年度存放与使用情况的专项报告 | 2016-08-25 | Chinese | ||
| 41829412 | 2016年第一次临时股东大会决议公告 | 2016-08-15 | Chinese | ||
| 41829406 | 2016年第一次临时股东大会之法律意见书 | 2016-08-15 | Chinese | ||
| 41829378 | 2016年第一次临时股东大会会议资料 | 2016-08-08 | Chinese | ||
| 41829372 | 关于召开2016年第一次临时股东大会提示性公告 | 2016-08-05 | Chinese | ||
| 41829357 | 关于公司控股股东承诺履行进展情况的公告 | 2016-08-04 | Chinese | ||
| 41829349 | 关于召开2016年第一次临时股东大会的通知 | 2016-07-27 | Chinese | ||
| 41829343 | 2015年度利润分配实施公告 | 2016-07-11 | Chinese | ||
| 41829337 | 关于收到第一期土地收储补偿费的公告 | 2016-07-04 | 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.