Whirlpool Corp /De/ (WHR-PA) Receivables - Net (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Receivables - Net came in at $1.2 billion in Q2 2026, down 10.3% year-over-year from $1.4 billion in Q2 2025, and up 6.82% quarter-over-quarter from $1.2 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Receivables - Net (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Receivables - Net for 18 consecutive years, with $1.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Receivables - Net fell 10.3% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $1.2 billion, a 10.3% decrease from a year earlier, with the FY2025 full-year figure at $1.3 billion, down 3.11% from the prior year.
- Receivables - Net was $1.2 billion for Q2 2026 at Whirlpool, up from $1.2 billion in the prior quarter.
- Over five years, Receivables - Net peaked at $2.9 billion in Q1 2022 and troughed at $1.2 billion in Q1 2026.
- A 5-year average of $1.7 billion and a median of $1.6 billion in 2024 frame the typical range for Receivables - Net.
- Across the five-year window, Receivables - Net tumbled 49.84% in 2022 and climbed 5.89% in 2024, its largest moves.
- Over 5 years, Receivables - Net stood at $1.6 billion in 2022, then dropped by 1.67% to $1.5 billion in 2023, then declined by 13.87% to $1.3 billion in 2024, then retreated by 3.11% to $1.3 billion in 2025, then retreated by 3.06% to $1.2 billion in 2026.
- The last three Receivables - Net figures came in at $1.2 billion (Q2 2026), $1.2 billion (Q1 2026), and $1.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.24 Bn |
| Mar 31, 2026 | 1.16 Bn |
| Dec 31, 2025 | 1.28 Bn |
| Sep 30, 2025 | 1.60 Bn |
| Jun 30, 2025 | 1.38 Bn |
| Mar 31, 2025 | 1.42 Bn |
| Dec 31, 2024 | 1.32 Bn |
| Sep 30, 2024 | 1.64 Bn |
| Jun 30, 2024 | 1.60 Bn |
| Mar 31, 2024 | 1.71 Bn |
| Dec 31, 2023 | 1.53 Bn |
| Sep 30, 2023 | 1.84 Bn |
| Jun 30, 2023 | 1.68 Bn |
| Mar 31, 2023 | 1.61 Bn |
| Dec 31, 2022 | 1.56 Bn |
| Sep 30, 2022 | 2.41 Bn |
| Jun 30, 2022 | 2.72 Bn |
| Mar 31, 2022 | 2.86 Bn |
| Dec 31, 2021 | 3.10 Bn |
| Sep 30, 2021 | 3.19 Bn |
Whirlpool Corp /De/ Receivables - Net 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=receivables-net&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();