Vodafone Group Public Ltd Co (VOD) Other Non-Current Assets (2009 - 2014)
Vodafone Group Public (VOD) posted Other Non-Current Assets of $55.3 billion for Q3 2013, up 5944.91% on a QoQ basis from $914.7 million in Q3 2011.
Vodafone Group Public Ltd Co (VOD) Other Non-Current Assets (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Other Non-Current Assets for 3 years, with the latest figure at $55.3 billion in Q3 2013.
- On a quarterly basis, Other Non-Current Assets changed N/A year-over-year to $55.3 billion in Q3 2013; TTM through Sep 2013 was $55.3 billion, a N/A change from a year earlier, with the FY2009 full-year figure at $3.1 billion, changed N/A from the prior year.
- Other Non-Current Assets was $55.3 billion for Q3 2013 at Vodafone Group Public, up from $914.7 million in the prior quarter.
- The five-year high for Other Non-Current Assets was $55.3 billion in Q3 2013, with the low at $914.7 million in Q3 2011.
- Average Other Non-Current Assets over 3 years is $19.8 billion, with a median of $3.1 billion recorded in 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 53.87 Mn |
| Mar 31, 2014 | 56.26 Mn |
| Sep 30, 2012 | 708.45 Mn |
| Sep 30, 2011 | 1.21 Bn |
| Dec 31, 2009 | 3.10 Bn |
Vodafone Group Public Ltd Co Other 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=other-non-current-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-assets&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();