Whirlpool Corp /De/ (WHR-PA) Change in Cash (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Change in Cash came in at $614.0 million in Q2 2026, up 1295.45% year-over-year from $44.0 million in Q2 2025, and up 1495.45% quarter-over-quarter from -$44.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Change in Cash (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Change in Cash for 18 consecutive years, with $614.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 1295.45% year-over-year to $614.0 million in Q2 2026; TTM through Jun 2026 was $171.0 million, a 255.45% increase from a year earlier, with the FY2025 full-year figure at -$606.0 million, down 54.99% from the prior year.
- Change in Cash was $614.0 million for Q2 2026 at Whirlpool, up from -$44.0 million in the prior quarter.
- Over five years, Change in Cash peaked at $614.0 million in Q2 2026 and troughed at -$930.0 million in Q1 2022.
- A 5-year average of -$105.6 million and a median of -$114.5 million in 2024 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash tumbled 447.06% in 2022 and jumped 1295.45% in 2026, its largest moves.
- Over 5 years, Change in Cash stood at $164.0 million in 2022, then soared by 172.56% to $447.0 million in 2023, then sank by 57.05% to $192.0 million in 2024, then plunged by 238.02% to -$265.0 million in 2025, then jumped by 331.7% to $614.0 million in 2026.
- The last three Change in Cash figures came in at $614.0 million (Q2 2026), -$44.0 million (Q1 2026), and -$265.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 614.00 Mn |
| Mar 31, 2026 | -44.00 Mn |
| Dec 31, 2025 | -265.00 Mn |
| Sep 30, 2025 | -134.00 Mn |
| Jun 30, 2025 | 44.00 Mn |
| Mar 31, 2025 | -251.00 Mn |
| Dec 31, 2024 | 192.00 Mn |
| Sep 30, 2024 | -95.00 Mn |
| Jun 30, 2024 | -149.00 Mn |
| Mar 31, 2024 | -339.00 Mn |
| Dec 31, 2023 | 447.00 Mn |
| Sep 30, 2023 | -186.00 Mn |
| Jun 30, 2023 | -50.00 Mn |
| Mar 31, 2023 | -599.00 Mn |
| Dec 31, 2022 | 164.00 Mn |
| Sep 30, 2022 | 152.00 Mn |
| Jun 30, 2022 | -472.00 Mn |
| Mar 31, 2022 | -930.00 Mn |
| Dec 31, 2021 | 169.00 Mn |
| Sep 30, 2021 | -93.00 Mn |
Whirlpool Corp /De/ Change in Cash 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=change-in-cash&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();