Vodafone Group Public Ltd Co (VOD) Operating Income (2012 - 2014)
Vodafone Group Public (VOD) posted Operating Income of -$6.2 billion for Q4 2014, down 282.97% on a QoQ basis from $3.4 billion in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Operating Income (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Operating Income for 4 years, with the latest figure at -$6.2 billion in Q4 2014.
- On a quarterly basis, Operating Income 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.
- Operating Income 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 Operating Income was $25.2 billion in Q4 2012, with the low at -$56.8 billion in Q4 2010.
- Average Operating Income over 4 years is -$5.4 billion, with a median of -$847.9 million recorded in 2012.
- The largest YoY upside for Operating Income was 166.65% in 2013 against a maximum downside of 166.65% in 2013.
- Over 4 years, Operating Income 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 Operating Income 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 Comparison
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 |
Vodafone Group Public Ltd Co Operating Income 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=operating-income&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();