Whirlpool Corp /De/ (WHR-PA) Dividends Paid - Common Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Dividends Paid - Common Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -52.95% |
| Mar 31, 2026 | -15.75% |
| Dec 31, 2025 | -18.20% |
| Sep 30, 2025 | -17.16% |
| Jun 30, 2025 | 0.00% |
| Mar 31, 2025 | -1.98% |
| Dec 31, 2024 | 4.50% |
| Sep 30, 2024 | 3.73% |
| Jun 30, 2024 | 2.94% |
| Mar 31, 2024 | 6.34% |
| Dec 31, 2023 | 5.97% |
| Sep 30, 2023 | 8.00% |
| Jun 30, 2023 | 6.27% |
| Mar 31, 2023 | 8.95% |
| Dec 31, 2022 | 7.72% |
| Sep 30, 2022 | 5.90% |
| Jun 30, 2022 | 8.47% |
| Mar 31, 2022 | 12.16% |
| Dec 31, 2021 | 4.73% |
| Sep 30, 2021 | 5.61% |
API Access
Whirlpool Corp /De/ Dividends Paid - Common 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=dividends-paid-common-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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=dividends-paid-common-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();