Whirlpool Corp /De/ (WHR-PA) Capital Expenditures Growth (3y) (2012 - 2026)
Analysis
Whirlpool Corp /De/ (WHR-PA) Capital Expenditures Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.07% |
| Mar 31, 2026 | -10.86% |
| Dec 31, 2025 | -14.02% |
| Sep 30, 2025 | -10.10% |
| Jun 30, 2025 | -14.24% |
| Mar 31, 2025 | -6.11% |
| Dec 31, 2024 | -14.68% |
| Sep 30, 2024 | -10.66% |
| Jun 30, 2024 | 0.60% |
| Mar 31, 2024 | 16.36% |
| Dec 31, 2023 | 9.89% |
| Sep 30, 2023 | 8.02% |
| Jun 30, 2023 | 18.35% |
| Mar 31, 2023 | 5.39% |
| Dec 31, 2022 | 1.45% |
| Sep 30, 2022 | 2.39% |
| Jun 30, 2022 | 5.09% |
| Mar 31, 2022 | 0.78% |
| Dec 31, 2021 | -5.56% |
| Sep 30, 2021 | -3.56% |
API Access
Whirlpool Corp /De/ Capital Expenditures 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=capital-expenditures-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures-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=capital-expenditures-growth-3y&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();