Whirlpool Corp /De/ (WHR-PA) Equity Income (2011 - 2026)
Whirlpool's (WHR-PA) quarterly Equity Income came in at -$5.0 million in Q2 2026, up 72.22% year-over-year from -$2.9 million in Q2 2025, and up 70.59% quarter-over-quarter from -$17.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Equity Income (2011 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Equity Income for 7 consecutive years, with -$5.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Equity Income rose 72.22% year-over-year to -$5.0 million in Q2 2026; TTM through Jun 2026 was -$21.0 million, a 83.97% increase from a year earlier, with the FY2025 full-year figure at -$34.0 million, up 68.22% from the prior year.
- Equity Income was -$5.0 million for Q2 2026 at Whirlpool, up from -$17.0 million in the prior quarter.
- Over five years, Equity Income peaked at $12.0 million in Q4 2025 and troughed at -$76.0 million in Q4 2024.
- A 5-year average of -$12.4 million and a median of -$11.0 million in 2024 frame the typical range for Equity Income.
- Across the five-year window, Equity Income jumped 120.0% in 2023 and sank 1900.0% in 2024, its largest moves.
- Over 5 years, Equity Income stood at -$13.0 million in 2022, then plunged by 92.31% to -$25.0 million in 2023, then slumped by 204.0% to -$76.0 million in 2024, then surged by 115.79% to $12.0 million in 2025, then plunged by 141.67% to -$5.0 million in 2026.
- The last three Equity Income figures came in at -$5.0 million (Q2 2026), -$17.0 million (Q1 2026), and $12.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.00 Mn |
| Mar 31, 2026 | -17.00 Mn |
| Dec 31, 2025 | 12.00 Mn |
| Sep 30, 2025 | -11.00 Mn |
| Jun 30, 2025 | -18.00 Mn |
| Mar 31, 2025 | -17.00 Mn |
| Dec 31, 2024 | -76.00 Mn |
| Sep 30, 2024 | -20.00 Mn |
| Jun 30, 2024 | -11.00 Mn |
| Dec 31, 2023 | -25.00 Mn |
| Sep 30, 2023 | -1.00 Mn |
| Jun 30, 2023 | -3.00 Mn |
| Mar 31, 2023 | 1.00 Mn |
| Dec 31, 2022 | -13.00 Mn |
| Sep 30, 2022 | -2.00 Mn |
| Jun 30, 2022 | 1.00 Mn |
| Mar 31, 2022 | -5.00 Mn |
| Dec 31, 2021 | -8.00 Mn |
| Mar 31, 2011 | -1.00 Mn |
Whirlpool Corp /De/ Equity Income 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=equity-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();