Whirlpool Corp /De/ (WHR-PA) Net Cash Flow (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Net Cash Flow came in at $607.0 million in Q2 2026, up 3470.59% year-over-year from $17.0 million in Q2 2025, and up 1005.97% quarter-over-quarter from -$67.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Net Cash Flow (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Net Cash Flow for 18 consecutive years, with $607.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 3470.59% year-over-year to $607.0 million in Q2 2026; TTM through Jun 2026 was $158.0 million, a 258.0% increase from a year earlier, with the FY2025 full-year figure at -$655.0 million, down 169.55% from the prior year.
- Net Cash Flow was $607.0 million for Q2 2026 at Whirlpool, up from -$67.0 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $607.0 million in Q2 2026 and troughed at -$971.0 million in Q1 2022.
- A 5-year average of -$97.8 million and a median of -$115.5 million in 2024 frame the typical range for Net Cash Flow.
- Across the five-year window, Net Cash Flow sank 766.96% in 2022 and jumped 3470.59% in 2026, its largest moves.
- Over 5 years, Net Cash Flow stood at $246.0 million in 2022, then jumped by 78.05% to $438.0 million in 2023, then slumped by 37.9% to $272.0 million in 2024, then tumbled by 191.91% to -$250.0 million in 2025, then jumped by 342.8% to $607.0 million in 2026.
- The last three Net Cash Flow figures came in at $607.0 million (Q2 2026), -$67.0 million (Q1 2026), and -$250.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 607.00 Mn |
| Mar 31, 2026 | -67.00 Mn |
| Dec 31, 2025 | -250.00 Mn |
| Sep 30, 2025 | -132.00 Mn |
| Jun 30, 2025 | 17.00 Mn |
| Mar 31, 2025 | -290.00 Mn |
| Dec 31, 2024 | 272.00 Mn |
| Sep 30, 2024 | -99.00 Mn |
| Jun 30, 2024 | -246.00 Mn |
| Mar 31, 2024 | -170.00 Mn |
| Dec 31, 2023 | 438.00 Mn |
| Sep 30, 2023 | -166.00 Mn |
| Jun 30, 2023 | -77.00 Mn |
| Mar 31, 2023 | -625.00 Mn |
| Dec 31, 2022 | 246.00 Mn |
| Sep 30, 2022 | 126.00 Mn |
| Jun 30, 2022 | -373.00 Mn |
| Mar 31, 2022 | -971.00 Mn |
| Dec 31, 2021 | 185.00 Mn |
| Sep 30, 2021 | -43.00 Mn |
Whirlpool Corp /De/ Net Cash Flow 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=net-cash-flow&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();