Vodafone Group Public Ltd Co (VOD) EBT (2012 - 2014)
Vodafone Group Public (VOD) posted EBT of -$8.3 billion for Q4 2014, down 457.44% on a QoQ basis from $2.3 billion in Q3 2013.
Analysis
Vodafone Group Public Ltd Co (VOD) EBT (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported EBT for 4 years, with the latest figure at -$8.3 billion in Q4 2014.
- On a quarterly basis, EBT changed N/A year-over-year to -$8.3 billion in Q4 2014; TTM through Dec 2014 was $26.3 billion, a N/A change from a year earlier, with the FY2014 full-year figure at -$8.4 billion, down 262.81% from the prior year.
- EBT was -$8.3 billion for Q4 2014 at Vodafone Group Public, down from $2.3 billion in the prior quarter.
- The five-year high for EBT was $27.4 billion in Q4 2012, with the low at -$8.3 billion in Q4 2014.
- Average EBT over 4 years is $5.6 billion, with a median of $3.6 billion recorded in 2013.
- The largest YoY upside for EBT was 138.06% in 2013 against a maximum downside of 138.06% in 2013.
- Over 4 years, EBT stood at $13.7 billion in 2010, then jumped by 99.6% to $27.4 billion in 2012, then tumbled by 91.46% to $2.3 billion in 2013, then plunged by 457.44% to -$8.3 billion in 2014.
- The last three EBT figures came in at -$8.3 billion (Q4 2014), $2.3 billion (Q3 2013), and $5.0 billion (Q2 2013), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -8.35 Bn |
| Sep 30, 2013 | 2.34 Bn |
| May 23, 2013 | 4.96 Bn |
| Dec 31, 2012 | 22.17 Bn |
| Sep 30, 2012 | -6.14 Bn |
API Access
Vodafone Group Public Ltd Co EBT 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=ebt&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();