Whirlpool Corp /De/ (WHR-PA) EPS (Basic) Growth (1y) (2010 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) EPS (Basic) Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.77% |
| Mar 31, 2026 | -211.68% |
| Dec 31, 2025 | 130.71% |
| Sep 30, 2025 | -36.12% |
| Jun 30, 2025 | -72.95% |
| Mar 31, 2025 | 127.71% |
| Dec 31, 2024 | -160.62% |
| Sep 30, 2024 | 55.25% |
| Jun 30, 2024 | 162.70% |
| Mar 31, 2024 | -42.68% |
| Dec 31, 2023 | 133.03% |
| Sep 30, 2023 | -41.82% |
| Jun 30, 2023 | 124.83% |
| Mar 31, 2023 | -158.66% |
| Dec 31, 2022 | -673.85% |
| Sep 30, 2022 | -65.61% |
| Jun 30, 2022 | -171.46% |
| Mar 31, 2022 | -21.16% |
| Dec 31, 2021 | -38.18% |
| Sep 30, 2021 | 24.46% |
API Access
Whirlpool Corp /De/ EPS (Basic) 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=eps-basic-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic-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=eps-basic-growth-1y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();