Vodafone Group Public Ltd Co (VOD) Interest & Investment Income (2012 - 2014)
Vodafone Group Public (VOD) posted Interest & Investment Income of -$772.4 million for Q4 2015, down 240.9% on a QoQ basis from $548.2 million in Q4 2014, and down 240.9% year-over-year from $548.2 million in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Interest & Investment Income (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Interest & Investment Income for 5 years, with the latest figure at -$772.4 million in Q4 2015.
- On a quarterly basis, Interest & Investment Income fell 240.9% year-over-year to -$772.4 million in Q4 2015; TTM through Dec 2015 was $533.5 million, a 69.87% decrease from a year earlier, with the FY2015 full-year figure at $217.1 million, changed N/A from the prior year.
- Interest & Investment Income was -$772.4 million for Q4 2015 at Vodafone Group Public, down from $548.2 million in the prior quarter.
- The five-year high for Interest & Investment Income was $548.2 million in Q4 2014, with the low at -$772.4 million in Q4 2015.
- Average Interest & Investment Income over 5 years is $129.7 million, with a median of $279.8 million recorded in 2013.
- The sharpest annual moves came in 2014 and 2015: Interest & Investment Income increased 11.01% in 2014, then slumped 240.9% in 2015.
- Over 5 years, Interest & Investment Income stood at -$216.9 million in 2011, then jumped by 236.35% to $295.7 million in 2012, then jumped by 66.99% to $493.8 million in 2013, then grew by 11.01% to $548.2 million in 2014, then plunged by 240.9% to -$772.4 million in 2015.
- The last three Interest & Investment Income figures came in at -$772.4 million (Q4 2015), $548.2 million (Q4 2014), and $493.8 million (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 548.20 Mn |
| Sep 30, 2013 | 263.84 Mn |
| May 23, 2013 | 464.69 Mn |
| Sep 30, 2012 | 295.72 Mn |
Vodafone Group Public Ltd Co 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=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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-and-investment-income&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();