Vodafone Group Public Ltd Co (VOD) Income from Discontinued Operations (2012 - 2014)
Vodafone Group Public (VOD) posted Income from Discontinued Operations of $76.2 billion for Q4 2014, up 1999.47% on a QoQ basis from $3.6 billion in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Income from Discontinued Operations (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Income from Discontinued Operations for 3 years, with the latest figure at $76.2 billion in Q4 2014.
- On a quarterly basis, Income from Discontinued Operations changed N/A year-over-year to $76.2 billion in Q4 2014; TTM through Dec 2014 was $89.3 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $76.5 billion, changed N/A from the prior year.
- Income from Discontinued Operations was $76.2 billion for Q4 2014 at Vodafone Group Public, up from $3.6 billion in the prior quarter.
- The five-year high for Income from Discontinued Operations was $76.2 billion in Q4 2014, with the low at $3.6 billion in Q3 2013.
- Average Income from Discontinued Operations over 3 years is $22.3 billion, with a median of $4.7 billion recorded in 2012.
- The largest YoY upside for Income from Discontinued Operations was 2.72% in 2013 against a maximum downside of 2.72% in 2013.
- Over 3 years, Income from Discontinued Operations stood at $5.7 billion in 2012, then plunged by 36.4% to $3.6 billion in 2013, then soared by 1999.47% to $76.2 billion in 2014.
- The last three Income from Discontinued Operations figures came in at $76.2 billion (Q4 2014), $3.6 billion (Q3 2013), and $5.7 billion (Q4 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 76.22 Bn |
| Sep 30, 2013 | 3.63 Bn |
| Sep 30, 2012 | 3.73 Bn |
Vodafone Group Public Ltd Co Income from Discontinued 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-discontinued-operations&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-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-discontinued-operations&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();