Whirlpool Corp /De/ (WHR-PA) Other Working Capital Changes (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Other Working Capital Changes came in at -$53.0 million in Q1 2012, down 381.82% year-over-year from $18.8 million in Q2 2011, and up 47.52% quarter-over-quarter from -$101.0 million in Q4 2011.
Whirlpool Corp /De/ (WHR-PA) Other Working Capital Changes (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Other Working Capital Changes for 4 consecutive years, with -$53.0 million the latest figure, recorded in Q1 2012.
- On a quarterly basis, Other Working Capital Changes fell 381.82% year-over-year to -$53.0 million in Q1 2012; TTM through Mar 2012 was -$391.0 million, a 228.57% decrease from a year earlier, with the FY2012 full-year figure at -$227.0 million, up 34.96% from the prior year.
- Other Working Capital Changes was -$53.0 million for Q1 2012 at Whirlpool, up from -$101.0 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $166.0 million in Q3 2024 and troughed at -$226.0 million in Q2 2022.
- A 5-year average of $19.1 million and a median of $25.0 million in 2025 frame the typical range for Other Working Capital Changes.
- The widest YoY moves for Other Working Capital Changes: up 16.09% in 2011, down 3133.33% in 2011.
- Over 4 years, Other Working Capital Changes stood at -$68.0 million in 2009, then fell by 27.94% to -$87.0 million in 2010, then declined by 16.09% to -$101.0 million in 2011, then surged by 47.52% to -$53.0 million in 2012.
- The last three Other Working Capital Changes figures came in at -$53.0 million (Q1 2012), -$101.0 million (Q4 2011), and -$43.0 million (Q3 2011), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 132.00 Mn |
| Mar 31, 2026 | 132.00 Mn |
| Dec 31, 2025 | 21.00 Mn |
| Dec 31, 2025 | 21.00 Mn |
| Sep 30, 2025 | 25.00 Mn |
| Sep 30, 2025 | 25.00 Mn |
| Jun 30, 2025 | 6.00 Mn |
| Jun 30, 2025 | 6.00 Mn |
| Mar 31, 2025 | 90.00 Mn |
| Mar 31, 2025 | 90.00 Mn |
| Dec 31, 2024 | 50.00 Mn |
| Dec 31, 2024 | 50.00 Mn |
| Sep 30, 2024 | 166.00 Mn |
| Sep 30, 2024 | 166.00 Mn |
| Jun 30, 2024 | -41.00 Mn |
| Jun 30, 2024 | -41.00 Mn |
| Mar 31, 2024 | 13.00 Mn |
| Mar 31, 2024 | 13.00 Mn |
| Dec 31, 2023 | 103.00 Mn |
| Dec 31, 2023 | 103.00 Mn |
Whirlpool Corp /De/ Other Working Capital Changes 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=other-working-capital-changes&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();