Vodafone Group Public Ltd Co (VOD) Gains from Investment Securities (2012 - 2014)
Vodafone Group Public (VOD) posted Gains from Investment Securities of $5.4 billion for Q3 2013, up 177985.69% on a QoQ basis from $3.0 million in Q2 2013, and up 171477.98% year-over-year from N/an in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Gains from Investment Securities (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Gains from Investment Securities for 2 years, with the latest figure at $5.4 billion in Q3 2013.
- On a quarterly basis, Gains from Investment Securities rose 171477.98% year-over-year to $5.4 billion in Q3 2013; TTM through Sep 2013 was $5.4 billion, a 1060.82% increase from a year earlier, with the FY2015 full-year figure at $891.5 million, changed N/A from the prior year.
- Gains from Investment Securities was $5.4 billion for Q3 2013 at Vodafone Group Public, up from $3.0 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $5.4 billion in Q3 2013, with the low at $3.0 million in Q2 2013.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 2.35 Bn |
| Sep 30, 2013 | 1.83 Bn |
| May 23, 2013 | 2.32 Bn |
| Sep 30, 2012 | 2.39 Bn |
Vodafone Group Public Ltd Co Gains from Investment Securities 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=gains-from-investment-securities&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();