Whirlpool Corp /De/ (WHR-PA) Payables (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Payables came in at $3.3 billion in Q2 2026, down 30.18% year-over-year from $4.7 billion in Q2 2025, and down 8.36% quarter-over-quarter from $3.6 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Payables (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Payables for 18 consecutive years, with $3.3 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Payables fell 30.18% year-over-year to $3.3 billion in Q2 2026; TTM through Jun 2026 was $3.3 billion, a 30.18% decrease from a year earlier, with the FY2025 full-year figure at $4.1 billion, up 14.29% from the prior year.
- Payables was $3.3 billion for Q2 2026 at Whirlpool, down from $3.6 billion in the prior quarter.
- Over five years, Payables peaked at $5.3 billion in Q1 2022 and troughed at $3.3 billion in Q2 2026.
- A 5-year average of $4.0 billion and a median of $4.0 billion in 2024 frame the typical range for Payables.
- Across the five-year window, Payables slumped 37.67% in 2022 and rose 18.35% in 2024, its largest moves.
- Over 5 years, Payables stood at $3.4 billion in 2022, then rose by 6.95% to $3.6 billion in 2023, then slipped by 1.85% to $3.5 billion in 2024, then climbed by 14.29% to $4.1 billion in 2025, then decreased by 19.46% to $3.3 billion in 2026.
- The last three Payables figures came in at $3.3 billion (Q2 2026), $3.6 billion (Q1 2026), and $4.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.27 Bn |
| Mar 31, 2026 | 3.56 Bn |
| Dec 31, 2025 | 4.06 Bn |
| Sep 30, 2025 | 4.74 Bn |
| Jun 30, 2025 | 4.68 Bn |
| Mar 31, 2025 | 4.13 Bn |
| Dec 31, 2024 | 3.55 Bn |
| Sep 30, 2024 | 4.07 Bn |
| Jun 30, 2024 | 4.20 Bn |
| Mar 31, 2024 | 3.90 Bn |
| Dec 31, 2023 | 3.62 Bn |
| Sep 30, 2023 | 3.46 Bn |
| Jun 30, 2023 | 3.55 Bn |
| Mar 31, 2023 | 3.48 Bn |
| Dec 31, 2022 | 3.38 Bn |
| Sep 30, 2022 | 4.45 Bn |
| Jun 30, 2022 | 5.08 Bn |
| Mar 31, 2022 | 5.27 Bn |
| Dec 31, 2021 | 5.42 Bn |
| Sep 30, 2021 | 5.14 Bn |
Whirlpool Corp /De/ Payables 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=payables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();