Whirlpool Corp /De/ (WHR-PA) Change in Receivables (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Change in Receivables came in at $136.0 million in Q2 2026, up 330.51% year-over-year from $31.6 million in Q2 2025, and up 214.29% quarter-over-quarter from -$119.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Change in Receivables (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Change in Receivables for 18 consecutive years, with $136.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Receivables rose 330.51% year-over-year to $136.0 million in Q2 2026; TTM through Jun 2026 was -$44.0 million, a 75.0% increase from a year earlier, with the FY2025 full-year figure at -$40.0 million, down 385.71% from the prior year.
- Change in Receivables was $136.0 million for Q2 2026 at Whirlpool, up from -$119.0 million in the prior quarter.
- Over five years, Change in Receivables peaked at $266.0 million in Q1 2024 and troughed at -$518.0 million in Q4 2023.
- A 5-year average of -$56.8 million and a median of -$34.5 million in 2022 frame the typical range for Change in Receivables.
- Across the five-year window, Change in Receivables plunged 1016.67% in 2024 and jumped 330.51% in 2026, its largest moves.
- Over 5 years, Change in Receivables stood at -$344.0 million in 2022, then sank by 50.58% to -$518.0 million in 2023, then surged by 49.61% to -$261.0 million in 2024, then declined by 14.18% to -$298.0 million in 2025, then jumped by 145.64% to $136.0 million in 2026.
- The last three Change in Receivables figures came in at $136.0 million (Q2 2026), -$119.0 million (Q1 2026), and -$298.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 136.00 Mn |
| Mar 31, 2026 | -119.00 Mn |
| Dec 31, 2025 | -298.00 Mn |
| Sep 30, 2025 | 237.00 Mn |
| Jun 30, 2025 | -59.00 Mn |
| Mar 31, 2025 | 80.00 Mn |
| Dec 31, 2024 | -261.00 Mn |
| Sep 30, 2024 | 64.00 Mn |
| Jun 30, 2024 | -55.00 Mn |
| Mar 31, 2024 | 266.00 Mn |
| Dec 31, 2023 | -518.00 Mn |
| Sep 30, 2023 | 198.00 Mn |
| Jun 30, 2023 | 6.00 Mn |
| Mar 31, 2023 | 155.00 Mn |
| Dec 31, 2022 | -344.00 Mn |
| Sep 30, 2022 | -248.00 Mn |
| Jun 30, 2022 | -14.00 Mn |
| Mar 31, 2022 | -248.00 Mn |
| Dec 31, 2021 | -57.00 Mn |
| Sep 30, 2021 | 189.00 Mn |
Whirlpool Corp /De/ Change in Receivables 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-receivables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();