Vodafone Group Public Ltd Co (VOD) EBITDA (2012 - 2013)
Vodafone Group Public (VOD) posted EBITDA of -$7.7 billion for Q4 2015, down 143.66% on a QoQ basis from $17.6 billion in Q4 2014, and down 143.66% year-over-year from $17.6 billion in Q4 2014.
Vodafone Group Public Ltd Co (VOD) EBITDA (2012 - 2013) Analysis & Trends
Vodafone Group Public has reported EBITDA for 6 years, with the latest figure at -$7.7 billion in Q4 2015.
- On a quarterly basis, EBITDA fell 143.66% year-over-year to -$7.7 billion in Q4 2015; TTM through Dec 2015 was $40.5 billion, a 26.88% decrease from a year earlier, with the FY2016 full-year figure at $17.4 billion, changed N/A from the prior year.
- EBITDA was -$7.7 billion for Q4 2015 at Vodafone Group Public, down from $17.6 billion in the prior quarter.
- The five-year high for EBITDA was $25.2 billion in Q4 2012, with the low at -$7.7 billion in Q4 2015.
- Average EBITDA over 4 years is $11.7 billion, with a median of $8.8 billion recorded in 2012.
- The sharpest annual moves came in 2013 and 2015: EBITDA fell 2.78% in 2013, then slumped 143.66% in 2015.
- Over 4 years, EBITDA stood at $25.2 billion in 2012, then dropped by 13.0% to $22.0 billion in 2013, then slipped by 20.05% to $17.6 billion in 2014, then plunged by 143.66% to -$7.7 billion in 2015.
- The last three EBITDA figures came in at -$7.7 billion (Q4 2015), $17.6 billion (Q4 2014), and $22.0 billion (Q4 2013), per Business Quant data.
Peer Comparison
Vodafone Group Public Ltd Co EBITDA 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=ebitda&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();