Whirlpool Corp /De/ (WHR-PA) Common Equity (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Common Equity came in at $3.9 billion in Q2 2026, up 52.26% year-over-year from $2.6 billion in Q2 2025, and up 4.27% quarter-over-quarter from $3.8 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Common Equity (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Common Equity for 18 consecutive years, with $3.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Common Equity rose 52.26% year-over-year to $3.9 billion in Q2 2026; TTM through Jun 2026 was $3.9 billion, a 52.26% increase from a year earlier, with the FY2025 full-year figure at $2.7 billion, down 7.06% from the prior year.
- Common Equity was $3.9 billion for Q2 2026 at Whirlpool, up from $3.8 billion in the prior quarter.
- Over five years, Common Equity peaked at $4.7 billion in Q1 2022 and troughed at $2.2 billion in Q2 2023.
- A 5-year average of $3.1 billion and a median of $2.8 billion in 2025 frame the typical range for Common Equity.
- Across the five-year window, Common Equity tumbled 52.92% in 2023 and jumped 53.17% in 2024, its largest moves.
- Over 5 years, Common Equity stood at $2.5 billion in 2022, then climbed by 1.24% to $2.5 billion in 2023, then advanced by 15.61% to $2.9 billion in 2024, then declined by 7.06% to $2.7 billion in 2025, then jumped by 44.28% to $3.9 billion in 2026.
- The last three Common Equity figures came in at $3.9 billion (Q2 2026), $3.8 billion (Q1 2026), and $2.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.93 Bn |
| Mar 31, 2026 | 3.77 Bn |
| Dec 31, 2025 | 2.73 Bn |
| Sep 30, 2025 | 2.64 Bn |
| Jun 30, 2025 | 2.58 Bn |
| Mar 31, 2025 | 2.83 Bn |
| Dec 31, 2024 | 2.93 Bn |
| Sep 30, 2024 | 3.29 Bn |
| Jun 30, 2024 | 3.36 Bn |
| Mar 31, 2024 | 2.61 Bn |
| Dec 31, 2023 | 2.54 Bn |
| Sep 30, 2023 | 2.24 Bn |
| Jun 30, 2023 | 2.19 Bn |
| Mar 31, 2023 | 2.23 Bn |
| Dec 31, 2022 | 2.51 Bn |
| Sep 30, 2022 | 4.35 Bn |
| Jun 30, 2022 | 4.21 Bn |
| Mar 31, 2022 | 4.75 Bn |
| Dec 31, 2021 | 5.01 Bn |
| Sep 30, 2021 | 5.13 Bn |
Whirlpool Corp /De/ Common Equity 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=common-equity&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();