Whirlpool Corp /De/ (WHR-PA) Asset Writedowns and Impairment (2022)
Whirlpool's (WHR-PA) quarterly Asset Writedowns and Impairment came in at $384.0 million in Q2 2022.
Whirlpool Corp /De/ (WHR-PA) Asset Writedowns and Impairment (2022) Analysis & Trends
Whirlpool (WHR-PA) has reported Asset Writedowns and Impairment for 1 consecutive years, with $384.0 million the latest figure, recorded in Q2 2022.
- On a quarterly basis, Asset Writedowns and Impairment changed N/A year-over-year to $384.0 million in Q2 2022; TTM through Jun 2023 was $384.0 million, a 0.0% change from a year earlier, with the FY2024 full-year figure at $381.0 million, changed N/A from the prior year.
- Asset Writedowns and Impairment was $384.0 million for Q2 2022 at Whirlpool.
- Over five years, Asset Writedowns and Impairment peaked at $384.0 million in Q2 2022 and troughed at $384.0 million in Q2 2022.
Peer Comparison
Whirlpool Corp /De/ Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();