Whirlpool Corp /De/ (WHR-PA) EPS (Basic) (2009 - 2026)
Whirlpool's (WHR-PA) quarterly EPS (Basic) came in at $1.15 in Q2 2026, down 0.77% year-over-year from $1.16 in Q2 2025, and up 180.9% quarter-over-quarter from -$1.43 in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) EPS (Basic) (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported EPS (Basic) for 18 consecutive years, with $1.15 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 0.77% year-over-year to $1.15 in Q2 2026; TTM through Jun 2026 was $2.69, a 442.05% increase from a year earlier, with the FY2025 full-year figure at $6.68, up 285.85% from the prior year.
- EPS (Basic) was $1.15 for Q2 2026 at Whirlpool, up from -$1.43 in the prior quarter.
- Over five years, EPS (Basic) peaked at $9.4 in Q4 2023 and troughed at -$28.46 in Q4 2022.
- A 5-year average of -$0.87 and a median of $1.41 in 2025 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) slumped 673.85% in 2022 and jumped 162.7% in 2024, its largest moves.
- Over 5 years, EPS (Basic) stood at -$28.46 in 2022, then soared by 133.03% to $9.4 in 2023, then sank by 160.62% to -$5.7 in 2024, then surged by 130.71% to $1.75 in 2025, then slumped by 34.07% to $1.15 in 2026.
- The last three EPS (Basic) figures came in at $1.15 (Q2 2026), -$1.43 (Q1 2026), and $1.75 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.15 |
| Mar 31, 2026 | -1.43 |
| Dec 31, 2025 | 1.75 |
| Sep 30, 2025 | 1.55 |
| Jun 30, 2025 | 1.16 |
| Mar 31, 2025 | 1.28 |
| Dec 31, 2024 | -5.70 |
| Sep 30, 2024 | 2.43 |
| Jun 30, 2024 | 4.30 |
| Mar 31, 2024 | -4.61 |
| Dec 31, 2023 | 9.40 |
| Sep 30, 2023 | 1.56 |
| Jun 30, 2023 | 1.64 |
| Mar 31, 2023 | -3.23 |
| Dec 31, 2022 | -28.46 |
| Sep 30, 2022 | 2.69 |
| Jun 30, 2022 | -6.59 |
| Mar 31, 2022 | 5.51 |
| Dec 31, 2021 | 4.96 |
| Sep 30, 2021 | 7.81 |
Whirlpool Corp /De/ EPS (Basic) 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&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();