Vodafone Group Public Ltd Co (VOD) Interest Expenses (2009 - 2014)
Vodafone Group Public (VOD) posted Interest Expenses of $7.6 billion for Q4 2015, up 407.55% on a QoQ basis from -$2.5 billion in Q4 2014, and up 407.55% year-over-year from $1.5 billion in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Interest Expenses (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Interest Expenses for 7 years, with the latest figure at $7.6 billion in Q4 2015.
- On a quarterly basis, Interest Expenses rose 407.55% year-over-year to $7.6 billion in Q4 2015; TTM through Dec 2015 was $3.5 billion, a 155.9% increase from a year earlier, with the FY2015 full-year figure at $4.0 billion, changed N/A from the prior year.
- Interest Expenses was $7.6 billion for Q4 2015 at Vodafone Group Public, up from -$2.5 billion in the prior quarter.
- The five-year high for Interest Expenses was $7.6 billion in Q4 2015, with the low at -$2.7 billion in Q2 2013.
- Average Interest Expenses over 5 years is $741.7 million, with a median of -$132.9 million recorded in 2012.
- The sharpest annual moves came in 2012 and 2015: Interest Expenses slumped 212.09% in 2012, then jumped 407.55% in 2015.
- Over 5 years, Interest Expenses stood at $1.9 billion in 2011, then plunged by 212.09% to -$2.1 billion in 2012, then jumped by 151.48% to $1.1 billion in 2013, then tumbled by 326.99% to -$2.5 billion in 2014, then soared by 407.55% to $7.6 billion in 2015.
- The last three Interest Expenses figures came in at $7.6 billion (Q4 2015), -$2.5 billion (Q4 2014), and $1.1 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -2.46 Bn |
| Sep 30, 2013 | 1.08 Bn |
| May 23, 2013 | -2.72 Bn |
| Dec 31, 2012 | -2.11 Bn |
| Sep 30, 2012 | -1.35 Bn |
| Dec 31, 2011 | -674.20 Mn |
| Dec 31, 2010 | -2.39 Bn |
| Dec 31, 2009 | 3.95 Bn |
Vodafone Group Public Ltd Co 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=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "ticker": "VOD", "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=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();