Whirlpool Corp /De/ (WHR-PA) Assets Average (2010 - 2026)
Whirlpool's (WHR-PA) quarterly Assets Average came in at $16.8 billion in Q2 2026, up 0.69% year-over-year from $16.6 billion in Q2 2025, and up 4.12% quarter-over-quarter from $16.1 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Assets Average (2010 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Assets Average for 17 consecutive years, with $16.8 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets Average rose 0.69% year-over-year to $16.8 billion in Q2 2026; TTM through Jun 2026 was $16.8 billion, a 0.69% increase from a year earlier, with the FY2025 full-year figure at $16.2 billion, down 3.9% from the prior year.
- Assets Average was $16.8 billion for Q2 2026 at Whirlpool, up from $16.1 billion in the prior quarter.
- Over five years, Assets Average peaked at $19.9 billion in Q1 2022 and troughed at $16.1 billion in Q1 2026.
- A 5-year average of $17.2 billion and a median of $17.0 billion in 2023 frame the typical range for Assets Average.
- Across the five-year window, Assets Average retreated 14.86% in 2022 and gained 2.56% in 2024, its largest moves.
- Over 5 years, Assets Average stood at $17.3 billion in 2022, then retreated by 1.25% to $17.1 billion in 2023, then retreated by 2.16% to $16.7 billion in 2024, then retreated by 1.69% to $16.4 billion in 2025, then rose by 1.85% to $16.8 billion in 2026.
- The last three Assets Average figures came in at $16.8 billion (Q2 2026), $16.1 billion (Q1 2026), and $16.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.75 Bn |
| Mar 31, 2026 | 16.09 Bn |
| Dec 31, 2025 | 16.45 Bn |
| Sep 30, 2025 | 16.83 Bn |
| Jun 30, 2025 | 16.64 Bn |
| Mar 31, 2025 | 16.41 Bn |
| Dec 31, 2024 | 16.73 Bn |
| Sep 30, 2024 | 17.25 Bn |
| Jun 30, 2024 | 17.36 Bn |
| Mar 31, 2024 | 17.34 Bn |
| Dec 31, 2023 | 17.10 Bn |
| Sep 30, 2023 | 16.94 Bn |
| Jun 30, 2023 | 16.92 Bn |
| Mar 31, 2023 | 16.99 Bn |
| Dec 31, 2022 | 17.32 Bn |
| Sep 30, 2022 | 17.93 Bn |
| Jun 30, 2022 | 18.92 Bn |
| Mar 31, 2022 | 19.89 Bn |
| Dec 31, 2021 | 20.34 Bn |
| Sep 30, 2021 | 20.24 Bn |
Whirlpool Corp /De/ Assets Average API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=assets-average&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "ticker": "WHR-PA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=assets-average&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();