%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 |
|---|---|---|---|
| 内部控制审计报告 | 2018-04-27 | Chinese | |
| 2018年度事业计划及财务预算 | 2018-04-27 | Chinese | |
| 募集资金鉴证报告 | 2018-04-27 | Chinese | |
| 2017年年度报告 | 2018-04-27 | Chinese | |
| 审计报告及附注 | 2018-04-27 | Chinese | |
| 控股股东及其他关联方资金占用情况的专项说明 | 2018-04-27 | 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 | |
|---|---|---|---|---|---|
|
2018
15 filings
| |||||
| 41833859 | 内部控制审计报告 | 2018-04-27 | Chinese | ||
| 41833846 | 2018年度事业计划及财务预算 | 2018-04-27 | Chinese | ||
| 41833833 | 募集资金鉴证报告 | 2018-04-27 | Chinese | ||
| 41833619 | 2017年年度报告 | 2018-04-27 | Chinese | ||
| 41833475 | 审计报告及附注 | 2018-04-27 | Chinese | ||
| 41832914 | 控股股东及其他关联方资金占用情况的专项说明 | 2018-04-27 | Chinese | ||
| 41832777 | 2017年度内部控制评价报告 | 2018-04-27 | Chinese | ||
| 41832761 | 关于预计2018年度日常关联交易的公告 | 2018-04-27 | Chinese | ||
| 41832755 | 关于使用暂时闲置募集资金购买保本型银行理财产品及转存定期和使用暂时闲置自有资金购买银行理财产品及货币市场基金的公告 | 2018-04-27 | Chinese | ||
| 41832745 | 国元证券关于公司使用暂时闲置募集资金购买保本型银行理财产品及转存定期的核查意见 | 2018-04-27 | Chinese | ||
| 41832739 | 公司章程(2018年4月修订) | 2018-04-27 | Chinese | ||
| 41832725 | 2017年年度报告摘要 | 2018-04-27 | Chinese | ||
| 41832709 | 关于募集资金年度存放与使用情况的专项报告 | 2018-04-27 | Chinese | ||
| 41832705 | 募集资金鉴证报告 | 2018-04-27 | Chinese | ||
| 41832372 | 第六届董事会审计委员会2017年度履职情况报告 | 2018-04-27 | 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.