Vodafone Group Public Ltd Co (VOD) Income towards Parent Company (2012 - 2014)
Vodafone Group Public (VOD) posted Income towards Parent Company 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) Income towards Parent Company (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Income towards Parent Company for 4 years, with the latest figure at $93.9 billion in Q4 2014.
- On a quarterly basis, Income towards Parent Company 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.
- Income towards Parent Company 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 Income towards Parent Company was $93.9 billion in Q4 2014, with the low at -$3.1 billion in Q3 2012.
- Average Income towards Parent Company over 4 years is $27.8 billion, with a median of $20.7 billion recorded in 2010.
- The largest YoY upside for Income towards Parent Company was 983.4% in 2013 against a maximum downside of 983.4% in 2013.
- Over 4 years, Income towards Parent Company 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 Income towards Parent Company 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, 2014 | 93.88 Bn |
| Dec 31, 2013 | -6.41 Bn |
| Sep 30, 2013 | 27.70 Bn |
| May 23, 2013 | 8.89 Bn |
| Dec 31, 2012 | 23.30 Bn |
| Sep 30, 2012 | -2.99 Bn |
Vodafone Group Public Ltd Co Income towards Parent Company 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-towards-parent-company&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();