Whirlpool Corp /De/ (WHR-PA) Dividend Coverage Ratio (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Dividend Coverage Ratio came in at 7.5 in Q2 2026, up 1019.23% year-over-year from 0.67 in Q2 2025, and up 611.76% quarter-over-quarter from 1.47 in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Dividend Coverage Ratio (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Dividend Coverage Ratio for 18 consecutive years, with 7.5 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Dividend Coverage Ratio rose 1019.23% year-over-year to 7.5 in Q2 2026; TTM through Jun 2026 was 1.01, a 984.6% increase from a year earlier, with the FY2025 full-year figure at 1.25, up 341.78% from the prior year.
- Dividend Coverage Ratio was 7.5 for Q2 2026 at Whirlpool, up from 1.47 in the prior quarter.
- Over five years, Dividend Coverage Ratio peaked at 7.5 in Q2 2026 and troughed at 16.75 in Q4 2022.
- A 5-year average of 0.08 and a median of 0.91 in 2023 frame the typical range for Dividend Coverage Ratio.
- Across the five-year window, Dividend Coverage Ratio slumped 562.18% in 2022 and soared 1019.23% in 2026, its largest moves.
- Over 5 years, Dividend Coverage Ratio stood at 16.75 in 2022, then surged by 132.84% to 5.5 in 2023, then slumped by 158.86% to 3.24 in 2024, then soared by 158.22% to 1.88 in 2025, then jumped by 297.96% to 7.5 in 2026.
- The last three Dividend Coverage Ratio figures came in at 7.5 (Q2 2026), 1.47 (Q1 2026), and 1.88 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.50 |
| Mar 31, 2026 | -1.47 |
| Dec 31, 2025 | 1.88 |
| Sep 30, 2025 | 1.61 |
| Jun 30, 2025 | 0.67 |
| Mar 31, 2025 | 0.73 |
| Dec 31, 2024 | -3.24 |
| Sep 30, 2024 | 1.40 |
| Jun 30, 2024 | 2.46 |
| Mar 31, 2024 | -2.66 |
| Dec 31, 2023 | 5.50 |
| Sep 30, 2023 | 0.89 |
| Jun 30, 2023 | 0.94 |
| Mar 31, 2023 | -1.82 |
| Dec 31, 2022 | -16.75 |
| Sep 30, 2022 | 1.55 |
| Jun 30, 2022 | -3.80 |
| Mar 31, 2022 | 3.12 |
| Dec 31, 2021 | 3.62 |
| Sep 30, 2021 | 5.65 |
Whirlpool Corp /De/ Dividend Coverage Ratio 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&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();