Whirlpool Corp /De/ (WHR-PA) Dividend Coverage Ratio Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Dividend Coverage Ratio Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 100.00% |
| Mar 31, 2026 | 7.05% |
| Dec 31, 2025 | 28.31% |
| Sep 30, 2025 | 1.35% |
| Jun 30, 2025 | 29.59% |
| Mar 31, 2025 | -38.30% |
| Dec 31, 2024 | -42.50% |
| Sep 30, 2024 | -37.26% |
| Jun 30, 2024 | -28.02% |
| Mar 31, 2024 | -35.32% |
| Dec 31, 2023 | -4.76% |
| Sep 30, 2023 | -44.20% |
| Jun 30, 2023 | 55.36% |
| Mar 31, 2023 | -42.91% |
| Dec 31, 2022 | -88.33% |
| Sep 30, 2022 | -30.20% |
| Jun 30, 2022 | -81.87% |
| Mar 31, 2022 | -21.70% |
| Dec 31, 2021 | 16.40% |
| Sep 30, 2021 | 24.07% |
API Access
Whirlpool Corp /De/ Dividend Coverage 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=dividend-coverage-ratio-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();