Whirlpool Corp /De/ (WHR-PA) Change in Account Payables (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Change in Account Payables came in at -$20.0 million in Q2 2026, up 60.78% year-over-year from -$12.4 million in Q2 2025, and up 95.96% quarter-over-quarter from -$495.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Change in Account Payables (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Change in Account Payables for 18 consecutive years, with -$20.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Account Payables rose 60.78% year-over-year to -$20.0 million in Q2 2026; TTM through Jun 2026 was -$207.0 million, a 281.58% decrease from a year earlier, with the FY2025 full-year figure at $174.0 million, up 39.2% from the prior year.
- Change in Account Payables was -$20.0 million for Q2 2026 at Whirlpool, up from -$495.0 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $275.0 million in Q4 2023 and troughed at -$504.0 million in Q3 2022.
- A 5-year average of -$45.9 million and a median of -$24.0 million in 2022 frame the typical range for Change in Account Payables.
- The widest YoY moves for Change in Account Payables: up 192.62% in 2024, down 883.33% in 2024.
- Over 5 years, Change in Account Payables stood at $133.0 million in 2022, then jumped by 106.77% to $275.0 million in 2023, then retreated by 26.91% to $201.0 million in 2024, then increased by 15.92% to $233.0 million in 2025, then slumped by 108.58% to -$20.0 million in 2026.
- The last three Change in Account Payables figures came in at -$20.0 million (Q2 2026), -$495.0 million (Q1 2026), and $233.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.00 Mn |
| Mar 31, 2026 | -495.00 Mn |
| Dec 31, 2025 | 233.00 Mn |
| Sep 30, 2025 | 75.00 Mn |
| Jun 30, 2025 | -51.00 Mn |
| Mar 31, 2025 | -83.00 Mn |
| Dec 31, 2024 | 201.00 Mn |
| Sep 30, 2024 | 47.00 Mn |
| Jun 30, 2024 | 113.00 Mn |
| Mar 31, 2024 | -236.00 Mn |
| Dec 31, 2023 | 275.00 Mn |
| Sep 30, 2023 | -128.00 Mn |
| Jun 30, 2023 | -122.00 Mn |
| Mar 31, 2023 | -24.00 Mn |
| Dec 31, 2022 | 133.00 Mn |
| Sep 30, 2022 | -504.00 Mn |
| Jun 30, 2022 | -24.00 Mn |
| Mar 31, 2022 | -217.00 Mn |
| Dec 31, 2021 | 332.00 Mn |
| Sep 30, 2021 | 357.00 Mn |
Whirlpool Corp /De/ Change in Account 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=change-in-account-payables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-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=change-in-account-payables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();