Vodafone Group Public Ltd Co (VOD) Non-Current Assets (2009 - 2014)
Vodafone Group Public (VOD) posted Non-Current Assets of $160.7 billion for Q1 2014, up 21.83% on a QoQ basis from $131.9 billion in Q4 2013, and down 11.4% year-over-year from $181.4 billion in Q1 2013.
Vodafone Group Public Ltd Co (VOD) Non-Current Assets (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Non-Current Assets for 6 years, with the latest figure at $160.7 billion in Q1 2014.
- On a quarterly basis, Non-Current Assets fell 11.4% year-over-year to $160.7 billion in Q1 2014; TTM through Mar 2014 was $441.9 billion, a 10.36% increase from a year earlier, with the FY2014 full-year figure at $154.4 billion, down 16.3% from the prior year.
- Non-Current Assets was $160.7 billion for Q1 2014 at Vodafone Group Public, up from $131.9 billion in the prior quarter.
- The five-year high for Non-Current Assets was $181.4 billion in Q1 2013, with the low at -$32.2 billion in Q4 2012.
- Average Non-Current Assets over 5 years is $115.5 billion, with a median of $129.1 billion recorded in 2011.
- The sharpest annual moves came in 2010 and 2012: Non-Current Assets jumped 686.86% in 2010, then sank 125.47% in 2012.
- Over 5 years, Non-Current Assets stood at $124.9 billion in 2010, then rose by 1.08% to $126.2 billion in 2011, then sank by 125.47% to -$32.2 billion in 2012, then surged by 510.22% to $131.9 billion in 2013, then rose by 21.83% to $160.7 billion in 2014.
- The last three Non-Current Assets figures came in at $160.7 billion (Q1 2014), $131.9 billion (Q4 2013), and $181.4 billion (Q1 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 160.71 Bn |
| Dec 31, 2013 | 131.92 Bn |
| Mar 31, 2013 | 181.39 Bn |
| Dec 31, 2012 | 191.98 Bn |
| Dec 31, 2011 | 126.25 Bn |
| Dec 31, 2010 | 124.90 Bn |
| Dec 31, 2009 | 228.15 Bn |
Vodafone Group Public Ltd Co Non-Current 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=non-current-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-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=non-current-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();