Whirlpool Corp /De/ (WHR-PA) Operating Income Growth (5y) (2014 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Operating Income Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -24.91% |
| Mar 31, 2026 | -50.70% |
| Dec 31, 2025 | -19.44% |
| Sep 30, 2025 | -18.22% |
| Jun 30, 2025 | 23.50% |
| Mar 31, 2025 | -6.90% |
| Dec 31, 2024 | -18.34% |
| Sep 30, 2024 | -17.49% |
| Jun 30, 2024 | -7.41% |
| Mar 31, 2024 | -19.54% |
| Dec 31, 2023 | 5.92% |
| Sep 30, 2023 | -2.98% |
| Jun 30, 2023 | 21.45% |
| Mar 31, 2023 | -21.36% |
| Dec 31, 2022 | -49.08% |
| Sep 30, 2022 | -7.76% |
| Jun 30, 2022 | -25.53% |
| Mar 31, 2022 | 11.79% |
| Dec 31, 2021 | 7.69% |
| Sep 30, 2021 | 8.10% |
API Access
Whirlpool Corp /De/ Operating Income Growth (5y) 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=operating-income-growth-5y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income-growth-5y", "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=operating-income-growth-5y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();