Vodafone Group Public Ltd Co (VOD) Minority Interest (2009 - 2015)
Vodafone Group Public (VOD) posted Minority Interest of $2.4 billion for Q1 2015, down 11.9% on a QoQ basis from $2.7 billion in Q4 2014, and down 15.64% year-over-year from $2.9 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Minority Interest (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Minority Interest for 7 years, with the latest figure at $2.4 billion in Q1 2015.
- On a quarterly basis, Minority Interest fell 15.64% year-over-year to $2.4 billion in Q1 2015; TTM through Mar 2015 was $2.4 billion, a 15.64% decrease from a year earlier, with the FY2015 full-year figure at $2.4 billion, down 12.18% from the prior year.
- Minority Interest was $2.4 billion for Q1 2015 at Vodafone Group Public, down from $2.7 billion in the prior quarter.
- The five-year high for Minority Interest was $4.6 billion in Q1 2011, with the low at $2.4 billion in Q1 2015.
- Average Minority Interest over 5 years is $3.2 billion, with a median of $2.9 billion recorded in 2012.
- The sharpest annual moves came in 2012 and 2014: Minority Interest declined 28.8% in 2012, then slipped 0.51% in 2014.
- Over 5 years, Minority Interest stood at $4.5 billion in 2011, then retreated by 25.85% to $3.4 billion in 2012, then fell by 8.83% to $3.1 billion in 2013, then retreated by 10.27% to $2.7 billion in 2014, then dropped by 11.9% to $2.4 billion in 2015.
- The last three Minority Interest figures came in at $2.4 billion (Q1 2015), $2.7 billion (Q4 2014), and $2.6 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 2.42 Bn |
| Dec 31, 2014 | 2.75 Bn |
| Sep 30, 2014 | 2.59 Bn |
| Mar 31, 2014 | 2.87 Bn |
| Dec 31, 2013 | 3.06 Bn |
| Sep 30, 2013 | 2.61 Bn |
| May 23, 2013 | 2.88 Bn |
| Mar 31, 2013 | 2.94 Bn |
| Dec 31, 2012 | -488.18 Mn |
| Sep 30, 2012 | 2.96 Bn |
| Mar 31, 2012 | 3.28 Bn |
| Dec 31, 2011 | -502.90 Mn |
| Sep 30, 2011 | -4.19 Bn |
| Mar 31, 2011 | 4.61 Bn |
| Dec 31, 2010 | 5.34 Bn |
| Sep 30, 2010 | 4.64 Bn |
| Mar 31, 2010 | 5.27 Bn |
| Dec 31, 2009 | -264.62 Mn |
| Sep 30, 2009 | 5.39 Bn |
| Mar 31, 2009 | 2.57 Bn |
Vodafone Group Public Ltd Co Minority Interest 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=minority-interest&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();