Whirlpool Corp /De/ (WHR-PA) EBIT Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) EBIT Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.67% |
| Mar 31, 2026 | -25.19% |
| Dec 31, 2025 | 29.46% |
| Sep 30, 2025 | -2.32% |
| Jun 30, 2025 | 38.67% |
| Mar 31, 2025 | -26.37% |
| Dec 31, 2024 | -31.53% |
| Sep 30, 2024 | -21.70% |
| Jun 30, 2024 | -42.48% |
| Mar 31, 2024 | -29.82% |
| Dec 31, 2023 | -16.82% |
| Sep 30, 2023 | -23.00% |
| Jun 30, 2023 | 62.20% |
| Mar 31, 2023 | -45.32% |
| Dec 31, 2022 | -75.20% |
| Sep 30, 2022 | -31.68% |
| Jun 30, 2022 | -53.29% |
| Mar 31, 2022 | 20.57% |
| Dec 31, 2021 | 16.93% |
| Sep 30, 2021 | 22.67% |
API Access
Whirlpool Corp /De/ EBIT 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=ebit-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();