Vodafone Group Public Ltd Co (VOD) Interest Coverage Ratio (2012 - 2014)
Vodafone Group Public (VOD) posted Interest Coverage Ratio of 2.52 for Q4 2014, down 19.39% on a QoQ basis from 3.12 in Q3 2013.
Vodafone Group Public Ltd Co (VOD) Interest Coverage Ratio (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Interest Coverage Ratio for 4 years, with the latest figure at 2.52 in Q4 2014.
- On a quarterly basis, Interest Coverage Ratio changed N/A year-over-year to 2.52 in Q4 2014; TTM through Dec 2014 was 4.77, a N/A change from a year earlier, with the FY2014 full-year figure at 2.52, up 195.22% from the prior year.
- Interest Coverage Ratio was 2.52 for Q4 2014 at Vodafone Group Public, down from 3.12 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 3.76 in Q3 2012, with the low at 17.42 in Q4 2010.
- Average Interest Coverage Ratio over 4 years is 3.77, with a median of 0.06 recorded in 2014.
- The largest YoY upside for Interest Coverage Ratio was 17.02% in 2013 against a maximum downside of 17.02% in 2013.
- Over 4 years, Interest Coverage Ratio stood at 17.42 in 2010, then jumped by 31.22% to 11.98 in 2012, then soared by 126.07% to 3.12 in 2013, then slipped by 19.39% to 2.52 in 2014.
- The last three Interest Coverage Ratio figures came in at 2.52 (Q4 2014), 3.12 (Q3 2013), and 2.64 (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -2.52 |
| Sep 30, 2013 | 3.12 |
| May 23, 2013 | 2.64 |
| Dec 31, 2012 | 9.52 |
| Sep 30, 2012 | -3.76 |
Vodafone Group Public Ltd Co Interest Coverage 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=interest-coverage-ratio&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();