Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 81.04% |
| Mar 31, 2026 | 27.39% |
| Dec 31, 2025 | -22.41% |
| Sep 30, 2025 | -82.49% |
| Jun 30, 2025 | -31.73% |
| Mar 31, 2025 | 21.01% |
| Dec 31, 2024 | -7.95% |
| Sep 30, 2024 | 66.59% |
| Jun 30, 2024 | 11.88% |
| Mar 31, 2024 | -28.72% |
| Dec 31, 2023 | 2.70% |
| Sep 30, 2023 | -172.45% |
| Jun 30, 2023 | 30.01% |
| Mar 31, 2023 | -26.46% |
| Dec 31, 2022 | 32.48% |
| Sep 30, 2022 | -22.54% |
| Jun 30, 2022 | 67.44% |
| Mar 31, 2022 | -49.36% |
| Dec 31, 2021 | 40.00% |
| Sep 30, 2021 | 33.40% |
API Access
Whirlpool Corp /De/ FCF Payout Ratio 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=fcf-payout-ratio-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio-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=fcf-payout-ratio-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();