Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio Growth (1y) (2010 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 96.97% |
| Mar 31, 2026 | 47.02% |
| Dec 31, 2025 | -47.42% |
| Sep 30, 2025 | -237.38% |
| Jun 30, 2025 | -541.05% |
| Mar 31, 2025 | -27.21% |
| Dec 31, 2024 | 9.15% |
| Sep 30, 2024 | 156.89% |
| Jun 30, 2024 | 105.09% |
| Mar 31, 2024 | 43.20% |
| Dec 31, 2023 | -18.60% |
| Sep 30, 2023 | -621.72% |
| Jun 30, 2023 | -227.25% |
| Mar 31, 2023 | 31.79% |
| Dec 31, 2022 | -12.20% |
| Sep 30, 2022 | 55.78% |
| Jun 30, 2022 | 2,061.68% |
| Mar 31, 2022 | -134.24% |
| Dec 31, 2021 | 51.57% |
| Sep 30, 2021 | 124.23% |
API Access
Whirlpool Corp /De/ FCF Payout Ratio 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=fcf-payout-ratio-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio-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=fcf-payout-ratio-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();