Whirlpool Corp /De/ (WHR-PA) EBT Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) EBT Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.22% |
| Mar 31, 2026 | 22.37% |
| Dec 31, 2025 | 27.83% |
| Sep 30, 2025 | -15.66% |
| Jun 30, 2025 | 33.22% |
| Mar 31, 2025 | -31.21% |
| Dec 31, 2024 | -35.05% |
| Sep 30, 2024 | -32.65% |
| Jun 30, 2024 | -64.56% |
| Mar 31, 2024 | -31.91% |
| Dec 31, 2023 | -20.71% |
| Sep 30, 2023 | -31.45% |
| Jun 30, 2023 | 76.66% |
| Mar 31, 2023 | -35.56% |
| Dec 31, 2022 | -90.61% |
| Sep 30, 2022 | -33.40% |
| Jun 30, 2022 | -53.88% |
| Mar 31, 2022 | 7.68% |
| Dec 31, 2021 | 22.71% |
| Sep 30, 2021 | 38.00% |
API Access
Whirlpool Corp /De/ EBT 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=ebt-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();