Vodafone Group Public Ltd Co (VOD) Accounts Payables (2009 - 2015)
Vodafone Group Public (VOD) posted Accounts Payables of $1.9 billion for Q1 2015, down 9.64% on a QoQ basis from $2.1 billion in Q4 2014, and down 13.48% year-over-year from $2.2 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Accounts Payables (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Accounts Payables for 7 years, with the latest figure at $1.9 billion in Q1 2015.
- On a quarterly basis, Accounts Payables fell 13.48% year-over-year to $1.9 billion in Q1 2015; TTM through Mar 2015 was $1.9 billion, a 13.48% decrease from a year earlier, with the FY2015 full-year figure at $1.9 billion, down 9.93% from the prior year.
- Accounts Payables was $1.9 billion for Q1 2015 at Vodafone Group Public, down from $2.1 billion in the prior quarter.
- The five-year high for Accounts Payables was $2.3 billion in Q2 2013, with the low at $33.2 million in Q3 2012.
- Average Accounts Payables over 5 years is $1.7 billion, with a median of $2.0 billion recorded in 2013.
- The sharpest annual moves came in 2012 and 2013: Accounts Payables tumbled 96.92% in 2012, then soared 5828.58% in 2013.
- Over 5 years, Accounts Payables stood at $1.3 billion in 2011, then jumped by 68.27% to $2.1 billion in 2012, then dropped by 0.47% to $2.1 billion in 2013, then increased by 0.25% to $2.1 billion in 2014, then slipped by 9.64% to $1.9 billion in 2015.
- The last three Accounts Payables figures came in at $1.9 billion (Q1 2015), $2.1 billion (Q4 2014), and $1.6 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 1.92 Bn |
| Dec 31, 2014 | 2.12 Bn |
| Sep 30, 2014 | 1.61 Bn |
| Mar 31, 2014 | 2.22 Bn |
| Dec 31, 2013 | 2.12 Bn |
| Sep 30, 2013 | 1.97 Bn |
| May 23, 2013 | 2.28 Bn |
| Mar 31, 2013 | 2.03 Bn |
| Dec 31, 2012 | 2.13 Bn |
| Sep 30, 2012 | 33.21 Mn |
| Mar 31, 2012 | 2.08 Bn |
| Dec 31, 2011 | 1.26 Bn |
| Sep 30, 2011 | 1.08 Bn |
| Mar 31, 2011 | 1.29 Bn |
| Dec 31, 2010 | 1.29 Bn |
| Sep 30, 2010 | 1.40 Bn |
| Mar 31, 2010 | 1.27 Bn |
| Dec 31, 2009 | 1.32 Bn |
| Sep 30, 2009 | 1.18 Bn |
| Mar 31, 2009 | 1.17 Bn |
Vodafone Group Public Ltd Co Accounts Payables 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=accounts-payables&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();