Whirlpool Corp /De/ (WHR-PA) Interest Coverage Ratio (QoQ) (2009 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Interest Coverage Ratio (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1,006.79% |
| Mar 31, 2026 | -91.82% |
| Dec 31, 2025 | 27.68% |
| Sep 30, 2025 | -5.61% |
| Jun 30, 2025 | -0.73% |
| Mar 31, 2025 | 245.84% |
| Dec 31, 2024 | -156.89% |
| Sep 30, 2024 | 106.06% |
| Jun 30, 2024 | 208.45% |
| Mar 31, 2024 | -128.78% |
| Dec 31, 2023 | 65.54% |
| Sep 30, 2023 | -20.54% |
| Jun 30, 2023 | 493.81% |
| Mar 31, 2023 | 102.56% |
| Dec 31, 2022 | -504.98% |
| Sep 30, 2022 | 181.25% |
| Jun 30, 2022 | -160.48% |
| Mar 31, 2022 | -6.68% |
| Dec 31, 2021 | -3.96% |
| Sep 30, 2021 | -17.34% |
API Access
Whirlpool Corp /De/ Interest Coverage 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=interest-coverage-ratio-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();