Vodafone Group Public Ltd Co (VOD) Net Cash Flow (2009 - 2014)
Vodafone Group Public (VOD) posted Net Cash Flow of $112.8 billion for Q4 2014, up 2420.81% on a QoQ basis from -$4.9 billion in Q4 2013, and up 2420.81% year-over-year from $4.5 billion in Q4 2013.
Vodafone Group Public Ltd Co (VOD) Net Cash Flow (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Net Cash Flow for 6 years, with the latest figure at $112.8 billion in Q4 2014.
- On a quarterly basis, Net Cash Flow rose 2420.81% year-over-year to $112.8 billion in Q4 2014; TTM through Dec 2014 was $127.6 billion, a 223.42% increase from a year earlier, with the FY2014 full-year figure at $4.3 billion, up 704.76% from the prior year.
- Net Cash Flow was $112.8 billion for Q4 2014 at Vodafone Group Public, up from -$4.9 billion in the prior quarter.
- The five-year high for Net Cash Flow was $112.8 billion in Q4 2014, with the low at -$4.9 billion in Q4 2013.
- Average Net Cash Flow over 5 years is $22.3 billion, with a median of $14.6 billion recorded in 2011.
- The sharpest annual moves came in 2013 and 2014: Net Cash Flow slumped 119.7% in 2013, then surged 2420.81% in 2014.
- Over 5 years, Net Cash Flow stood at $21.0 billion in 2010, then slumped by 52.27% to $10.0 billion in 2011, then soared by 146.27% to $24.7 billion in 2012, then slumped by 119.7% to -$4.9 billion in 2013, then soared by 2420.81% to $112.8 billion in 2014.
- The last three Net Cash Flow figures came in at $112.8 billion (Q4 2014), -$4.9 billion (Q4 2013), and $19.1 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 112.84 Bn |
| Dec 31, 2013 | -4.86 Bn |
| Sep 30, 2013 | 19.12 Bn |
| May 23, 2013 | 518.02 Mn |
| Dec 31, 2012 | 24.35 Bn |
| Sep 30, 2012 | -4.55 Bn |
| Dec 31, 2011 | 13.31 Bn |
| Dec 31, 2010 | 21.00 Bn |
| Dec 31, 2009 | 15.34 Bn |
Vodafone Group Public Ltd Co Net Cash Flow 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=net-cash-flow&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();