Viking Therapeutics (VKTX) Treasury Shares (2022 - 2023)
Viking Therapeutics' (VKTX) quarterly Treasury Shares came in at $6.8 million in Q4 2023, little changed year-over-year from $6.8 million in Q4 2022, and little changed quarter-over-quarter from $6.8 million in Q3 2023.
Viking Therapeutics (VKTX) Treasury Shares (2022 - 2023) Analysis & Trends
Viking Therapeutics has disclosed Treasury Shares across 2 years of filings, most recently posting $6.8 million for Q4 2023.
- In Q4 2023, Treasury Shares changed 0.0% year-over-year to $6.8 million; the TTM figure through Dec 2023 stood at $6.8 million (changed 0.0% YoY), while the FY2023 annual figure was $6.8 million, changed 0.0% from the prior year.
- Treasury Shares came in at $2.2 million for Q4 2023 at Viking Therapeutics, roughly flat from $2.2 million in the prior quarter.
- In the past five years, Treasury Shares ranged from a high of $2.2 million in Q2 2022 to a low of $1.5 million in Q1 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 711.62 Mn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 77.11 Mn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 1.11 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -49.00 Mn |
| 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 | 3.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 |
|---|---|
| Dec 31, 2023 | 6.80 Mn |
| Dec 31, 2023 | 2.19 Mn |
| Dec 31, 2023 | 6.80 Mn |
| Dec 31, 2023 | 2.19 Mn |
| Sep 30, 2023 | 2.19 Mn |
| Sep 30, 2023 | 6.80 Mn |
| Sep 30, 2023 | 2.19 Mn |
| Sep 30, 2023 | 6.80 Mn |
| Jun 30, 2023 | 2.19 Mn |
| Jun 30, 2023 | 6.80 Mn |
| Jun 30, 2023 | 6.80 Mn |
| Jun 30, 2023 | 2.19 Mn |
| Mar 31, 2023 | 2.19 Mn |
| Mar 31, 2023 | 2.19 Mn |
| Mar 31, 2023 | 6.80 Mn |
| Mar 31, 2023 | 6.80 Mn |
| Dec 31, 2022 | 6.80 Mn |
| Dec 31, 2022 | 2.19 Mn |
| Dec 31, 2022 | 2.19 Mn |
| Dec 31, 2022 | 6.80 Mn |
Viking Therapeutics Treasury Shares 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=treasury-shares&ticker=VKTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=VKTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();