Vodafone Group Public Ltd Co (VOD) Long-Term Investments (2009 - 2015)
Vodafone Group Public (VOD) posted Long-Term Investments of $5.7 billion for Q1 2015, up 1.22% on a QoQ basis from $5.6 billion in Q4 2014, and down 3.08% year-over-year from $5.9 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Long-Term Investments (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Long-Term Investments for 7 years, with the latest figure at $5.7 billion in Q1 2015.
- On a quarterly basis, Long-Term Investments fell 3.08% year-over-year to $5.7 billion in Q1 2015; TTM through Mar 2015 was $5.7 billion, a 3.08% decrease from a year earlier, with the FY2015 full-year figure at $5.7 billion, up 0.89% from the prior year.
- Long-Term Investments was $5.7 billion for Q1 2015 at Vodafone Group Public, up from $5.6 billion in the prior quarter.
- The five-year high for Long-Term Investments was $56.5 billion in Q3 2012, with the low at $1.1 billion in Q3 2013.
- Average Long-Term Investments over 5 years is $6.7 billion, with a median of $2.1 billion recorded in 2011.
- The sharpest annual moves came in 2012 and 2013: Long-Term Investments surged 2787.62% in 2012, then tumbled 98.02% in 2013.
- Over 5 years, Long-Term Investments stood at $2.2 billion in 2011, then sank by 41.47% to $1.3 billion in 2012, then fell by 1.47% to $1.3 billion in 2013, then jumped by 349.8% to $5.6 billion in 2014, then rose by 1.22% to $5.7 billion in 2015.
- The last three Long-Term Investments figures came in at $5.7 billion (Q1 2015), $5.6 billion (Q4 2014), and $6.1 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 5.70 Bn |
| Dec 31, 2014 | 5.63 Bn |
| Sep 30, 2014 | 6.06 Bn |
| Mar 31, 2014 | 5.88 Bn |
| Dec 31, 2013 | 1.25 Bn |
| Sep 30, 2013 | 1.12 Bn |
| May 23, 2013 | 1.18 Bn |
| Mar 31, 2013 | 1.20 Bn |
| Dec 31, 2012 | 1.27 Bn |
| Sep 30, 2012 | 56.55 Bn |
| Mar 31, 2012 | 1.24 Bn |
| Dec 31, 2011 | 2.17 Bn |
| Sep 30, 2011 | 1.96 Bn |
| Mar 31, 2011 | 2.21 Bn |
| Dec 31, 2010 | 11.99 Bn |
| Sep 30, 2010 | 6.13 Bn |
| Mar 31, 2010 | 11.85 Bn |
| Dec 31, 2009 | 11.53 Bn |
| Sep 30, 2009 | 12.22 Bn |
| Mar 31, 2009 | 10.15 Bn |
Vodafone Group Public Ltd Co Long-Term Investments 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=long-term-investments&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();