Vodafone Group Public Ltd Co (VOD) Non Operating Income (2009 - 2014)
Vodafone Group Public (VOD) posted Non Operating Income of -$1.1 billion for Q4 2014, down 590.84% on a QoQ basis from $231.4 million in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Non Operating Income (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Non Operating Income for 5 years, with the latest figure at -$1.1 billion in Q4 2014.
- On a quarterly basis, Non Operating Income changed N/A year-over-year to -$1.1 billion in Q4 2014; TTM through Dec 2014 was -$923.4 million, a N/A change from a year earlier, with the FY2014 full-year figure at -$1.1 billion, down 254.06% from the prior year.
- Non Operating Income was -$1.1 billion for Q4 2014 at Vodafone Group Public, down from $231.4 million in the prior quarter.
- The five-year high for Non Operating Income was $231.4 million in Q3 2013, with the low at -$1.1 billion in Q4 2014.
- Average Non Operating Income over 4 years is -$230.8 million, with a median of -$9.4 million recorded in 2011.
- The largest YoY upside for Non Operating Income was 3558.9% in 2013 against a maximum downside of 3558.9% in 2013.
- Over 4 years, Non Operating Income stood at -$25.1 million in 2011, then soared by 125.16% to $6.3 million in 2012, then jumped by 3558.9% to $231.4 million in 2013, then slumped by 590.84% to -$1.1 billion in 2014.
- The last three Non Operating Income figures came in at -$1.1 billion (Q4 2014), $231.4 million (Q3 2013), and $6.3 million (Q3 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -236.08 Mn |
| Sep 30, 2013 | 231.44 Mn |
| Dec 31, 2012 | -260.15 Mn |
| Sep 30, 2012 | 1.58 Mn |
| Dec 31, 2010 | -15.80 Mn |
| Dec 31, 2009 | 71.87 Mn |
| Mar 31, 2009 | 63.23 Mn |
Vodafone Group Public Ltd Co Non Operating 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=non-operating-income&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();