Whirlpool Corp /De/ (WHR-PA) EBT Growth (1y) (2010 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) EBT Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.66% |
| Mar 31, 2026 | -136.69% |
| Dec 31, 2025 | 161.64% |
| Sep 30, 2025 | -32.96% |
| Jun 30, 2025 | 303.33% |
| Mar 31, 2025 | 178.53% |
| Dec 31, 2024 | -167.18% |
| Sep 30, 2024 | 4.07% |
| Jun 30, 2024 | -85.29% |
| Mar 31, 2024 | -62.39% |
| Dec 31, 2023 | 121.42% |
| Sep 30, 2023 | -14.00% |
| Jun 30, 2023 | 161.45% |
| Mar 31, 2023 | -125.53% |
| Dec 31, 2022 | -421.78% |
| Sep 30, 2022 | -65.87% |
| Jun 30, 2022 | -149.26% |
| Mar 31, 2022 | -28.71% |
| Dec 31, 2021 | -27.68% |
| Sep 30, 2021 | 9.74% |
API Access
Whirlpool Corp /De/ EBT Growth (1y) 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=ebt-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-growth-1y", "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=ebt-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();