Whirlpool Corp /De/ (WHR-PA) Other financing activities (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Other financing activities came in at $10.0 million in Q2 2026, up 162.5% year-over-year from $3.8 million in Q2 2025, and up 400.0% quarter-over-quarter from $2.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Other financing activities (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Other financing activities for 17 consecutive years, with $10.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other financing activities rose 162.5% year-over-year to $10.0 million in Q2 2026; TTM through Jun 2026 was $17.0 million, a 213.33% increase from a year earlier, with the FY2025 full-year figure at -$10.0 million, down 102.16% from the prior year.
- Other financing activities was $10.0 million for Q2 2026 at Whirlpool, up from $2.0 million in the prior quarter.
- Over five years, Other financing activities peaked at $462.0 million in Q1 2024 and troughed at -$16.0 million in Q2 2025.
- A 5-year average of $35.7 million and a median of $2.0 million in 2023 frame the typical range for Other financing activities.
- Across the five-year window, Other financing activities sank 233.33% in 2023 and soared 11650.0% in 2024, its largest moves.
- Over 5 years, Other financing activities stood at -$3.0 million in 2022, then jumped by 133.33% to $1.0 million in 2023, then surged by 46100.0% to $462.0 million in 2024, then sank by 99.57% to $2.0 million in 2025, then jumped by 400.0% to $10.0 million in 2026.
- The last three Other financing activities figures came in at $10.0 million (Q2 2026), $2.0 million (Q1 2026), and $2.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.00 Mn |
| Mar 31, 2026 | 2.00 Mn |
| Dec 31, 2025 | 2.00 Mn |
| Sep 30, 2025 | 3.00 Mn |
| Jun 30, 2025 | -16.00 Mn |
| Mar 31, 2025 | 1.00 Mn |
| Mar 31, 2024 | 462.00 Mn |
| Dec 31, 2023 | 1.00 Mn |
| Sep 30, 2023 | 1.00 Mn |
| Jun 30, 2023 | 2.00 Mn |
| Mar 31, 2023 | -4.00 Mn |
| Jun 30, 2022 | -3.00 Mn |
| Mar 31, 2022 | 3.00 Mn |
| Dec 31, 2021 | 4.00 Mn |
| Sep 30, 2021 | -1.00 Mn |
| Jun 30, 2021 | -2.00 Mn |
| Mar 31, 2021 | -36.00 Mn |
| Dec 31, 2020 | 1.00 Mn |
| Dec 31, 2018 | -35.00 Mn |
| Sep 30, 2018 | -6.00 Mn |
Whirlpool Corp /De/ Other financing activities 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=other-financing-activities&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();