Unilever Plc (UNLYF) Interest Expenses (2009 - 2015)
Unilever (UNLYF) posted Interest Expenses of -$540.4 million for Q4 2015, up 9.36% on a QoQ basis from -$596.2 million in Q4 2014, and up 9.36% year-over-year from -$494.1 million in Q4 2014.
Unilever Plc (UNLYF) Interest Expenses (2009 - 2015) Analysis & Trends
Unilever has reported Interest Expenses for 7 years, with the latest figure at -$540.4 million in Q4 2015.
- On a quarterly basis, Interest Expenses rose 9.36% year-over-year to -$540.4 million in Q4 2015; TTM through Dec 2015 was -$20.6 billion, a 28.87% increase from a year earlier, with the FY2025 full-year figure at -$1.7 billion, down 5.28% from the prior year.
- Interest Expenses was -$540.4 million for Q4 2015 at Unilever, up from -$596.2 million in the prior quarter.
- The five-year high for Interest Expenses was -$540.4 million in Q4 2015, with the low at -$10.0 billion in Q4 2013.
- Average Interest Expenses over 5 years is -$5.0 billion, with a median of -$4.8 billion recorded in 2011.
- The sharpest annual moves came in 2011 and 2014: Interest Expenses sank 911.09% in 2011, then soared 94.05% in 2014.
- Over 5 years, Interest Expenses stood at -$8.9 billion in 2011, then declined by 6.21% to -$9.5 billion in 2012, then slipped by 5.87% to -$10.0 billion in 2013, then jumped by 94.05% to -$596.2 million in 2014, then grew by 9.36% to -$540.4 million in 2015.
- The last three Interest Expenses figures came in at -$540.4 million (Q4 2015), -$596.2 million (Q4 2014), and -$10.0 billion (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -540.39 Mn |
| Dec 31, 2014 | -596.17 Mn |
| Dec 31, 2013 | -10.02 Bn |
| Dec 31, 2012 | -9.46 Bn |
| Dec 31, 2011 | -8.91 Bn |
| Oct 21, 2011 | -570.10 Mn |
| Dec 31, 2010 | -881.32 Mn |
| Sep 30, 2010 | -156.24 Mn |
| Jun 30, 2010 | -165.73 Mn |
| Mar 31, 2010 | -318.48 Mn |
| Dec 31, 2009 | -1.30 Bn |
| Sep 30, 2009 | -313.19 Mn |
| Jun 30, 2009 | -375.81 Mn |
| Mar 31, 2009 | -452.48 Mn |
Unilever Plc Interest Expenses 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-expenses&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "ticker": "UNLYF", "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-expenses&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();