Vodafone Group Public Ltd Co (VOD) Share-based Compensation (2009 - 2014)
Vodafone Group Public (VOD) posted Share-based Compensation of $71.0 million for Q3 2013, down 37.66% on a QoQ basis from $113.9 million in Q3 2012, and down 37.66% year-over-year from $113.9 million in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Share-based Compensation (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Share-based Compensation for 3 years, with the latest figure at $71.0 million in Q3 2013.
- On a quarterly basis, Share-based Compensation fell 37.66% year-over-year to $71.0 million in Q3 2013; TTM through Sep 2013 was $537.1 million, a 9.22% decrease from a year earlier, with the FY2009 full-year figure at $183.9 million, changed N/A from the prior year.
- Share-based Compensation was $71.0 million for Q3 2013 at Vodafone Group Public, down from $113.9 million in the prior quarter.
- The five-year high for Share-based Compensation was $183.9 million in Q1 2009, with the low at $71.0 million in Q3 2013.
- Average Share-based Compensation over 3 years is $122.9 million, with a median of $113.9 million recorded in 2012.
- The largest YoY upside for Share-based Compensation was 37.66% in 2013 against a maximum downside of 37.66% in 2013.
- Over 3 years, Share-based Compensation stood at $183.9 million in 2009, then sank by 38.1% to $113.9 million in 2012, then sank by 37.66% to $71.0 million in 2013.
- The last three Share-based Compensation figures came in at $71.0 million (Q3 2013), $113.9 million (Q3 2012), and $183.9 million (Q1 2009), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -22.64 Bn |
| Sep 30, 2013 | 70.98 Mn |
| Sep 30, 2012 | 123.35 Mn |
| Mar 31, 2009 | 183.93 Mn |
Vodafone Group Public Ltd Co Share-based Compensation 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=share-based-compensation&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();