Vodafone Group Public Ltd Co (VOD) EBIT (2012 - 2014)
Vodafone Group Public (VOD) posted EBIT of -$6.2 billion for Q4 2014, down 282.97% on a QoQ basis from $3.4 billion in Q3 2013.
Analysis
Vodafone Group Public Ltd Co (VOD) EBIT (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported EBIT for 4 years, with the latest figure at -$6.2 billion in Q4 2014.
- On a quarterly basis, EBIT changed N/A year-over-year to -$6.2 billion in Q4 2014; TTM through Dec 2014 was $29.6 billion, a N/A change from a year earlier, with the FY2014 full-year figure at -$6.2 billion, down 183.22% from the prior year.
- EBIT was -$6.2 billion for Q4 2014 at Vodafone Group Public, down from $3.4 billion in the prior quarter.
- The five-year high for EBIT was $25.2 billion in Q4 2012, with the low at -$56.8 billion in Q4 2010.
- Average EBIT over 4 years is -$5.4 billion, with a median of -$847.9 million recorded in 2012.
- The largest YoY upside for EBIT was 166.65% in 2013 against a maximum downside of 166.65% in 2013.
- Over 4 years, EBIT stood at -$56.8 billion in 2010, then jumped by 144.42% to $25.2 billion in 2012, then slumped by 86.58% to $3.4 billion in 2013, then slumped by 282.97% to -$6.2 billion in 2014.
- The last three EBIT figures came in at -$6.2 billion (Q4 2014), $3.4 billion (Q3 2013), and $7.2 billion (Q2 2013), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -6.20 Bn |
| Sep 30, 2013 | 3.39 Bn |
| May 23, 2013 | 7.20 Bn |
| Dec 31, 2012 | 20.06 Bn |
| Sep 30, 2012 | -5.08 Bn |
API Access
Vodafone Group Public Ltd Co EBIT 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=ebit&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();