Whirlpool Corp /De/ (WHR-PA) Interest & Investment Income (2013 - 2017)
Whirlpool's (WHR-PA) quarterly Interest & Investment Income came in at $142.0 million in Q4 2017, up 162.96% quarter-over-quarter from $54.0 million in Q4 2015.
Whirlpool Corp /De/ (WHR-PA) Interest & Investment Income (2013 - 2017) Analysis & Trends
Whirlpool (WHR-PA) has reported Interest & Investment Income for 4 consecutive years, with $142.0 million the latest figure, recorded in Q4 2017.
- On a quarterly basis, Interest & Investment Income changed N/A year-over-year to $142.0 million in Q4 2017; TTM through Dec 2017 was $142.0 million, a N/A change from a year earlier, with the FY2017 full-year figure at $142.0 million, changed N/A from the prior year.
- Interest & Investment Income was $142.0 million for Q4 2017 at Whirlpool, up from $54.0 million in the prior quarter.
- Over five years, Interest & Investment Income peaked at $142.0 million in Q4 2017 and troughed at $30.0 million in Q4 2013.
- A 4-year average of $72.8 million and a median of $59.5 million in 2014 frame the typical range for Interest & Investment Income.
- Across the five-year window, Interest & Investment Income surged 116.67% in 2014 and decreased 16.92% in 2015, its largest moves.
- Over 4 years, Interest & Investment Income stood at $30.0 million in 2013, then jumped by 116.67% to $65.0 million in 2014, then declined by 16.92% to $54.0 million in 2015, then soared by 162.96% to $142.0 million in 2017.
- The last three Interest & Investment Income figures came in at $142.0 million (Q4 2017), $54.0 million (Q4 2015), and $65.0 million (Q4 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 142.00 Mn |
| Dec 31, 2015 | 54.00 Mn |
| Dec 31, 2014 | 65.00 Mn |
| Dec 31, 2013 | 30.00 Mn |
Whirlpool Corp /De/ Interest & Investment Income 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=interest-and-investment-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();