Vodafone Group Public Ltd Co (VOD) Other Non-Current Liabilities (2009 - 2013)
Vodafone Group Public (VOD) posted Other Non-Current Liabilities of $2.1 billion for Q4 2013, up 4.04% on a QoQ basis from $2.1 billion in Q4 2012, and up 4.04% year-over-year from $2.1 billion in Q4 2012.
Vodafone Group Public Ltd Co (VOD) Other Non-Current Liabilities (2009 - 2013) Analysis & Trends
Vodafone Group Public has reported Other Non-Current Liabilities for 5 years, with the latest figure at $2.1 billion in Q4 2013.
- On a quarterly basis, Other Non-Current Liabilities rose 4.04% year-over-year to $2.1 billion in Q4 2013; TTM through Dec 2013 was $2.1 billion, a 4.04% increase from a year earlier, with the FY2013 full-year figure at $2.1 billion, up 4.04% from the prior year.
- Other Non-Current Liabilities was $2.1 billion for Q4 2013 at Vodafone Group Public, up from $2.1 billion in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $2.1 billion in Q4 2013, with the low at $1.5 billion in Q4 2010.
- Average Other Non-Current Liabilities over 5 years is $1.8 billion, with a median of $1.9 billion recorded in 2009.
- The sharpest annual moves came in 2010 and 2012: Other Non-Current Liabilities retreated 22.0% in 2010, then surged 35.62% in 2012.
- Over 5 years, Other Non-Current Liabilities stood at $1.9 billion in 2009, then declined by 22.0% to $1.5 billion in 2010, then climbed by 3.55% to $1.5 billion in 2011, then soared by 35.62% to $2.1 billion in 2012, then gained by 4.04% to $2.1 billion in 2013.
- The last three Other Non-Current Liabilities figures came in at $2.1 billion (Q4 2013), $2.1 billion (Q4 2012), and $1.5 billion (Q4 2011), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 2.14 Bn |
| Dec 31, 2012 | 2.06 Bn |
| Dec 31, 2011 | 1.52 Bn |
| Dec 31, 2010 | 1.46 Bn |
| Dec 31, 2009 | 1.88 Bn |
Vodafone Group Public Ltd Co Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();