Vodafone Group Public Ltd Co (VOD) Income from Non-Controlling Interests (2010 - 2014)
Vodafone Group Public (VOD) posted Income from Non-Controlling Interests of $263.0 million for Q4 2014, up 54.96% on a QoQ basis from $169.7 million in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Income from Non-Controlling Interests (2010 - 2014) Analysis & Trends
Vodafone Group Public has reported Income from Non-Controlling Interests for 5 years, with the latest figure at $263.0 million in Q4 2014.
- On a quarterly basis, Income from Non-Controlling Interests changed N/A year-over-year to $263.0 million in Q4 2014; TTM through Dec 2014 was $948.4 million, a N/A change from a year earlier, with the FY2014 full-year figure at $263.9 million, down 31.59% from the prior year.
- Income from Non-Controlling Interests was $263.0 million for Q4 2014 at Vodafone Group Public, up from $169.7 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $371.8 million in Q2 2013, with the low at -$154.0 million in Q4 2011.
- Average Income from Non-Controlling Interests over 5 years is $125.3 million, with a median of $156.8 million recorded in 2013.
- The sharpest annual moves came in 2011 and 2013: Income from Non-Controlling Interests tumbled 261.05% in 2011, then increased 17.94% in 2013.
- Over 5 years, Income from Non-Controlling Interests stood at -$42.7 million in 2010, then sank by 261.05% to -$154.0 million in 2011, then surged by 193.44% to $143.9 million in 2012, then grew by 17.94% to $169.7 million in 2013, then soared by 54.96% to $263.0 million in 2014.
- The last three Income from Non-Controlling Interests figures came in at $263.0 million (Q4 2014), $169.7 million (Q3 2013), and $371.8 million (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 263.01 Mn |
| Sep 30, 2013 | 169.72 Mn |
| May 23, 2013 | 371.75 Mn |
| Sep 30, 2012 | 143.90 Mn |
| Dec 31, 2011 | -154.01 Mn |
| Dec 31, 2010 | -42.66 Mn |
Vodafone Group Public Ltd Co Income from Non-Controlling Interests 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-non-controlling-interests&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();