Vodafone Group Public Ltd Co (VOD) Change in Cash (2010 - 2014)
Vodafone Group Public (VOD) posted Change in Cash of -$22.5 billion for Q4 2015, down 240.34% on a QoQ basis from $16.0 billion in Q4 2014, and down 240.34% year-over-year from $16.0 billion in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Change in Cash (2010 - 2014) Analysis & Trends
Vodafone Group Public has reported Change in Cash for 5 years, with the latest figure at -$22.5 billion in Q4 2015.
- On a quarterly basis, Change in Cash fell 240.34% year-over-year to -$22.5 billion in Q4 2015; TTM through Dec 2015 was $12.8 billion, a 72.63% decrease from a year earlier, with the FY2016 full-year figure at $1.5 billion, changed N/A from the prior year.
- Change in Cash was -$22.5 billion for Q4 2015 at Vodafone Group Public, down from $16.0 billion in the prior quarter.
- The five-year high for Change in Cash was $16.0 billion in Q4 2014, with the low at -$22.5 billion in Q4 2015.
- Average Change in Cash over 4 years is $5.1 billion, with a median of $9.6 billion recorded in 2013.
- The sharpest annual moves came in 2013 and 2015: Change in Cash jumped 34.14% in 2013, then slumped 240.34% in 2015.
- Over 4 years, Change in Cash stood at $6.4 billion in 2012, then surged by 34.14% to $8.6 billion in 2013, then surged by 85.39% to $16.0 billion in 2014, then tumbled by 240.34% to -$22.5 billion in 2015.
- The last three Change in Cash figures came in at -$22.5 billion (Q4 2015), $16.0 billion (Q4 2014), and $10.7 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 4.31 Bn |
| Sep 30, 2013 | 2.87 Bn |
| May 23, 2013 | 518.02 Mn |
| Sep 30, 2012 | -4.55 Bn |
| Dec 31, 2010 | -357.05 Mn |
Vodafone Group Public Ltd Co Change in Cash 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=change-in-cash&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();