Whirlpool Corp /De/ (WHR-PA) Free Cash Flow Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Free Cash Flow Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -148.18% |
| Mar 31, 2026 | -16.03% |
| Dec 31, 2025 | 5.43% |
| Sep 30, 2025 | -28.85% |
| Jun 30, 2025 | -76.52% |
| Mar 31, 2025 | -24.09% |
| Dec 31, 2024 | 13.52% |
| Sep 30, 2024 | -37.73% |
| Jun 30, 2024 | -7.99% |
| Mar 31, 2024 | -122.83% |
| Dec 31, 2023 | 3.18% |
| Sep 30, 2023 | -27.43% |
| Jun 30, 2023 | -51.83% |
| Mar 31, 2023 | 13.84% |
| Dec 31, 2022 | -18.69% |
| Sep 30, 2022 | 36.71% |
| Jun 30, 2022 | 35.24% |
| Mar 31, 2022 | 24.91% |
| Dec 31, 2021 | -25.20% |
| Sep 30, 2021 | 72.69% |
API Access
Whirlpool Corp /De/ Free 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=free-cash-flow-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-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=free-cash-flow-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();