Vodafone Group Public Ltd Co (VOD) Assets Average (2009 - 2014)
Vodafone Group Public (VOD) posted Assets Average of $204.2 billion for Q3 2014, down 7.6% on a QoQ basis from $221.0 billion in Q3 2013, and down 7.6% year-over-year from $221.0 billion in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Assets Average (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Assets Average for 6 years, with the latest figure at $204.2 billion in Q3 2014.
- On a quarterly basis, Assets Average fell 7.6% year-over-year to $204.2 billion in Q3 2014; TTM through Sep 2014 was $204.2 billion, a 7.6% decrease from a year earlier, with the FY2015 full-year figure at $189.8 billion, up 11.81% from the prior year.
- Assets Average was $204.2 billion for Q3 2014 at Vodafone Group Public, down from $221.0 billion in the prior quarter.
- The five-year high for Assets Average was $245.3 billion in Q3 2010, with the low at $138.0 billion in Q3 2012.
- Average Assets Average over 5 years is $210.6 billion, with a median of $218.6 billion recorded in 2013.
- The sharpest annual moves came in 2012 and 2013: Assets Average tumbled 42.33% in 2012, then soared 60.14% in 2013.
- Over 5 years, Assets Average stood at $245.3 billion in 2010, then dropped by 2.46% to $239.2 billion in 2011, then sank by 42.33% to $138.0 billion in 2012, then jumped by 60.14% to $221.0 billion in 2013, then slipped by 7.6% to $204.2 billion in 2014.
- The last three Assets Average figures came in at $204.2 billion (Q3 2014), $221.0 billion (Q3 2013), and $216.2 billion (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2014 | 204.17 Bn |
| Mar 31, 2014 | 173.72 Bn |
| Dec 31, 2013 | 185.16 Bn |
| Sep 30, 2013 | 220.96 Bn |
| May 23, 2013 | 216.23 Bn |
| Mar 31, 2013 | 476.41 Bn |
| Dec 31, 2012 | 397.22 Bn |
| Sep 30, 2012 | 137.98 Bn |
| Mar 31, 2012 | 182.91 Bn |
| Dec 31, 2011 | 191.43 Bn |
| Sep 30, 2011 | 239.24 Bn |
| Mar 31, 2011 | 190.13 Bn |
| Dec 31, 2010 | 191.81 Bn |
| Sep 30, 2010 | 245.27 Bn |
| Mar 31, 2010 | 403.91 Bn |
| Dec 31, 2009 | 408.42 Bn |
| Sep 30, 2009 | 236.73 Bn |
| Mar 31, 2009 | 165.65 Bn |
Vodafone Group Public Ltd Co Assets Average 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=assets-average&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();