Whirlpool Corp /De/ (WHR-PA) EPS (Basic) (QoQ) (2009 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) EPS (Basic) (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 180.90% |
| Mar 31, 2026 | -181.50% |
| Dec 31, 2025 | 12.84% |
| Sep 30, 2025 | 33.37% |
| Jun 30, 2025 | -8.94% |
| Mar 31, 2025 | 122.41% |
| Dec 31, 2024 | -334.75% |
| Sep 30, 2024 | -43.53% |
| Jun 30, 2024 | 193.28% |
| Mar 31, 2024 | -149.03% |
| Dec 31, 2023 | 501.16% |
| Sep 30, 2023 | -4.44% |
| Jun 30, 2023 | 150.66% |
| Mar 31, 2023 | 88.65% |
| Dec 31, 2022 | -1,159.08% |
| Sep 30, 2022 | 140.78% |
| Jun 30, 2022 | -219.67% |
| Mar 31, 2022 | 11.01% |
| Dec 31, 2021 | -36.52% |
| Sep 30, 2021 | -15.26% |
API Access
Whirlpool Corp /De/ EPS (Basic) (QoQ) 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-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic-qoq", "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-qoq&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();