Vodafone Group Public Ltd Co (VOD) Buildings (2010 - 2011)
Vodafone Group Public (VOD) posted Buildings of $10.0 billion for Q4 2011, up 5.33% on a QoQ basis from $9.5 billion in Q4 2010, and up 5.33% year-over-year from $9.5 billion in Q4 2010.
Vodafone Group Public Ltd Co (VOD) Buildings (2010 - 2011) Analysis & Trends
Vodafone Group Public has reported Buildings for 2 years, with the latest figure at $10.0 billion in Q4 2011.
- On a quarterly basis, Buildings rose 5.33% year-over-year to $10.0 billion in Q4 2011; TTM through Dec 2011 was $10.0 billion, a 5.33% increase from a year earlier, with the FY2011 full-year figure at $10.0 billion, up 5.33% from the prior year.
- Buildings was $10.0 billion for Q4 2011 at Vodafone Group Public, up from $9.5 billion in the prior quarter.
- The five-year high for Buildings was $10.0 billion in Q4 2011, with the low at $9.5 billion in Q4 2010.
Peer Comparison
Vodafone Group Public Ltd Co Buildings 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=buildings&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();