Whirlpool Corp /De/ (WHR-PA) Liabilities from Discontinued Operations (2018 - 2024)
Whirlpool's (WHR-PA) quarterly Liabilities from Discontinued Operations came in at $577.0 million in Q1 2024, up 25.16% year-over-year from $461.0 million in Q2 2023, and down 1.7% quarter-over-quarter from $587.0 million in Q4 2023.
Whirlpool Corp /De/ (WHR-PA) Liabilities from Discontinued Operations (2018 - 2024) Analysis & Trends
Whirlpool (WHR-PA) has reported Liabilities from Discontinued Operations for 6 consecutive years, with $577.0 million the latest figure, recorded in Q1 2024.
- On a quarterly basis, Liabilities from Discontinued Operations rose 25.16% year-over-year to $577.0 million in Q1 2024; TTM through Mar 2024 was $577.0 million, a 25.16% increase from a year earlier, with the FY2023 full-year figure at $587.0 million, up 19.8% from the prior year.
- Liabilities from Discontinued Operations was $577.0 million for Q1 2024 at Whirlpool, down from $587.0 million in the prior quarter.
- Over five years, Liabilities from Discontinued Operations peaked at $587.0 million in Q4 2023 and troughed at $461.0 million in Q1 2023.
- A 4-year average of $513.7 million and a median of $490.0 million in 2022 frame the typical range for Liabilities from Discontinued Operations.
- Across the five-year window, Liabilities from Discontinued Operations advanced 19.8% in 2023 and advanced 25.16% in 2024, its largest moves.
- Over 4 years, Liabilities from Discontinued Operations stood at $535.0 million in 2021, then dropped by 8.41% to $490.0 million in 2022, then gained by 19.8% to $587.0 million in 2023, then retreated by 1.7% to $577.0 million in 2024.
- The last three Liabilities from Discontinued Operations figures came in at $577.0 million (Q1 2024), $587.0 million (Q4 2023), and $478.0 million (Q3 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 577.00 Mn |
| Dec 31, 2023 | 587.00 Mn |
| Sep 30, 2023 | 478.00 Mn |
| Jun 30, 2023 | 468.00 Mn |
| Mar 31, 2023 | 461.00 Mn |
| Dec 31, 2022 | 490.00 Mn |
| Mar 31, 2021 | 535.00 Mn |
| Jun 30, 2019 | 558.00 Mn |
| Mar 31, 2019 | 524.00 Mn |
| Dec 31, 2018 | 489.00 Mn |
| Sep 30, 2018 | 479.00 Mn |
| Jun 30, 2018 | 525.00 Mn |
Whirlpool Corp /De/ Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();