Whirlpool Corp /De/ (WHR-PA) Cash from Operations Growth (1y) (2010 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Cash from Operations Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -731.58% |
| Mar 31, 2026 | -14.70% |
| Dec 31, 2025 | 2.98% |
| Sep 30, 2025 | -84.58% |
| Jun 30, 2025 | -95.10% |
| Mar 31, 2025 | 17.41% |
| Dec 31, 2024 | -10.59% |
| Sep 30, 2024 | 345.83% |
| Jun 30, 2024 | 262.62% |
| Mar 31, 2024 | -83.02% |
| Dec 31, 2023 | 14.54% |
| Sep 30, 2023 | -90.20% |
| Jun 30, 2023 | -27.70% |
| Mar 31, 2023 | -45.43% |
| Dec 31, 2022 | 22.45% |
| Sep 30, 2022 | -24.38% |
| Jun 30, 2022 | -68.10% |
| Mar 31, 2022 | -280.22% |
| Dec 31, 2021 | -19.30% |
| Sep 30, 2021 | -43.75% |
API Access
Whirlpool Corp /De/ Cash from Operations Growth (1y) 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-operations-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations-growth-1y", "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-operations-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();