Whirlpool Corp /De/ (WHR-PA) Inventory Average (2010 - 2026)
Whirlpool's (WHR-PA) quarterly Inventory Average came in at $2.2 billion in Q2 2026, down 10.64% year-over-year from $2.5 billion in Q2 2025, and down 1.93% quarter-over-quarter from $2.3 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Inventory Average (2010 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Inventory Average for 17 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Inventory Average fell 10.64% year-over-year to $2.2 billion in Q2 2026; TTM through Jun 2026 was $2.2 billion, a 10.64% decrease from a year earlier, with the FY2025 full-year figure at $2.2 billion, up 1.4% from the prior year.
- Inventory Average was $2.2 billion for Q2 2026 at Whirlpool, down from $2.3 billion in the prior quarter.
- Over five years, Inventory Average peaked at $3.2 billion in Q2 2022 and troughed at $2.2 billion in Q4 2024.
- A 5-year average of $2.5 billion and a median of $2.4 billion in 2023 frame the typical range for Inventory Average.
- Across the five-year window, Inventory Average increased 24.05% in 2022 and slipped 24.14% in 2023, its largest moves.
- Over 5 years, Inventory Average stood at $2.5 billion in 2022, then declined by 6.8% to $2.3 billion in 2023, then decreased by 6.97% to $2.2 billion in 2024, then rose by 13.64% to $2.4 billion in 2025, then dropped by 8.98% to $2.2 billion in 2026.
- The last three Inventory Average figures came in at $2.2 billion (Q2 2026), $2.3 billion (Q1 2026), and $2.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.23 Bn |
| Mar 31, 2026 | 2.27 Bn |
| Dec 31, 2025 | 2.45 Bn |
| Sep 30, 2025 | 2.60 Bn |
| Jun 30, 2025 | 2.50 Bn |
| Mar 31, 2025 | 2.21 Bn |
| Dec 31, 2024 | 2.16 Bn |
| Sep 30, 2024 | 2.29 Bn |
| Jun 30, 2024 | 2.35 Bn |
| Mar 31, 2024 | 2.31 Bn |
| Dec 31, 2023 | 2.32 Bn |
| Sep 30, 2023 | 2.44 Bn |
| Jun 30, 2023 | 2.42 Bn |
| Mar 31, 2023 | 2.22 Bn |
| Dec 31, 2022 | 2.49 Bn |
| Sep 30, 2022 | 3.05 Bn |
| Jun 30, 2022 | 3.18 Bn |
| Mar 31, 2022 | 2.93 Bn |
| Dec 31, 2021 | 2.80 Bn |
| Sep 30, 2021 | 2.76 Bn |
Whirlpool Corp /De/ Inventory Average 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=inventory-average&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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=inventory-average&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();