Vodafone Group Public Ltd Co (VOD) Capital Expenditures (2009 - 2015)
Vodafone Group Public (VOD) posted Capital Expenditures of $2.6 billion for Q4 2015, down 63.01% on a QoQ basis from $7.0 billion in Q4 2014, and down 63.01% year-over-year from $7.0 billion in Q4 2014.
Vodafone Group Public Ltd Co (VOD) Capital Expenditures (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Capital Expenditures for 7 years, with the latest figure at $2.6 billion in Q4 2015.
- On a quarterly basis, Capital Expenditures fell 63.01% year-over-year to $2.6 billion in Q4 2015; TTM through Dec 2015 was $20.3 billion, a 4.63% decrease from a year earlier, with the FY2016 full-year figure at -$12.9 billion, changed N/A from the prior year.
- Capital Expenditures was $2.6 billion for Q4 2015 at Vodafone Group Public, down from $7.0 billion in the prior quarter.
- The five-year high for Capital Expenditures was $8.3 billion in Q3 2014, with the low at -$7.1 billion in Q2 2013.
- Average Capital Expenditures over 5 years is $3.1 billion, with a median of $3.6 billion recorded in 2013.
- The largest YoY upside for Capital Expenditures was 212.25% in 2013 against a maximum downside of 67.54% in 2013.
- Over 5 years, Capital Expenditures stood at $6.8 billion in 2011, then advanced by 11.86% to $7.6 billion in 2012, then tumbled by 67.54% to $2.5 billion in 2013, then surged by 180.62% to $7.0 billion in 2014, then sank by 63.01% to $2.6 billion in 2015.
- The last three Capital Expenditures figures came in at $2.6 billion (Q4 2015), $7.0 billion (Q4 2014), and $8.3 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 2.58 Bn |
| Dec 31, 2014 | 6.97 Bn |
| Dec 31, 2013 | 6.41 Bn |
| Sep 30, 2013 | 3.56 Bn |
| May 23, 2013 | -7.11 Bn |
| Dec 31, 2012 | 7.65 Bn |
| Sep 30, 2012 | -3.17 Bn |
| Dec 31, 2011 | 6.84 Bn |
| Dec 31, 2010 | 7.65 Bn |
| Dec 31, 2009 | 8.50 Bn |
Vodafone Group Public Ltd Co Capital Expenditures 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=capital-expenditures&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();