Vodafone Group Public Ltd Co (VOD) Interest Income - Total (2009 - 2015)
Vodafone Group Public (VOD) posted Interest Income - Total of -$949.9 million for Q4 2015, down 145.59% on a QoQ basis from $2.1 billion in Q4 2014, and down 145.59% year-over-year from $2.1 billion in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Interest Income - Total (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Interest Income - Total for 5 years, with the latest figure at -$949.9 million in Q4 2015.
- On a quarterly basis, Interest Income - Total fell 145.59% year-over-year to -$949.9 million in Q4 2015; TTM through Dec 2015 was $2.6 billion, a 31.91% decrease from a year earlier, with the FY2016 full-year figure at -$1.5 billion, changed N/A from the prior year.
- Interest Income - Total was -$949.9 million for Q4 2015 at Vodafone Group Public, down from $2.1 billion in the prior quarter.
- The five-year high for Interest Income - Total was $2.1 billion in Q4 2014, with the low at -$2.1 billion in Q4 2012.
- Average Interest Income - Total over 4 years is -$95.2 million, with a median of $279.8 million recorded in 2013.
- The sharpest annual moves came in 2014 and 2015: Interest Income - Total jumped 349.94% in 2014, then tumbled 145.59% in 2015.
- Over 4 years, Interest Income - Total stood at -$2.1 billion in 2012, then surged by 121.99% to $463.1 million in 2013, then jumped by 349.94% to $2.1 billion in 2014, then slumped by 145.59% to -$949.9 million in 2015.
- The last three Interest Income - Total figures came in at -$949.9 million (Q4 2015), $2.1 billion (Q4 2014), and $992.9 million (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -2.95 Bn |
| Dec 31, 2015 | -2.95 Bn |
| Dec 31, 2014 | 3.01 Bn |
| Dec 31, 2014 | 3.01 Bn |
| Dec 31, 2013 | 2.47 Bn |
| Dec 31, 2013 | 2.47 Bn |
| Sep 30, 2013 | 1.38 Bn |
| Sep 30, 2013 | 1.38 Bn |
| May 23, 2013 | -2.50 Bn |
| May 23, 2013 | -2.50 Bn |
| Dec 31, 2012 | 2.62 Bn |
| Dec 31, 2012 | 2.62 Bn |
| Sep 30, 2012 | -1.17 Bn |
| Sep 30, 2012 | -1.17 Bn |
| Dec 31, 2011 | 2.48 Bn |
| Dec 31, 2011 | 2.48 Bn |
| Dec 31, 2010 | 2.53 Bn |
| Dec 31, 2010 | 2.53 Bn |
| Dec 31, 2009 | 2.40 Bn |
| Dec 31, 2009 | 2.40 Bn |
Vodafone Group Public Ltd Co Interest Income - Total 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-total&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-total", "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-total&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();