Vodafone Group Public Ltd Co (VOD) Change in Inventory (2009 - 2013)
Vodafone Group Public (VOD) posted Change in Inventory of $279.3 million for Q3 2013, up 155.95% on a QoQ basis from $109.1 million in Q3 2012, and up 155.95% year-over-year from $109.1 million in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Change in Inventory (2009 - 2013) Analysis & Trends
Vodafone Group Public has reported Change in Inventory for 3 years, with the latest figure at $279.3 million in Q3 2013.
- On a quarterly basis, Change in Inventory rose 155.95% year-over-year to $279.3 million in Q3 2013; TTM through Sep 2013 was $382.1 million, a 4583.4% increase from a year earlier, with the FY2013 full-year figure at $54.0 million, up 139.42% from the prior year.
- Change in Inventory was $279.3 million for Q3 2013 at Vodafone Group Public, up from $109.1 million in the prior quarter.
- The five-year high for Change in Inventory was $279.3 million in Q3 2013, with the low at $109.1 million in Q3 2012.
- Average Change in Inventory over 3 years is $168.3 million, with a median of $116.4 million recorded in 2009.
- The largest YoY upside for Change in Inventory was 155.95% in 2013 against a maximum downside of 155.95% in 2013.
- Over 3 years, Change in Inventory stood at $116.4 million in 2009, then declined by 6.26% to $109.1 million in 2012, then soared by 155.95% to $279.3 million in 2013.
- The last three Change in Inventory figures came in at $279.3 million (Q3 2013), $109.1 million (Q3 2012), and $116.4 million (Q1 2009), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 279.27 Mn |
| Sep 30, 2012 | -110.70 Mn |
| Mar 31, 2009 | 116.40 Mn |
Vodafone Group Public Ltd Co Change in 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=change-in-inventory&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-inventory&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();