Vodafone Group Public Ltd Co (VOD) Interest Income - Deposits (2012 - 2014)
Vodafone Group Public (VOD) posted Interest Income - Deposits of $922.1 million for Q4 2014, up 107.51% on a QoQ basis from $444.4 million in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Interest Income - Deposits (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Interest Income - Deposits for 3 years, with the latest figure at $922.1 million in Q4 2014.
- On a quarterly basis, Interest Income - Deposits changed N/A year-over-year to $922.1 million in Q4 2014; TTM through Dec 2014 was $2.3 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $925.1 million, up 27.51% from the prior year.
- Interest Income - Deposits was $922.1 million for Q4 2014 at Vodafone Group Public, up from $444.4 million in the prior quarter.
- The five-year high for Interest Income - Deposits was $922.1 million in Q4 2014, with the low at $270.4 million in Q3 2012.
- Average Interest Income - Deposits over 3 years is $584.1 million, with a median of $571.8 million recorded in 2013.
- The largest YoY upside for Interest Income - Deposits was 64.33% in 2013 against a maximum downside of 64.33% in 2013.
- Over 3 years, Interest Income - Deposits stood at $270.4 million in 2012, then jumped by 64.33% to $444.4 million in 2013, then soared by 107.51% to $922.1 million in 2014.
- The last three Interest Income - Deposits figures came in at $922.1 million (Q4 2014), $444.4 million (Q3 2013), and $699.3 million (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 922.12 Mn |
| Sep 30, 2013 | 444.37 Mn |
| May 23, 2013 | 699.32 Mn |
| Sep 30, 2012 | 270.41 Mn |
Vodafone Group Public Ltd Co Interest Income - Deposits 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-deposits&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-deposits", "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-deposits&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();