Vodafone Group Public Ltd Co (VOD) Net Income towards Common Stockholders (2012 - 2015)
Vodafone Group Public (VOD) posted Net Income towards Common Stockholders of $93.9 billion for Q4 2014, up 238.9% on a QoQ basis from $27.7 billion in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Net Income towards Common Stockholders (2012 - 2015) Analysis & Trends
Vodafone Group Public has reported Net Income towards Common Stockholders for 4 years, with the latest figure at $93.9 billion in Q4 2014.
- On a quarterly basis, Net Income towards Common Stockholders changed N/A year-over-year to $93.9 billion in Q4 2014; TTM through Dec 2014 was $156.4 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $94.2 billion, up 13789.23% from the prior year.
- Net Income towards Common Stockholders was $93.9 billion for Q4 2014 at Vodafone Group Public, up from $27.7 billion in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $93.9 billion in Q4 2014, with the low at -$3.1 billion in Q3 2012.
- Average Net Income towards Common Stockholders over 4 years is $27.8 billion, with a median of $20.7 billion recorded in 2010.
- The largest YoY upside for Net Income towards Common Stockholders was 983.4% in 2013 against a maximum downside of 983.4% in 2013.
- Over 4 years, Net Income towards Common Stockholders stood at $13.8 billion in 2010, then surged by 147.92% to $34.2 billion in 2012, then slipped by 18.98% to $27.7 billion in 2013, then soared by 238.9% to $93.9 billion in 2014.
- The last three Net Income towards Common Stockholders figures came in at $93.9 billion (Q4 2014), $27.7 billion (Q3 2013), and $653.6 million (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -7.67 Bn |
| Dec 31, 2014 | 17.56 Bn |
| Dec 31, 2013 | -6.41 Bn |
| Sep 30, 2013 | 10.20 Bn |
| May 23, 2013 | 8.89 Bn |
| Dec 31, 2012 | 23.30 Bn |
| Sep 30, 2012 | 10.60 Bn |
Vodafone Group Public Ltd Co Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();