Viking Therapeutics (VKTX) Notes Payables (2014 - 2018)
Viking Therapeutics' (VKTX) quarterly Notes Payables came in at $3.7 million in Q1 2018, up 7.82% quarter-over-quarter from $3.5 million in Q4 2017.
Viking Therapeutics (VKTX) Notes Payables (2014 - 2018) Analysis & Trends
Viking Therapeutics has disclosed Notes Payables across 5 years of filings, most recently posting $3.7 million for Q1 2018.
- In Q1 2018, Notes Payables changed N/A year-over-year to $3.7 million; the TTM figure through Mar 2018 stood at $3.7 million (changed N/A YoY), while the FY2017 annual figure was $3.5 million, up 5.55% from the prior year.
- Notes Payables came in at $3.7 million for Q1 2018 at Viking Therapeutics, up from $3.5 million in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $3.7 million in Q1 2018 to a low of $304274.0 in Q4 2014.
- Average Notes Payables over 5 years is $2.4 million, with a median of $2.8 million recorded in 2016.
- Year-over-year, Notes Payables soared 47.89% in 2016 and rose 5.55% in 2017.
- Over 5 years, Notes Payables stood at $304274.0 in 2014, then jumped by 528.06% to $1.9 million in 2015, then soared by 71.09% to $3.3 million in 2016, then advanced by 5.55% to $3.5 million in 2017, then advanced by 7.82% to $3.7 million in 2018.
- Per Business Quant data, the three most recent Notes Payables figures were $3.7 million in Q1 2018, $3.5 million in Q4 2017, and $3.2 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 | 3.72 Mn |
| Dec 31, 2017 | 3.45 Mn |
| Sep 30, 2017 | 3.18 Mn |
| Jun 30, 2017 | 3.05 Mn |
| Dec 31, 2016 | 3.27 Mn |
| Sep 30, 2016 | 2.83 Mn |
| Jun 30, 2016 | 2.38 Mn |
| Sep 30, 2015 | 1.91 Mn |
| Jun 30, 2015 | 1.67 Mn |
| Mar 31, 2015 | 310,350.00 |
| Dec 31, 2014 | 304,274.00 |
Viking Therapeutics Notes Payables 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=notes-payables&ticker=VKTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=VKTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();