Vodafone Group Public Ltd Co (VOD) Cash from Investing Activities (2009 - 2014)
Vodafone Group Public (VOD) posted Cash from Investing Activities of $48.7 billion for Q4 2014, up 623.58% on a QoQ basis from -$9.3 billion in Q4 2013, and up 623.58% year-over-year from $6.7 billion in Q4 2013.
Vodafone Group Public Ltd Co (VOD) Cash from Investing Activities (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Cash from Investing Activities for 6 years, with the latest figure at $48.7 billion in Q4 2014.
- On a quarterly basis, Cash from Investing Activities rose 623.58% year-over-year to $48.7 billion in Q4 2014; TTM through Dec 2014 was $30.3 billion, a 229.24% increase from a year earlier, with the FY2014 full-year figure at $48.9 billion, up 517.88% from the prior year.
- Cash from Investing Activities was $48.7 billion for Q4 2014 at Vodafone Group Public, up from -$9.3 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was $48.7 billion in Q4 2014, with the low at -$11.3 billion in Q2 2013.
- Average Cash from Investing Activities over 5 years is $4.9 billion, with a median of -$3.0 billion recorded in 2011.
- The sharpest annual moves came in 2011 and 2014: Cash from Investing Activities sank 125.17% in 2011, then soared 623.58% in 2014.
- Over 5 years, Cash from Investing Activities stood at $11.7 billion in 2010, then sank by 125.17% to -$3.0 billion in 2011, then plunged by 68.85% to -$5.0 billion in 2012, then tumbled by 86.29% to -$9.3 billion in 2013, then jumped by 623.58% to $48.7 billion in 2014.
- The last three Cash from Investing Activities figures came in at $48.7 billion (Q4 2014), -$9.3 billion (Q4 2013), and $2.1 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 48.71 Bn |
| Dec 31, 2013 | -9.30 Bn |
| Sep 30, 2013 | 2.14 Bn |
| May 23, 2013 | -11.27 Bn |
| Dec 31, 2012 | -330.81 Mn |
| Sep 30, 2012 | -4.99 Bn |
| Dec 31, 2011 | 326.89 Mn |
| Dec 31, 2010 | 11.75 Bn |
| Dec 31, 2009 | 11.16 Bn |
Vodafone Group Public Ltd Co Cash from Investing Activities 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=cash-from-investing-activities&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();