Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio Growth (5y) (2014 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.95% |
| Mar 31, 2026 | -15.88% |
| Dec 31, 2025 | -9.07% |
| Sep 30, 2025 | -74.63% |
| Jun 30, 2025 | 40.12% |
| Mar 31, 2025 | -7.88% |
| Dec 31, 2024 | 15.62% |
| Sep 30, 2024 | 6.65% |
| Jun 30, 2024 | 16.81% |
| Mar 31, 2024 | -5.24% |
| Dec 31, 2023 | 14.42% |
| Sep 30, 2023 | -24.90% |
| Jun 30, 2023 | -15.83% |
| Mar 31, 2023 | -11.07% |
| Dec 31, 2022 | 7.54% |
| Sep 30, 2022 | 14.98% |
| Jun 30, 2022 | 51.64% |
| Mar 31, 2022 | -12.20% |
| Dec 31, 2021 | 13.62% |
| Sep 30, 2021 | -30.57% |
API Access
Whirlpool Corp /De/ FCF Payout Ratio Growth (5y) 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-5y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio-growth-5y", "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-5y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();