Whirlpool Corp /De/ (WHR-PA) Dividend Coverage Ratio Growth (5y) (2014 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Dividend Coverage Ratio Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.62% |
| Mar 31, 2026 | -17.74% |
| Dec 31, 2025 | -21.61% |
| Sep 30, 2025 | -20.60% |
| Jun 30, 2025 | 21.80% |
| Mar 31, 2025 | -18.10% |
| Dec 31, 2024 | -23.77% |
| Sep 30, 2024 | -21.05% |
| Jun 30, 2024 | 21.01% |
| Mar 31, 2024 | -19.24% |
| Dec 31, 2023 | 19.08% |
| Sep 30, 2023 | -21.42% |
| Jun 30, 2023 | 16.20% |
| Mar 31, 2023 | -28.58% |
| Dec 31, 2022 | -36.51% |
| Sep 30, 2022 | -14.57% |
| Jun 30, 2022 | -30.21% |
| Mar 31, 2022 | 7.56% |
| Dec 31, 2021 | 7.30% |
| Sep 30, 2021 | 11.97% |
API Access
Whirlpool Corp /De/ Dividend Coverage 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=dividend-coverage-ratio-growth-5y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio-growth-5y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();