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