Vodafone Group Public Ltd Co (VOD) Consolidated Net Income (2012 - 2014)
Vodafone Group Public (VOD) posted Consolidated 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) Consolidated Net Income (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Consolidated Net Income for 4 years, with the latest figure at $41.6 billion in Q4 2014.
- On a quarterly basis, Consolidated 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.
- Consolidated 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 Consolidated Net Income was $41.6 billion in Q4 2014, with the low at -$15.9 billion in Q3 2013.
- Average Consolidated Net Income over 4 years is $13.5 billion, with a median of $11.3 billion recorded in 2010.
- The largest YoY upside for Consolidated Net Income was 776.44% in 2013 against a maximum downside of 776.44% in 2013.
- Over 4 years, Consolidated 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 Consolidated 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 Consolidated 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=consolidated-net-income&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-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=consolidated-net-income&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();