Vodafone Group Public Ltd Co (VOD) Property, Plant & Equipment (Net) (2009 - 2015)
Analysis
Vodafone Group Public Ltd Co (VOD) Property, Plant & Equipment (Net) (2009 - 2015) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 40.35 Bn |
| Dec 31, 2014 | 36.21 Bn |
| Sep 30, 2014 | 43.08 Bn |
| Mar 31, 2014 | 37.81 Bn |
| Dec 31, 2013 | 28.47 Bn |
| Sep 30, 2013 | 24.92 Bn |
| May 23, 2013 | 30.98 Bn |
| Mar 31, 2013 | 27.34 Bn |
| Dec 31, 2012 | 29.96 Bn |
| Sep 30, 2012 | 29.19 Bn |
| Mar 31, 2012 | 29.31 Bn |
| Dec 31, 2011 | 31.72 Bn |
| Sep 30, 2011 | 29.99 Bn |
| Mar 31, 2011 | 32.32 Bn |
| Dec 31, 2010 | 32.61 Bn |
| Sep 30, 2010 | 30.07 Bn |
| Mar 31, 2010 | 32.22 Bn |
| Dec 31, 2009 | 31.44 Bn |
| Sep 30, 2009 | 32.34 Bn |
| Mar 31, 2009 | 27.66 Bn |
API Access
Vodafone Group Public Ltd Co Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();