Whirlpool Corp /De/ (WHR-PA) Cash from Investing Activities (QoQ) (2009 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Cash from Investing Activities (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 145.33% |
| Mar 31, 2026 | 15.09% |
| Dec 31, 2025 | -211.76% |
| Sep 30, 2025 | -3.66% |
| Jun 30, 2025 | -13.89% |
| Mar 31, 2025 | 47.06% |
| Dec 31, 2024 | -300.00% |
| Sep 30, 2024 | 89.27% |
| Jun 30, 2024 | -175.65% |
| Mar 31, 2024 | 45.24% |
| Dec 31, 2023 | -73.55% |
| Sep 30, 2023 | -8.04% |
| Jun 30, 2023 | -1.82% |
| Mar 31, 2023 | 96.60% |
| Dec 31, 2022 | -1,593.72% |
| Sep 30, 2022 | -46.92% |
| Jun 30, 2022 | -983.33% |
| Mar 31, 2022 | 94.39% |
| Dec 31, 2021 | -28.14% |
| Sep 30, 2021 | 23.74% |
API Access
Whirlpool Corp /De/ Cash from Investing Activities (QoQ) 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-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities-qoq", "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-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();