Vodafone Group Public Ltd Co (VOD) Interest Income - Net (2009 - 2014)
Vodafone Group Public (VOD) posted Interest Income - Net of -$8.5 billion for Q4 2015, down 383.54% on a QoQ basis from $3.0 billion in Q4 2014, and down 383.54% year-over-year from $3.0 billion in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Interest Income - Net (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Interest Income - Net for 7 years, with the latest figure at -$8.5 billion in Q4 2015.
- On a quarterly basis, Interest Income - Net fell 383.54% year-over-year to -$8.5 billion in Q4 2015; TTM through Dec 2015 was -$1.7 billion, a 138.45% decrease from a year earlier, with the FY2015 full-year figure at -$2.5 billion, changed N/A from the prior year.
- Interest Income - Net was -$8.5 billion for Q4 2015 at Vodafone Group Public, down from $3.0 billion in the prior quarter.
- The five-year high for Interest Income - Net was $3.0 billion in Q4 2014, with the low at -$8.5 billion in Q4 2015.
- Average Interest Income - Net over 5 years is -$30.1 million, with a median of $1.9 billion recorded in 2013.
- The sharpest annual moves came in 2013 and 2015: Interest Income - Net surged 217.93% in 2013, then sank 383.54% in 2015.
- Over 5 years, Interest Income - Net stood at $2.5 billion in 2011, then climbed by 5.74% to $2.6 billion in 2012, then retreated by 5.85% to $2.5 billion in 2013, then gained by 21.73% to $3.0 billion in 2014, then sank by 383.54% to -$8.5 billion in 2015.
- The last three Interest Income - Net figures came in at -$8.5 billion (Q4 2015), $3.0 billion (Q4 2014), and $2.5 billion (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 5.47 Bn |
| Sep 30, 2013 | -63.26 Mn |
| May 23, 2013 | 219.40 Mn |
| Dec 31, 2012 | 4.73 Bn |
| Sep 30, 2012 | -6.33 Mn |
| Dec 31, 2011 | 3.15 Bn |
| Dec 31, 2010 | 4.92 Bn |
| Dec 31, 2009 | -1.55 Bn |
Vodafone Group Public Ltd Co Interest Income - Net 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-income-net&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-net", "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-income-net&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();