Vodafone Group Public Ltd Co (VOD) Change in Receivables (2009 - 2015)
Vodafone Group Public (VOD) posted Change in Receivables of $9.3 million for Q3 2013, down 99.01% on a QoQ basis from $933.0 million in Q3 2012, and down 99.01% year-over-year from $933.0 million in Q3 2012.
Vodafone Group Public Ltd Co (VOD) Change in Receivables (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Change in Receivables for 3 years, with the latest figure at $9.3 million in Q3 2013.
- On a quarterly basis, Change in Receivables fell 99.01% year-over-year to $9.3 million in Q3 2013; TTM through Sep 2013 was $462.5 million, a 28.97% increase from a year earlier, with the FY2016 full-year figure at -$10.3 billion, changed N/A from the prior year.
- Change in Receivables was $9.3 million for Q3 2013 at Vodafone Group Public, down from $933.0 million in the prior quarter.
- The five-year high for Change in Receivables was $933.0 million in Q3 2012, with the low at $9.3 million in Q3 2013.
- Average Change in Receivables over 3 years is $352.4 million, with a median of $115.0 million recorded in 2009.
- The largest YoY upside for Change in Receivables was 99.01% in 2013 against a maximum downside of 99.01% in 2013.
- Over 3 years, Change in Receivables stood at $115.0 million in 2009, then surged by 711.61% to $933.0 million in 2012, then sank by 99.01% to $9.3 million in 2013.
- The last three Change in Receivables figures came in at $9.3 million (Q3 2013), $933.0 million (Q3 2012), and $115.0 million (Q1 2009), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -5.29 Bn |
| Dec 31, 2014 | 18.46 Bn |
| Dec 31, 2013 | -3.81 Bn |
| Sep 30, 2013 | 9.26 Mn |
| May 23, 2013 | -3.86 Bn |
| Dec 31, 2012 | 8.72 Bn |
| Sep 30, 2012 | -2.32 Bn |
| Mar 31, 2009 | 114.96 Mn |
Vodafone Group Public Ltd Co Change in Receivables 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-receivables&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();