Whirlpool Corp /De/ (WHR-PA) Acquisitions (2011 - 2023)
Whirlpool's (WHR-PA) quarterly Acquisitions came in at $14.0 million in Q1 2023, down 99.53% quarter-over-quarter from $3.0 billion in Q4 2022.
Whirlpool Corp /De/ (WHR-PA) Acquisitions (2011 - 2023) Analysis & Trends
Whirlpool (WHR-PA) has reported Acquisitions for 10 consecutive years, with $14.0 million the latest figure, recorded in Q1 2023.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $14.0 million in Q1 2023; TTM through Dec 2023 was $14.0 million, a 99.53% decrease from a year earlier, with the FY2023 full-year figure at $14.0 million, down 99.53% from the prior year.
- Acquisitions was $14.0 million for Q1 2023 at Whirlpool, down from $3.0 billion in the prior quarter.
- Over five years, Acquisitions peaked at $3.0 billion in Q4 2022 and troughed at $14.0 million in Q1 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 14.00 Mn |
| Dec 31, 2022 | 3.00 Bn |
| Sep 30, 2018 | 23.00 Mn |
| Mar 31, 2018 | 2.00 Mn |
| Sep 30, 2017 | 3.00 Mn |
| Jun 30, 2017 | 32.00 Mn |
| Dec 31, 2016 | 2.00 Mn |
| Sep 30, 2016 | 2.00 Mn |
| Jun 30, 2016 | 8.00 Mn |
| Dec 31, 2015 | -2.00 Mn |
| Sep 30, 2015 | 51.00 Mn |
| Jun 30, 2015 | 6.00 Mn |
| Mar 31, 2015 | 15.00 Mn |
| Dec 31, 2014 | 1.28 Bn |
| Sep 30, 2014 | 39.00 Mn |
| Jun 30, 2014 | 15.00 Mn |
| Mar 31, 2014 | 21.00 Mn |
| Dec 31, 2013 | 6.00 Mn |
| Mar 31, 2013 | 2.00 Mn |
| Dec 31, 2012 | 28.00 Mn |
Whirlpool Corp /De/ Acquisitions 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=acquisitions&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();