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