Whirlpool Corp /De/ (WHR-PA) Income from Continuing Operations (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Income from Continuing Operations came in at $93.0 million in Q2 2026, up 1.09% year-over-year from $92.0 million in Q2 2025, and up 243.08% quarter-over-quarter from -$65.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Income from Continuing Operations for 18 consecutive years, with $93.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 1.09% year-over-year to $93.0 million in Q2 2026; TTM through Jun 2026 was $213.0 million, a 2562.5% increase from a year earlier, with the FY2025 full-year figure at $374.0 million, up 288.89% from the prior year.
- Income from Continuing Operations was $93.0 million for Q2 2026 at Whirlpool, up from -$65.0 million in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $517.0 million in Q4 2023 and troughed at -$1.6 billion in Q4 2022.
- A 5-year average of -$42.9 million and a median of $91.0 million in 2023 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations tumbled 616.56% in 2022 and jumped 162.22% in 2024, its largest moves.
- Over 5 years, Income from Continuing Operations stood at -$1.6 billion in 2022, then surged by 132.5% to $517.0 million in 2023, then sank by 160.74% to -$314.0 million in 2024, then jumped by 131.21% to $98.0 million in 2025, then dropped by 5.1% to $93.0 million in 2026.
- The last three Income from Continuing Operations figures came in at $93.0 million (Q2 2026), -$65.0 million (Q1 2026), and $98.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 93.00 Mn |
| Mar 31, 2026 | -65.00 Mn |
| Dec 31, 2025 | 98.00 Mn |
| Sep 30, 2025 | 87.00 Mn |
| Jun 30, 2025 | 92.00 Mn |
| Mar 31, 2025 | 96.00 Mn |
| Dec 31, 2024 | -314.00 Mn |
| Sep 30, 2024 | 134.00 Mn |
| Jun 30, 2024 | 236.00 Mn |
| Mar 31, 2024 | -253.00 Mn |
| Dec 31, 2023 | 517.00 Mn |
| Sep 30, 2023 | 86.00 Mn |
| Jun 30, 2023 | 90.00 Mn |
| Mar 31, 2023 | -177.00 Mn |
| Dec 31, 2022 | -1.59 Bn |
| Sep 30, 2022 | 147.00 Mn |
| Jun 30, 2022 | -369.00 Mn |
| Mar 31, 2022 | 321.00 Mn |
| Dec 31, 2021 | 308.00 Mn |
| Sep 30, 2021 | 486.00 Mn |
Whirlpool Corp /De/ Income from Continuing Operations 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=income-from-continuing-operations&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();