Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio (QoQ) (2009 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 27.89% |
| Mar 31, 2026 | -223.25% |
| Dec 31, 2025 | 105.06% |
| Sep 30, 2025 | 32.55% |
| Jun 30, 2025 | -1,158.73% |
| Mar 31, 2025 | -222.32% |
| Dec 31, 2024 | -86.77% |
| Sep 30, 2024 | 116.54% |
| Jun 30, 2024 | 463.05% |
| Mar 31, 2024 | -204.95% |
| Dec 31, 2023 | 106.89% |
| Sep 30, 2023 | 80.62% |
| Jun 30, 2023 | -3,950.66% |
| Mar 31, 2023 | -250.40% |
| Dec 31, 2022 | -55.81% |
| Sep 30, 2022 | -95.27% |
| Jun 30, 2022 | 2,271.25% |
| Mar 31, 2022 | -293.59% |
| Dec 31, 2021 | -21.59% |
| Sep 30, 2021 | -34.41% |
API Access
Whirlpool Corp /De/ FCF Payout Ratio (QoQ) 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-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio-qoq", "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-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();