Vodafone Group Public Ltd Co (VOD) Long-Term Debt Issuances (2012 - 2014)
Vodafone Group Public (VOD) posted Long-Term Debt Issuances of $1.7 billion for Q4 2014, down 79.67% on a QoQ basis from $8.3 billion in Q2 2013.
Vodafone Group Public Ltd Co (VOD) Long-Term Debt Issuances (2012 - 2014) Analysis & Trends
Vodafone Group Public has reported Long-Term Debt Issuances for 3 years, with the latest figure at $1.7 billion in Q4 2014.
- On a quarterly basis, Long-Term Debt Issuances changed N/A year-over-year to $1.7 billion in Q4 2014; TTM through Dec 2014 was $17.0 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $1.7 billion, down 80.34% from the prior year.
- Long-Term Debt Issuances was $1.7 billion for Q4 2014 at Vodafone Group Public, down from $8.3 billion in the prior quarter.
- The five-year high for Long-Term Debt Issuances was $8.3 billion in Q2 2013, with the low at $1.7 billion in Q4 2014.
- Average Long-Term Debt Issuances over 3 years is $4.1 billion, with a median of $2.4 billion recorded in 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 1.68 Bn |
| May 23, 2013 | 8.26 Bn |
| Sep 30, 2012 | 2.36 Bn |
Vodafone Group Public Ltd Co Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=VOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=VOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();