Vodafone Group Public Ltd Co (VOD) Asset Utilization Ratio (2012 - 2013)
Vodafone Group Public (VOD) posted Asset Utilization Ratio of 0.55 for Q3 2013, down 25.77% on a QoQ basis from 0.74 in Q3 2012, and down 25.77% year-over-year from 0.74 in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Asset Utilization Ratio (2012 - 2013) Analysis & Trends
Vodafone Group Public has reported Asset Utilization Ratio for 2 years, with the latest figure at 0.55 in Q3 2013.
- On a quarterly basis, Asset Utilization Ratio fell 25.77% year-over-year to 0.55 in Q3 2013; TTM through Sep 2013 was 0.55, a 25.77% decrease from a year earlier, with the FY2014 full-year figure at 0.36, up 7.6% from the prior year.
- Asset Utilization Ratio was 0.55 for Q3 2013 at Vodafone Group Public, down from 0.74 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.74 in Q3 2012, with the low at 0.55 in Q3 2013.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 0.70 |
| Dec 31, 2012 | 0.39 |
| Sep 30, 2012 | 0.85 |
Vodafone Group Public Ltd Co Asset Utilization Ratio 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=asset-utilization-ratio&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();