Whirlpool Corp /De/ (WHR-PA) Accounts Payables (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Accounts Payables came in at $3.2 billion in Q2 2026, down 7.67% year-over-year from $3.5 billion in Q2 2025, and little changed quarter-over-quarter from $3.3 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Accounts Payables (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Accounts Payables for 18 consecutive years, with $3.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Accounts Payables fell 7.67% year-over-year to $3.2 billion in Q2 2026; TTM through Jun 2026 was $3.2 billion, a 7.67% decrease from a year earlier, with the FY2025 full-year figure at $3.7 billion, up 4.93% from the prior year.
- Accounts Payables was $3.2 billion for Q2 2026 at Whirlpool, roughly flat from $3.3 billion in the prior quarter.
- Over five years, Accounts Payables peaked at $5.3 billion in Q1 2022 and troughed at $3.2 billion in Q2 2026.
- A 5-year average of $3.7 billion and a median of $3.5 billion in 2023 frame the typical range for Accounts Payables.
- The widest YoY moves for Accounts Payables: up 12.6% in 2022, down 37.63% in 2022.
- Over 5 years, Accounts Payables stood at $3.4 billion in 2022, then climbed by 6.58% to $3.6 billion in 2023, then declined by 1.89% to $3.5 billion in 2024, then grew by 4.93% to $3.7 billion in 2025, then retreated by 12.26% to $3.2 billion in 2026.
- The last three Accounts Payables figures came in at $3.2 billion (Q2 2026), $3.3 billion (Q1 2026), and $3.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.25 Bn |
| Mar 31, 2026 | 3.25 Bn |
| Dec 31, 2025 | 3.70 Bn |
| Sep 30, 2025 | 3.62 Bn |
| Jun 30, 2025 | 3.52 Bn |
| Mar 31, 2025 | 3.51 Bn |
| Dec 31, 2024 | 3.53 Bn |
| Sep 30, 2024 | 3.46 Bn |
| Jun 30, 2024 | 3.42 Bn |
| Mar 31, 2024 | 3.40 Bn |
| Dec 31, 2023 | 3.60 Bn |
| Sep 30, 2023 | 3.43 Bn |
| Jun 30, 2023 | 3.52 Bn |
| Mar 31, 2023 | 3.47 Bn |
| Dec 31, 2022 | 3.38 Bn |
| Sep 30, 2022 | 4.45 Bn |
| Jun 30, 2022 | 5.06 Bn |
| Mar 31, 2022 | 5.26 Bn |
| Dec 31, 2021 | 5.41 Bn |
| Sep 30, 2021 | 5.13 Bn |
Whirlpool Corp /De/ Accounts 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=accounts-payables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();