Whirlpool Corp /De/ (WHR-PA) Interest Coverage Ratio (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Interest Coverage Ratio came in at 2.59 in Q2 2026, up 9.07% year-over-year from 2.37 in Q2 2025, and up 1006.79% quarter-over-quarter from 0.23 in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Interest Coverage Ratio for 18 consecutive years, with 2.59 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio rose 9.07% year-over-year to 2.59 in Q2 2026; TTM through Jun 2026 was 1.99, a 29.93% increase from a year earlier, with the FY2025 full-year figure at 2.46, up 515.23% from the prior year.
- Interest Coverage Ratio was 2.59 for Q2 2026 at Whirlpool, up from 0.23 in the prior quarter.
- Over five years, Interest Coverage Ratio peaked at 11.24 in Q1 2022 and troughed at 22.38 in Q4 2022.
- A 5-year average of 0.71 and a median of 2.38 in 2025 frame the typical range for Interest Coverage Ratio.
- Across the five-year window, Interest Coverage Ratio tumbled 324.81% in 2024 and jumped 285.4% in 2025, its largest moves.
- Over 5 years, Interest Coverage Ratio stood at 22.38 in 2022, then jumped by 120.01% to 4.48 in 2023, then sank by 136.59% to 1.64 in 2024, then soared by 274.47% to 2.86 in 2025, then retreated by 9.5% to 2.59 in 2026.
- The last three Interest Coverage Ratio figures came in at 2.59 (Q2 2026), 0.23 (Q1 2026), and 2.86 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.59 |
| Mar 31, 2026 | 0.23 |
| Dec 31, 2025 | 2.86 |
| Sep 30, 2025 | 2.24 |
| Jun 30, 2025 | 2.37 |
| Mar 31, 2025 | 2.39 |
| Dec 31, 2024 | -1.64 |
| Sep 30, 2024 | 2.88 |
| Jun 30, 2024 | 1.40 |
| Mar 31, 2024 | -1.29 |
| Dec 31, 2023 | 4.48 |
| Sep 30, 2023 | 2.71 |
| Jun 30, 2023 | 3.40 |
| Mar 31, 2023 | 0.57 |
| Dec 31, 2022 | -22.38 |
| Sep 30, 2022 | 5.53 |
| Jun 30, 2022 | -6.80 |
| Mar 31, 2022 | 11.24 |
| Dec 31, 2021 | 12.05 |
| Sep 30, 2021 | 12.55 |
Whirlpool Corp /De/ Interest 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=interest-coverage-ratio&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-coverage-ratio&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();