Whirlpool Corp /De/ (WHR-PA) Non Operating Income (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Non Operating Income came in at -$5.0 million in Q2 2026, down 225.0% year-over-year from $4.0 million in Q2 2025, and down 162.5% quarter-over-quarter from $8.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Non Operating Income (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Non Operating Income for 18 consecutive years, with -$5.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Income fell 225.0% year-over-year to -$5.0 million in Q2 2026; TTM through Jun 2026 was -$13.0 million, a 130.95% decrease from a year earlier, with the FY2025 full-year figure at $20.0 million, down 25.93% from the prior year.
- Non Operating Income was -$5.0 million for Q2 2026 at Whirlpool, down from $8.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at $32.0 million in Q1 2025 and troughed at -$77.0 million in Q1 2023.
- A 5-year average of -$58823.5 and a median of $6.0 million in 2023 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income tumbled 1200.0% in 2023 and soared 157.14% in 2025, its largest moves.
- Over 5 years, Non Operating Income stood at -$26.0 million in 2022, then jumped by 123.08% to $6.0 million in 2023, then changed by 0.0% to $6.0 million in 2024, then slumped by 450.0% to -$21.0 million in 2025, then surged by 76.19% to -$5.0 million in 2026.
- The last three Non Operating Income figures came in at -$5.0 million (Q2 2026), $8.0 million (Q1 2026), and -$21.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.00 Mn |
| Mar 31, 2026 | 8.00 Mn |
| Dec 31, 2025 | -21.00 Mn |
| Sep 30, 2025 | 5.00 Mn |
| Jun 30, 2025 | 4.00 Mn |
| Mar 31, 2025 | 32.00 Mn |
| Sep 30, 2024 | 6.00 Mn |
| Jun 30, 2024 | -7.00 Mn |
| Mar 31, 2024 | 29.00 Mn |
| Dec 31, 2023 | 6.00 Mn |
| Sep 30, 2023 | 10.00 Mn |
| Jun 30, 2023 | -10.00 Mn |
| Mar 31, 2023 | -77.00 Mn |
| Dec 31, 2022 | -26.00 Mn |
| Sep 30, 2022 | 19.00 Mn |
| Jun 30, 2022 | 19.00 Mn |
| Mar 31, 2022 | 7.00 Mn |
| Dec 31, 2021 | 20.00 Mn |
| Sep 30, 2021 | 78.00 Mn |
| Jun 30, 2021 | 36.00 Mn |
Whirlpool Corp /De/ Non Operating 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=non-operating-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();