Whirlpool Corp /De/ (WHR-PA) Total Debt Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Total Debt Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.90% |
| Mar 31, 2026 | -5.68% |
| Dec 31, 2025 | -6.05% |
| Sep 30, 2025 | 19.12% |
| Jun 30, 2025 | 18.52% |
| Mar 31, 2025 | 12.06% |
| Dec 31, 2024 | 15.26% |
| Sep 30, 2024 | 12.97% |
| Jun 30, 2024 | 14.02% |
| Mar 31, 2024 | 13.20% |
| Dec 31, 2023 | 12.32% |
| Sep 30, 2023 | 3.08% |
| Jun 30, 2023 | 3.83% |
| Mar 31, 2023 | 2.92% |
| Dec 31, 2022 | 12.30% |
| Sep 30, 2022 | -3.80% |
| Jun 30, 2022 | -9.53% |
| Mar 31, 2022 | -8.28% |
| Dec 31, 2021 | -7.41% |
| Sep 30, 2021 | -10.29% |
API Access
Whirlpool Corp /De/ Total Debt 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=total-debt-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt-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=total-debt-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();