Vodafone Group Public Ltd Co (VOD) Short term Debt (2009 - 2015)
Vodafone Group Public (VOD) posted Short term Debt of $19.1 billion for Q1 2015, up 55.98% on a QoQ basis from $12.3 billion in Q4 2014, and up 49.34% year-over-year from $12.8 billion in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Short term Debt (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Short term Debt for 7 years, with the latest figure at $19.1 billion in Q1 2015.
- On a quarterly basis, Short term Debt rose 49.34% year-over-year to $19.1 billion in Q1 2015; TTM through Mar 2015 was $19.1 billion, a 49.34% increase from a year earlier, with the FY2015 full-year figure at $19.1 billion, up 55.47% from the prior year.
- Short term Debt was $19.1 billion for Q1 2015 at Vodafone Group Public, up from $12.3 billion in the prior quarter.
- The five-year high for Short term Debt was $19.1 billion in Q1 2015, with the low at $9.8 billion in Q1 2012.
- Average Short term Debt over 5 years is $15.2 billion, with a median of $15.7 billion recorded in 2011.
- The sharpest annual moves came in 2012 and 2013: Short term Debt slumped 38.02% in 2012, then soared 90.11% in 2013.
- Over 5 years, Short term Debt stood at $15.6 billion in 2011, then tumbled by 35.45% to $10.0 billion in 2012, then jumped by 90.11% to $19.1 billion in 2013, then slumped by 35.75% to $12.3 billion in 2014, then jumped by 55.98% to $19.1 billion in 2015.
- The last three Short term Debt figures came in at $19.1 billion (Q1 2015), $12.3 billion (Q4 2014), and $17.5 billion (Q3 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 2.85 Bn |
| Dec 31, 2014 | 2.00 Bn |
| Sep 30, 2014 | -5.82 Bn |
| Mar 31, 2014 | 2.09 Bn |
| Dec 31, 2013 | 3.95 Bn |
| May 23, 2013 | -4.46 Bn |
| Dec 31, 2012 | 2.63 Bn |
| Sep 30, 2012 | -2.77 Bn |
| Mar 31, 2012 | 2.57 Bn |
| Dec 31, 2011 | 3.25 Bn |
| Dec 31, 2010 | 5.47 Bn |
| Sep 30, 2010 | -6.72 Bn |
| Mar 31, 2010 | 5.40 Bn |
| Dec 31, 2009 | 1.46 Bn |
| Sep 30, 2009 | -1.79 Bn |
| Mar 31, 2009 | 1.28 Bn |
Vodafone Group Public Ltd Co Short term Debt 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=short-term-debt&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();