Vodafone Group Public Ltd Co (VOD) Total Liabilities (2009 - 2015)
Vodafone Group Public (VOD) posted Total Liabilities of $83.2 billion for Q1 2015, up 173.13% on a QoQ basis from -$113.7 billion in Q4 2014, and little changed year-over-year from $82.8 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Total Liabilities (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Total Liabilities for 7 years, with the latest figure at $83.2 billion in Q1 2015.
- On a quarterly basis, Total Liabilities changed 0.41% year-over-year to $83.2 billion in Q1 2015; TTM through Mar 2015 was $83.2 billion, a 0.41% change from a year earlier, with the FY2015 full-year figure at $83.2 billion, up 4.53% from the prior year.
- Total Liabilities was $83.2 billion for Q1 2015 at Vodafone Group Public, up from -$113.7 billion in the prior quarter.
- The five-year high for Total Liabilities was $108.5 billion in Q2 2013, with the low at -$137.6 billion in Q4 2011.
- Average Total Liabilities over 5 years is $14.2 billion, with a median of $47.3 billion recorded in 2012.
- The sharpest annual moves came in 2011 and 2012: Total Liabilities tumbled 99.72% in 2011, then jumped 3955.93% in 2012.
- Over 5 years, Total Liabilities stood at -$137.6 billion in 2011, then rose by 10.21% to -$123.5 billion in 2012, then climbed by 6.33% to -$115.7 billion in 2013, then rose by 1.73% to -$113.7 billion in 2014, then soared by 173.13% to $83.2 billion in 2015.
- The last three Total Liabilities figures came in at $83.2 billion (Q1 2015), -$113.7 billion (Q4 2014), and $86.5 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 83.18 Bn |
| Sep 30, 2014 | 86.51 Bn |
| Mar 31, 2014 | 82.84 Bn |
| Dec 31, 2013 | 28.46 Bn |
| Sep 30, 2013 | 94.75 Bn |
| May 23, 2013 | 106.97 Bn |
| Mar 31, 2013 | 102.35 Bn |
| Dec 31, 2012 | 98.56 Bn |
| Sep 30, 2012 | 52.94 Bn |
| Mar 31, 2012 | 96.42 Bn |
| Dec 31, 2011 | 8.92 Bn |
| Sep 30, 2011 | 101.21 Bn |
| Mar 31, 2011 | 101.94 Bn |
| Dec 31, 2010 | -5.38 Bn |
| Sep 30, 2010 | 105.14 Bn |
| Mar 31, 2010 | 103.28 Bn |
| Dec 31, 2009 | 110.95 Bn |
| Sep 30, 2009 | 110.31 Bn |
| Mar 31, 2009 | 97.60 Bn |
Vodafone Group Public Ltd Co Total 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-liabilities&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-liabilities&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();