Vodafone Group Public Ltd Co (VOD) Cash from Operations (2012 - 2014)
Vodafone Group Public (VOD) posted Cash from Operations of $9.9 billion for Q4 2014, up 64.89% on a QoQ basis from $6.0 billion in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Cash from Operations (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Cash from Operations for 3 years, with the latest figure at $9.9 billion in Q4 2014.
- On a quarterly basis, Cash from Operations changed N/A year-over-year to $9.9 billion in Q4 2014; TTM through Dec 2014 was $38.2 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $9.9 billion, down 41.45% from the prior year.
- Cash from Operations was $9.9 billion for Q4 2014 at Vodafone Group Public, up from $6.0 billion in the prior quarter.
- The five-year high for Cash from Operations was $16.3 billion in Q2 2013, with the low at $6.0 billion in Q3 2013.
- Average Cash from Operations over 3 years is $9.5 billion, with a median of $7.9 billion recorded in 2012.
- The largest YoY upside for Cash from Operations was 0.58% in 2013 against a maximum downside of 0.58% in 2013.
- Over 3 years, Cash from Operations stood at $6.0 billion in 2012, then retreated by 0.58% to $6.0 billion in 2013, then surged by 64.89% to $9.9 billion in 2014.
- The last three Cash from Operations figures came in at $9.9 billion (Q4 2014), $6.0 billion (Q3 2013), and $16.3 billion (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 9.87 Bn |
| Sep 30, 2013 | 5.98 Bn |
| May 23, 2013 | 16.29 Bn |
| Sep 30, 2012 | 6.02 Bn |
Vodafone Group Public Ltd Co Cash from Operations 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-operations&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();