Vodafone Group Public Ltd Co (VOD) Invested Capital (2009 - 2015)
Vodafone Group Public (VOD) posted Invested Capital of $163.6 billion for Q1 2015, up 1.3% on a QoQ basis from $161.5 billion in Q4 2014, and down 3.01% year-over-year from $168.7 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Invested Capital (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Invested Capital for 7 years, with the latest figure at $163.6 billion in Q1 2015.
- On a quarterly basis, Invested Capital fell 3.01% year-over-year to $163.6 billion in Q1 2015; TTM through Mar 2015 was $163.6 billion, a 3.01% decrease from a year earlier, with the FY2015 full-year figure at $163.6 billion, up 0.97% from the prior year.
- Invested Capital was $163.6 billion for Q1 2015 at Vodafone Group Public, up from $161.5 billion in the prior quarter.
- The five-year high for Invested Capital was $204.7 billion in Q3 2011, with the low at $33.1 billion in Q3 2012.
- Average Invested Capital over 5 years is $169.3 billion, with a median of $175.8 billion recorded in 2013.
- The sharpest annual moves came in 2012 and 2013: Invested Capital slumped 83.82% in 2012, then soared 446.24% in 2013.
- Over 5 years, Invested Capital stood at $200.4 billion in 2011, then retreated by 8.77% to $182.8 billion in 2012, then increased by 2.07% to $186.6 billion in 2013, then fell by 13.44% to $161.5 billion in 2014, then gained by 1.3% to $163.6 billion in 2015.
- The last three Invested Capital figures came in at $163.6 billion (Q1 2015), $161.5 billion (Q4 2014), and $168.8 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 158.75 Bn |
| Dec 31, 2014 | 162.00 Bn |
| Sep 30, 2014 | 168.91 Bn |
| Mar 31, 2014 | 169.20 Bn |
| Dec 31, 2013 | 185.59 Bn |
| Sep 30, 2013 | 182.20 Bn |
| May 23, 2013 | 169.05 Bn |
| Mar 31, 2013 | 174.42 Bn |
| Dec 31, 2012 | 183.80 Bn |
| Sep 30, 2012 | 16.71 Bn |
| Mar 31, 2012 | 179.82 Bn |
| Dec 31, 2011 | 201.02 Bn |
| Sep 30, 2011 | 193.73 Bn |
| Mar 31, 2011 | 201.52 Bn |
| Dec 31, 2010 | 211.81 Bn |
| Sep 30, 2010 | 198.99 Bn |
| Mar 31, 2010 | 209.25 Bn |
| Dec 31, 2009 | 207.52 Bn |
| Sep 30, 2009 | 206.67 Bn |
| Mar 31, 2009 | 182.56 Bn |
Vodafone Group Public Ltd Co Invested Capital 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=invested-capital&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();