Whirlpool Corp /De/ (WHR-PA) Long-Term Investments (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Long-Term Investments came in at $836.0 million in Q2 2026, up 2.83% quarter-over-quarter from $813.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Long-Term Investments (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Long-Term Investments for 5 consecutive years, with $836.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Long-Term Investments changed N/A year-over-year to $836.0 million in Q2 2026; TTM through Jun 2026 was $836.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at $827.0 million, up 196.42% from the prior year.
- Long-Term Investments was $836.0 million for Q2 2026 at Whirlpool, up from $813.0 million in the prior quarter.
- Over five years, Long-Term Investments peaked at $836.0 million in Q2 2026 and troughed at $279.0 million in Q4 2024.
- A 3-year average of $688.8 million and a median of $820.0 million in 2025 frame the typical range for Long-Term Investments.
- The widest YoY moves for Long-Term Investments: up 196.42% in 2025, down 196.42% in 2025.
- Over 3 years, Long-Term Investments stood at $279.0 million in 2024, then soared by 196.42% to $827.0 million in 2025, then climbed by 1.09% to $836.0 million in 2026.
- The last three Long-Term Investments figures came in at $836.0 million (Q2 2026), $813.0 million (Q1 2026), and $827.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 836.00 Mn |
| Mar 31, 2026 | 813.00 Mn |
| Dec 31, 2025 | 827.00 Mn |
| Dec 31, 2024 | 279.00 Mn |
| Dec 31, 2010 | 29.00 Mn |
| Dec 31, 2009 | 40.00 Mn |
Whirlpool Corp /De/ Long-Term Investments 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=long-term-investments&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();