Vodafone Group Public Ltd Co (VOD) Prepaid Assets (2009 - 2015)
Vodafone Group Public (VOD) posted Prepaid Assets of $5.8 billion for Q1 2015, down 16.49% on a QoQ basis from $7.0 billion in Q4 2014, and down 20.04% year-over-year from $7.3 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Prepaid Assets (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Prepaid Assets for 7 years, with the latest figure at $5.8 billion in Q1 2015.
- On a quarterly basis, Prepaid Assets fell 20.04% year-over-year to $5.8 billion in Q1 2015; TTM through Mar 2015 was $5.8 billion, a 20.04% decrease from a year earlier, with the FY2015 full-year figure at $5.8 billion, down 16.76% from the prior year.
- Prepaid Assets was $5.8 billion for Q1 2015 at Vodafone Group Public, down from $7.0 billion in the prior quarter.
- The five-year high for Prepaid Assets was $8.7 billion in Q4 2013, with the low at $1.1 billion in Q4 2011.
- Average Prepaid Assets over 5 years is $5.1 billion, with a median of $5.9 billion recorded in 2015.
- The sharpest annual moves came in 2012 and 2015: Prepaid Assets jumped 337.4% in 2012, then retreated 20.04% in 2015.
- Over 5 years, Prepaid Assets stood at $1.1 billion in 2011, then jumped by 100.58% to $2.1 billion in 2012, then soared by 307.71% to $8.7 billion in 2013, then decreased by 19.17% to $7.0 billion in 2014, then slipped by 16.49% to $5.8 billion in 2015.
- The last three Prepaid Assets figures came in at $5.8 billion (Q1 2015), $7.0 billion (Q4 2014), and $5.9 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 5.85 Bn |
| Dec 31, 2014 | 7.00 Bn |
| Sep 30, 2014 | 5.87 Bn |
| Mar 31, 2014 | 7.31 Bn |
| Dec 31, 2013 | 8.66 Bn |
| Sep 30, 2013 | 6.77 Bn |
| May 23, 2013 | 8.15 Bn |
| Mar 31, 2013 | 8.32 Bn |
| Dec 31, 2012 | 2.12 Bn |
| Sep 30, 2012 | 5.24 Bn |
| Mar 31, 2012 | 2.08 Bn |
| Dec 31, 2011 | 1.06 Bn |
| Sep 30, 2011 | 1.20 Bn |
| Mar 31, 2011 | 1.08 Bn |
| Dec 31, 2010 | 612.99 Mn |
| Sep 30, 2010 | 835.72 Mn |
| Mar 31, 2010 | 605.58 Mn |
| Dec 31, 2009 | 3.34 Bn |
Vodafone Group Public Ltd Co Prepaid Assets 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=prepaid-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-assets", "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=prepaid-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();