Viking Therapeutics (VKTX) Other Working Capital Changes (2014 - 2026)
Viking Therapeutics' (VKTX) quarterly Other Working Capital Changes came in at $10.7 million in Q2 2026, up 110.96% year-over-year from $5.1 million in Q2 2025, and up 331.98% quarter-over-quarter from -$4.6 million in Q1 2026.
Viking Therapeutics (VKTX) Other Working Capital Changes (2014 - 2026) Analysis & Trends
Viking Therapeutics has disclosed Other Working Capital Changes across 13 years of filings, most recently posting $10.7 million for Q2 2026.
- In Q2 2026, Other Working Capital Changes rose 110.96% year-over-year to $10.7 million; the TTM figure through Jun 2026 stood at -$3.3 million (down 121.03% YoY), while the FY2025 annual figure was $5.2 million, up 1265.7% from the prior year.
- Other Working Capital Changes came in at $10.7 million for Q2 2026 at Viking Therapeutics, up from -$4.6 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $10.7 million in Q2 2026 to a low of -$14.3 million in Q4 2025.
- Average Other Working Capital Changes over 5 years is $421277.8, with a median of $68500.0 recorded in 2023.
- Year-over-year, Other Working Capital Changes sank 2694.83% in 2024 and soared 6341.77% in 2025.
- Over 5 years, Other Working Capital Changes stood at $1.4 million in 2022, then tumbled by 95.95% to $58000.0 in 2023, then slumped by 2694.83% to -$1.5 million in 2024, then slumped by 848.7% to -$14.3 million in 2025, then surged by 175.19% to $10.7 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were $10.7 million in Q2 2026, -$4.6 million in Q1 2026, and -$14.3 million in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | 10.74 Mn |
| Jun 30, 2026 | 10.74 Mn |
| Mar 31, 2026 | -4.63 Mn |
| Mar 31, 2026 | -4.63 Mn |
| Dec 31, 2025 | -14.28 Mn |
| Dec 31, 2025 | -14.28 Mn |
| Sep 30, 2025 | 4.83 Mn |
| Sep 30, 2025 | 4.83 Mn |
| Jun 30, 2025 | 5.09 Mn |
| Jun 30, 2025 | 5.09 Mn |
| Mar 31, 2025 | 9.55 Mn |
| Mar 31, 2025 | 9.55 Mn |
| Dec 31, 2024 | -1.51 Mn |
| Dec 31, 2024 | -1.51 Mn |
| Sep 30, 2024 | 2.73 Mn |
| Sep 30, 2024 | 2.73 Mn |
| Jun 30, 2024 | 79,000.00 |
| Jun 30, 2024 | 79,000.00 |
| Mar 31, 2024 | -1.75 Mn |
| Mar 31, 2024 | -1.75 Mn |
Viking Therapeutics Other Working Capital Changes 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=other-working-capital-changes&ticker=VKTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=VKTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();