Whirlpool Corp /De/ (WHR-PA) Change in Acquisitions & Divestments (2017 - 2018)
Whirlpool's (WHR-PA) quarterly Change in Acquisitions & Divestments came in at $60.0 million in Q1 2018, down 46.9% quarter-over-quarter from $113.0 million in Q4 2017.
Whirlpool Corp /De/ (WHR-PA) Change in Acquisitions & Divestments (2017 - 2018) Analysis & Trends
Whirlpool (WHR-PA) has reported Change in Acquisitions & Divestments for 2 consecutive years, with $60.0 million the latest figure, recorded in Q1 2018.
- On a quarterly basis, Change in Acquisitions & Divestments changed N/A year-over-year to $60.0 million in Q1 2018; TTM through Dec 2018 was $60.0 million, a 46.9% decrease from a year earlier, with the FY2018 full-year figure at $60.0 million, down 46.9% from the prior year.
- Change in Acquisitions & Divestments was $60.0 million for Q1 2018 at Whirlpool, down from $113.0 million in the prior quarter.
- Over five years, Change in Acquisitions & Divestments peaked at $113.0 million in Q4 2017 and troughed at $60.0 million in Q1 2018.
Peer Comparison
Whirlpool Corp /De/ Change in Acquisitions & Divestments 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-acquisitions-and-divestments&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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-acquisitions-and-divestments&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();