Vodafone Group Public Ltd Co (VOD) Total Non-Current Liabilities (2009 - 2014)
Vodafone Group Public (VOD) posted Total Non-Current Liabilities of $41.4 billion for Q1 2014, up 48.1% on a QoQ basis from $28.0 billion in Q4 2013, and down 28.92% year-over-year from $58.2 billion in Q1 2013.
Vodafone Group Public Ltd Co (VOD) Total Non-Current Liabilities (2009 - 2014) Analysis & Trends
Vodafone Group Public has reported Total Non-Current Liabilities for 6 years, with the latest figure at $41.4 billion in Q1 2014.
- On a quarterly basis, Total Non-Current Liabilities fell 28.92% year-over-year to $41.4 billion in Q1 2014; TTM through Mar 2014 was $41.4 billion, a 28.92% decrease from a year earlier, with the FY2014 full-year figure at $39.8 billion, down 32.85% from the prior year.
- Total Non-Current Liabilities was $41.4 billion for Q1 2014 at Vodafone Group Public, up from $28.0 billion in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $60.0 billion in Q4 2012, with the low at $7.4 billion in Q4 2011.
- Average Total Non-Current Liabilities over 5 years is $38.7 billion, with a median of $39.3 billion recorded in 2010.
- The sharpest annual moves came in 2011 and 2012: Total Non-Current Liabilities tumbled 80.04% in 2011, then soared 708.6% in 2012.
- Over 5 years, Total Non-Current Liabilities stood at $37.2 billion in 2010, then sank by 80.04% to $7.4 billion in 2011, then surged by 708.6% to $60.0 billion in 2012, then plunged by 53.39% to $28.0 billion in 2013, then surged by 48.1% to $41.4 billion in 2014.
- The last three Total Non-Current Liabilities figures came in at $41.4 billion (Q1 2014), $28.0 billion (Q4 2013), and $58.2 billion (Q1 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 41.40 Bn |
| Dec 31, 2013 | 26.32 Bn |
| Mar 31, 2013 | 58.25 Bn |
| Dec 31, 2012 | 59.98 Bn |
| Dec 31, 2011 | 7.41 Bn |
| Dec 31, 2010 | -6.84 Bn |
| Dec 31, 2009 | 65.30 Bn |
Vodafone Group Public Ltd Co Total 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=total-non-current-liabilities&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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=total-non-current-liabilities&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();