Vodafone Group Public Ltd Co (VOD) Cash from Financing Activities (2009 - 2014)
Vodafone Group Public (VOD) posted Cash from Financing Activities of $54.3 billion for Q4 2014, up 1121.86% on a QoQ basis from $4.4 billion in Q4 2013, and up 1121.86% year-over-year from $4.4 billion in Q4 2013.
Vodafone Group Public Ltd Co (VOD) Cash from Financing Activities (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Cash from Financing Activities for 6 years, with the latest figure at $54.3 billion in Q4 2014.
- On a quarterly basis, Cash from Financing Activities rose 1121.86% year-over-year to $54.3 billion in Q4 2014; TTM through Dec 2014 was $65.2 billion, a 83.07% increase from a year earlier, with the FY2014 full-year figure at -$54.4 billion, down 1065.09% from the prior year.
- Cash from Financing Activities was $54.3 billion for Q4 2014 at Vodafone Group Public, up from $4.4 billion in the prior quarter.
- The five-year high for Cash from Financing Activities was $54.3 billion in Q4 2014, with the low at -$5.6 billion in Q3 2012.
- Average Cash from Financing Activities over 5 years is $13.3 billion, with a median of $10.1 billion recorded in 2010.
- The sharpest annual moves came in 2013 and 2014: Cash from Financing Activities sank 82.01% in 2013, then jumped 1121.86% in 2014.
- Over 5 years, Cash from Financing Activities stood at $9.2 billion in 2010, then surged by 40.37% to $13.0 billion in 2011, then soared by 90.15% to $24.7 billion in 2012, then tumbled by 82.01% to $4.4 billion in 2013, then jumped by 1121.86% to $54.3 billion in 2014.
- The last three Cash from Financing Activities figures came in at $54.3 billion (Q4 2014), $4.4 billion (Q4 2013), and $11.0 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 54.26 Bn |
| Dec 31, 2013 | 4.44 Bn |
| Sep 30, 2013 | 11.00 Bn |
| May 23, 2013 | -4.50 Bn |
| Dec 31, 2012 | 24.68 Bn |
| Sep 30, 2012 | -5.58 Bn |
| Dec 31, 2011 | 12.98 Bn |
| Dec 31, 2010 | 9.25 Bn |
| Dec 31, 2009 | 4.18 Bn |
Vodafone Group Public Ltd Co Cash from Financing 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-financing-activities&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();