Vodafone Group Public Ltd Co (VOD) Debt Ratio (2009 - 2015)
Vodafone Group Public (VOD) posted Debt Ratio of 0.33 for Q1 2015, up 39.37% on a QoQ basis from 0.23 in Q3 2014, and up 32.32% year-over-year from 0.25 in Q1 2014.
Vodafone Group Public Ltd Co (VOD) Debt Ratio (2009 - 2015) Analysis & Trends
Vodafone Group Public has reported Debt Ratio for 7 years, with the latest figure at 0.33 in Q1 2015.
- On a quarterly basis, Debt Ratio rose 32.32% year-over-year to 0.33 in Q1 2015; TTM through Mar 2015 was 0.33, a 32.32% increase from a year earlier, with the FY2015 full-year figure at 0.33, up 32.32% from the prior year.
- Debt Ratio was 0.33 for Q1 2015 at Vodafone Group Public, up from 0.23 in the prior quarter.
- The five-year high for Debt Ratio was 0.52 in Q3 2012, with the low at 0.23 in Q3 2013.
- Average Debt Ratio over 5 years is 0.29, with a median of 0.26 recorded in 2012.
- The sharpest annual moves came in 2012 and 2013: Debt Ratio soared 76.13% in 2012, then plunged 54.97% in 2013.
- Over 5 years, Debt Ratio stood at 0.29 in 2011, then jumped by 76.13% to 0.52 in 2012, then plunged by 54.97% to 0.23 in 2013, then gained by 0.57% to 0.23 in 2014, then surged by 39.37% to 0.33 in 2015.
- The last three Debt Ratio figures came in at 0.33 (Q1 2015), 0.23 (Q3 2014), and 0.25 (Q1 2014), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | 0.30 |
| Sep 30, 2014 | 0.24 |
| Mar 31, 2014 | 0.25 |
| Dec 31, 2013 | 0.47 |
| Sep 30, 2013 | 0.23 |
| May 23, 2013 | 0.27 |
| Mar 31, 2013 | 0.29 |
| Dec 31, 2012 | 0.26 |
| Sep 30, 2012 | 0.23 |
| Mar 31, 2012 | 0.26 |
| Dec 31, 2011 | 0.43 |
| Sep 30, 2011 | 0.25 |
| Mar 31, 2011 | 0.25 |
| Dec 31, 2010 | 0.49 |
| Sep 30, 2010 | 0.24 |
| Mar 31, 2010 | 0.28 |
| Dec 31, 2009 | 0.28 |
| Sep 30, 2009 | 0.25 |
| Mar 31, 2009 | 0.28 |
Vodafone Group Public Ltd Co Debt Ratio 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=debt-ratio&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();