Whirlpool Corp /De/ (WHR-PA) Cash from Investing Activities (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Cash from Investing Activities came in at $102.0 million in Q2 2026, up 224.39% year-over-year from $31.4 million in Q2 2025, and up 145.33% quarter-over-quarter from -$225.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Cash from Investing Activities for 18 consecutive years, with $102.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 224.39% year-over-year to $102.0 million in Q2 2026; TTM through Jun 2026 was -$473.0 million, a 45.99% decrease from a year earlier, with the FY2025 full-year figure at -$504.0 million, up 16.28% from the prior year.
- Cash from Investing Activities was $102.0 million for Q2 2026 at Whirlpool, up from -$225.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $102.0 million in Q2 2026 and troughed at -$3.2 billion in Q4 2022.
- A 5-year average of -$297.2 million and a median of -$118.0 million in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities tumbled 1411.68% in 2022 and soared 224.39% in 2026, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$3.2 billion in 2022, then surged by 93.51% to -$210.0 million in 2023, then soared by 35.24% to -$136.0 million in 2024, then slumped by 94.85% to -$265.0 million in 2025, then jumped by 138.49% to $102.0 million in 2026.
- The last three Cash from Investing Activities figures came in at $102.0 million (Q2 2026), -$225.0 million (Q1 2026), and -$265.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 102.00 Mn |
| Mar 31, 2026 | -225.00 Mn |
| Dec 31, 2025 | -265.00 Mn |
| Sep 30, 2025 | -85.00 Mn |
| Jun 30, 2025 | -82.00 Mn |
| Mar 31, 2025 | -72.00 Mn |
| Dec 31, 2024 | -136.00 Mn |
| Sep 30, 2024 | -34.00 Mn |
| Jun 30, 2024 | -317.00 Mn |
| Mar 31, 2024 | -115.00 Mn |
| Dec 31, 2023 | -210.00 Mn |
| Sep 30, 2023 | -121.00 Mn |
| Jun 30, 2023 | -112.00 Mn |
| Mar 31, 2023 | -110.00 Mn |
| Dec 31, 2022 | -3.24 Bn |
| Sep 30, 2022 | -191.00 Mn |
| Jun 30, 2022 | -130.00 Mn |
| Mar 31, 2022 | -12.00 Mn |
| Dec 31, 2021 | -214.00 Mn |
| Sep 30, 2021 | -167.00 Mn |
Whirlpool Corp /De/ Cash from Investing 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=cash-from-investing-activities&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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=cash-from-investing-activities&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();