Vodafone Group Public Ltd Co (VOD) EPS (Basic) (2012 - 2015)
Vodafone Group Public (VOD) posted EPS (Basic) of $34.99 for Q4 2014, up 238.9% on a QoQ basis from $10.32 in Q3 2013.
Analysis
Vodafone Group Public Ltd Co (VOD) EPS (Basic) (2012 - 2015) Analysis & Trends
Vodafone Group Public has reported EPS (Basic) for 4 years, with the latest figure at $34.99 in Q4 2014.
- On a quarterly basis, EPS (Basic) changed N/A year-over-year to $34.99 in Q4 2014; TTM through Dec 2014 was $58.3, a N/A change from a year earlier, with the FY2014 full-year figure at $35.1, up 13789.23% from the prior year.
- EPS (Basic) was $34.99 for Q4 2014 at Vodafone Group Public, up from $10.32 in the prior quarter.
- The five-year high for EPS (Basic) was $34.99 in Q4 2014, with the low at -$1.14 in Q3 2012.
- Average EPS (Basic) over 4 years is $10.27, with a median of $7.57 recorded in 2010.
- The largest YoY upside for EPS (Basic) was 1009.51% in 2013 against a maximum downside of 1009.51% in 2013.
- Over 4 years, EPS (Basic) stood at $4.81 in 2010, then jumped by 157.47% to $12.38 in 2012, then fell by 16.59% to $10.32 in 2013, then soared by 238.9% to $34.99 in 2014.
- The last three EPS (Basic) figures came in at $34.99 (Q4 2014), $10.32 (Q3 2013), and $0.24 (Q2 2013), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -2.90 |
| Dec 31, 2014 | 6.63 |
| Dec 31, 2013 | -2.39 |
| Sep 30, 2013 | 3.80 |
| May 23, 2013 | 3.31 |
| Dec 31, 2012 | 8.44 |
| Sep 30, 2012 | 3.84 |
API Access
Vodafone Group Public Ltd Co EPS (Basic) 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=eps-basic&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();