Whirlpool Corp /De/ (WHR-PA) Net Income Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Net Income Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.10% |
| Mar 31, 2026 | 28.39% |
| Dec 31, 2025 | 27.27% |
| Sep 30, 2025 | -16.04% |
| Jun 30, 2025 | 31.02% |
| Mar 31, 2025 | -33.13% |
| Dec 31, 2024 | -44.54% |
| Sep 30, 2024 | -34.91% |
| Jun 30, 2024 | -25.90% |
| Mar 31, 2024 | -37.06% |
| Dec 31, 2023 | 0.92% |
| Sep 30, 2023 | -39.74% |
| Jun 30, 2023 | 65.10% |
| Mar 31, 2023 | -47.18% |
| Dec 31, 2022 | -98.74% |
| Sep 30, 2022 | -26.08% |
| Jun 30, 2022 | -92.43% |
| Mar 31, 2022 | -12.18% |
| Dec 31, 2021 | 21.91% |
| Sep 30, 2021 | 31.04% |
API Access
Whirlpool Corp /De/ Net Income 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=net-income-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-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=net-income-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();