Vodafone Group Public Ltd Co (VOD) Other Non Operating Income (2011 - 2014)
Vodafone Group Public (VOD) posted Other Non Operating Income of $757.7 million for Q4 2013, down 87.26% on a QoQ basis from $5.9 billion in Q4 2012, and down 87.26% year-over-year from $5.9 billion in Q4 2012.
Vodafone Group Public Ltd Co (VOD) Other Non Operating Income (2011 - 2014) Analysis & Trends
Vodafone Group Public has reported Other Non Operating Income for 2 years, with the latest figure at $757.7 million in Q4 2013.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -1.14 Bn |
| Sep 30, 2013 | 63.26 Mn |
| Sep 30, 2012 | 6.33 Mn |
| Dec 31, 2011 | -25.15 Mn |
Vodafone Group Public Ltd Co Other 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=other-non-operating-income&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();