Viking Therapeutics (VKTX) Convertible Debt (2014 - 2018)
Viking Therapeutics' (VKTX) quarterly Convertible Debt came in at $1.5 million in Q1 2018, down 59.6% year-over-year from $3.7 million in Q1 2017, and little changed quarter-over-quarter from $1.5 million in Q4 2017.
Viking Therapeutics (VKTX) Convertible Debt (2014 - 2018) Analysis & Trends
Viking Therapeutics has disclosed Convertible Debt across 5 years of filings, most recently posting $1.5 million for Q1 2018.
- In Q1 2018, Convertible Debt fell 59.6% year-over-year to $1.5 million; the TTM figure through Mar 2018 stood at $1.5 million (down 59.6% YoY), while the FY2017 annual figure was $1.5 million, changed 0.0% from the prior year.
- Convertible Debt came in at $1.5 million for Q1 2018 at Viking Therapeutics, roughly flat from $1.5 million in the prior quarter.
- In the past five years, Convertible Debt ranged from a high of $3.7 million in Q1 2017 to a low of $1.3 million in Q4 2014.
- Average Convertible Debt over 5 years is $1.8 million, with a median of $1.5 million recorded in 2016.
- Year-over-year, Convertible Debt jumped 119.57% in 2016 and slumped 59.6% in 2018.
- Over 5 years, Convertible Debt stood at $1.3 million in 2014, then surged by 70.2% to $2.2 million in 2015, then plunged by 30.28% to $1.5 million in 2016, then changed by 0.0% to $1.5 million in 2017, then changed by 0.0% to $1.5 million in 2018.
- Per Business Quant data, the three most recent Convertible Debt figures were $1.5 million in Q1 2018, $1.5 million in Q4 2017, and $1.5 million in Q3 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn |
| 10 | Viking Therapeutics | 4.86 Bn | 4.86 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2018 | 1.50 Mn |
| Dec 31, 2017 | 1.50 Mn |
| Sep 30, 2017 | 1.50 Mn |
| Jun 30, 2017 | 1.50 Mn |
| Mar 31, 2017 | 3.71 Mn |
| Dec 31, 2016 | 1.50 Mn |
| Sep 30, 2016 | 1.50 Mn |
| Jun 30, 2016 | 1.50 Mn |
| Mar 31, 2016 | 3.14 Mn |
| Dec 31, 2015 | 2.15 Mn |
| Mar 31, 2015 | 1.43 Mn |
| Dec 31, 2014 | 1.26 Mn |
Viking Therapeutics Convertible 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=convertible-debt&ticker=VKTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "convertible-debt", "ticker": "VKTX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=convertible-debt&ticker=VKTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();