Vodafone Group Public Ltd Co (VOD) Income from Continuing Operations (2012 - 2014)
Vodafone Group Public (VOD) posted Income from Continuing Operations of -$34.6 billion for Q4 2014, down 76.92% on a QoQ basis from -$19.6 billion in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Income from Continuing Operations (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Income from Continuing Operations for 4 years, with the latest figure at -$34.6 billion in Q4 2014.
- On a quarterly basis, Income from Continuing Operations changed N/A year-over-year to -$34.6 billion in Q4 2014; TTM through Dec 2014 was -$16.8 billion, a N/A change from a year earlier, with the FY2014 full-year figure at -$34.7 billion, down 476.46% from the prior year.
- Income from Continuing Operations was -$34.6 billion for Q4 2014 at Vodafone Group Public, down from -$19.6 billion in the prior quarter.
- The five-year high for Income from Continuing Operations was $28.5 billion in Q4 2012, with the low at -$34.6 billion in Q4 2014.
- Average Income from Continuing Operations over 4 years is -$1.4 billion, with a median of $1.7 billion recorded in 2012.
- The largest YoY upside for Income from Continuing Operations was 252.56% in 2013 against a maximum downside of 252.56% in 2013.
- Over 4 years, Income from Continuing Operations stood at $13.8 billion in 2010, then jumped by 106.53% to $28.5 billion in 2012, then sank by 168.7% to -$19.6 billion in 2013, then tumbled by 76.92% to -$34.6 billion in 2014.
- The last three Income from Continuing Operations figures came in at -$34.6 billion (Q4 2014), -$19.6 billion (Q3 2013), and $8.9 billion (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 66.70 Mn |
| Dec 31, 2013 | -6.41 Bn |
| Sep 30, 2013 | 24.24 Bn |
| May 23, 2013 | 8.89 Bn |
| Dec 31, 2012 | 23.30 Bn |
| Sep 30, 2012 | -6.72 Bn |
Vodafone Group Public Ltd Co Income from Continuing Operations 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=income-from-continuing-operations&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();