Vodafone Group Public Ltd Co (VOD) Net Income (2012 - 2014)
Vodafone Group Public (VOD) posted Net Income of $41.6 billion for Q4 2014, up 361.0% on a QoQ basis from -$15.9 billion in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Net Income (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Net Income for 4 years, with the latest figure at $41.6 billion in Q4 2014.
- On a quarterly basis, Net Income changed N/A year-over-year to $41.6 billion in Q4 2014; TTM through Dec 2014 was $68.7 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $41.7 billion, up 352.33% from the prior year.
- Net Income was $41.6 billion for Q4 2014 at Vodafone Group Public, up from -$15.9 billion in the prior quarter.
- The five-year high for Net Income was $41.6 billion in Q4 2014, with the low at -$15.9 billion in Q3 2013.
- Average Net Income over 4 years is $13.5 billion, with a median of $11.3 billion recorded in 2010.
- The largest YoY upside for Net Income was 776.44% in 2013 against a maximum downside of 776.44% in 2013.
- Over 4 years, Net Income stood at $13.8 billion in 2010, then surged by 147.92% to $34.2 billion in 2012, then sank by 146.61% to -$15.9 billion in 2013, then soared by 361.0% to $41.6 billion in 2014.
- The last three Net Income figures came in at $41.6 billion (Q4 2014), -$15.9 billion (Q3 2013), and $8.9 billion (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 94.15 Bn |
| Dec 31, 2013 | -6.41 Bn |
| Sep 30, 2013 | 27.87 Bn |
| May 23, 2013 | 8.89 Bn |
| Dec 31, 2012 | 23.30 Bn |
| Sep 30, 2012 | -2.99 Bn |
Vodafone Group Public Ltd Co Net 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=net-income&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();