Vodafone Group Public Ltd Co (VOD) Equity Income (2012 - 2014)
Vodafone Group Public (VOD) posted Equity Income of -$273.1 million for Q4 2015, down 162.01% on a QoQ basis from $440.5 million in Q4 2014, and down 162.01% year-over-year from $440.5 million in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Equity Income (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Equity Income for 5 years, with the latest figure at -$273.1 million in Q4 2015.
- On a quarterly basis, Equity Income fell 162.01% year-over-year to -$273.1 million in Q4 2015; TTM through Dec 2015 was $2.9 billion, a 67.31% decrease from a year earlier, with the FY2015 full-year figure at $96.3 million, changed N/A from the prior year.
- Equity Income was -$273.1 million for Q4 2015 at Vodafone Group Public, down from $440.5 million in the prior quarter.
- The five-year high for Equity Income was $8.0 billion in Q4 2012, with the low at -$8.0 billion in Q4 2011.
- Average Equity Income over 5 years is -$1.0 billion, with a median of -$273.1 million recorded in 2015.
- The sharpest annual moves came in 2012 and 2013: Equity Income surged 200.24% in 2012, then plunged 193.46% in 2013.
- Over 5 years, Equity Income stood at -$8.0 billion in 2011, then soared by 200.24% to $8.0 billion in 2012, then slumped by 166.09% to -$5.3 billion in 2013, then surged by 108.36% to $440.5 million in 2014, then plunged by 162.01% to -$273.1 million in 2015.
- The last three Equity Income figures came in at -$273.1 million (Q4 2015), $440.5 million (Q4 2014), and -$5.3 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 440.46 Mn |
| Sep 30, 2013 | 344.08 Mn |
| Sep 30, 2012 | -5.09 Bn |
Vodafone Group Public Ltd Co Equity 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=equity-income&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();