Vodafone Group Public Ltd Co (VOD) Inventory (2009 - 2015)
Vodafone Group Public (VOD) posted Inventory of $731.0 million for Q1 2015, up 4.63% on a QoQ basis from $698.7 million in Q4 2014, and little changed year-over-year from $729.8 million in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Inventory (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Inventory for 7 years, with the latest figure at $731.0 million in Q1 2015.
- On a quarterly basis, Inventory changed 0.17% year-over-year to $731.0 million in Q1 2015; TTM through Mar 2015 was $731.0 million, a 0.17% change from a year earlier, with the FY2015 full-year figure at $731.0 million, up 4.29% from the prior year.
- Inventory was $731.0 million for Q1 2015 at Vodafone Group Public, up from $698.7 million in the prior quarter.
- The five-year high for Inventory was $934.0 million in Q3 2011, with the low at $548.8 million in Q1 2013.
- Average Inventory over 5 years is $765.6 million, with a median of $772.0 million recorded in 2012.
- The sharpest annual moves came in 2013 and 2014: Inventory slipped 28.13% in 2013, then surged 32.98% in 2014.
- Over 5 years, Inventory stood at $843.9 million in 2011, then declined by 7.52% to $780.5 million in 2012, then dropped by 26.77% to $571.5 million in 2013, then grew by 22.25% to $698.7 million in 2014, then gained by 4.63% to $731.0 million in 2015.
- The last three Inventory figures came in at $731.0 million (Q1 2015), $698.7 million (Q4 2014), and $872.6 million (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 731.04 Mn |
| Dec 31, 2014 | 698.72 Mn |
| Sep 30, 2014 | 872.58 Mn |
| Mar 31, 2014 | 729.77 Mn |
| Dec 31, 2013 | 571.53 Mn |
| Sep 30, 2013 | 799.25 Mn |
| May 23, 2013 | 685.61 Mn |
| Mar 31, 2013 | 548.79 Mn |
| Dec 31, 2012 | 780.45 Mn |
| Sep 30, 2012 | 899.80 Mn |
| Mar 31, 2012 | 763.55 Mn |
| Dec 31, 2011 | 843.93 Mn |
| Sep 30, 2011 | 934.03 Mn |
| Mar 31, 2011 | 859.94 Mn |
| Dec 31, 2010 | 684.09 Mn |
| Sep 30, 2010 | 886.88 Mn |
| Mar 31, 2010 | 675.81 Mn |
| Dec 31, 2009 | 672.99 Mn |
| Sep 30, 2009 | 876.19 Mn |
| Mar 31, 2009 | 592.03 Mn |
Vodafone Group Public Ltd Co Inventory 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=inventory&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();