Viking Therapeutics (VKTX) Non-Current Debt (2015 - 2016)
Viking Therapeutics' (VKTX) quarterly Non-Current Debt came in at $2.5 million in Q1 2016, little changed quarter-over-quarter from $2.5 million in Q4 2015.
Viking Therapeutics (VKTX) Non-Current Debt (2015 - 2016) Analysis & Trends
Viking Therapeutics has disclosed Non-Current Debt across 2 years of filings, most recently posting $2.5 million for Q1 2016.
- In Q1 2016, Non-Current Debt changed N/A year-over-year to $2.5 million; the TTM figure through Mar 2016 stood at $2.5 million (changed N/A YoY), while the FY2015 annual figure was $2.5 million, changed N/A from the prior year.
- Non-Current Debt came in at $2.5 million for Q1 2016 at Viking Therapeutics, roughly flat from $2.5 million in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $2.5 million in Q4 2015 to a low of $2.5 million in Q4 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 37.34 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 62.48 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 51.08 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | - |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -5.81 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 57.30 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 26.25 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 60.50 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | - |
| 10 | Viking Therapeutics | 4.86 Bn | 4.86 Bn | - | - |
Viking Therapeutics Non-Current 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=non-current-debt&ticker=VKTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-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=non-current-debt&ticker=VKTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();