Whirlpool Corp /De/ (WHR-PA) Net Cash Flow Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Net Cash Flow Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 114.60% |
| Mar 31, 2026 | 52.50% |
| Dec 31, 2025 | -44.49% |
| Sep 30, 2025 | -44.98% |
| Jun 30, 2025 | 26.94% |
| Mar 31, 2025 | 33.16% |
| Dec 31, 2024 | 13.71% |
| Sep 30, 2024 | -32.05% |
| Jun 30, 2024 | -54.30% |
| Mar 31, 2024 | -14.92% |
| Dec 31, 2023 | 37.90% |
| Sep 30, 2023 | -29.45% |
| Jun 30, 2023 | 35.80% |
| Mar 31, 2023 | -37.70% |
| Dec 31, 2022 | -35.72% |
| Sep 30, 2022 | 42.00% |
| Jun 30, 2022 | -193.62% |
| Mar 31, 2022 | -39.98% |
| Dec 31, 2021 | -25.59% |
| Sep 30, 2021 | -49.00% |
API Access
Whirlpool Corp /De/ Net Cash Flow Growth (3y) 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-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow-growth-3y", "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-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();