Viking Therapeutics growth metrics data for the quarter ended Jun 2026. These growth metrics cover 46 quarters of results from Mar 2015 through Jun 2026, standardized by Business Quant from the company’s SEC filings.
| Growth Metrics | Mar2015 | Jun2015 | Sep2015 | Dec2015 | Mar2016 | Jun2016 | Sep2016 | Dec2016 | Mar2017 | Jun2017 | Sep2017 | Dec2017 | Mar2018 | Jun2018 | Sep2018 | Dec2018 | Mar2019 | Jun2019 | Sep2019 | Dec2019 | Mar2020 | Jun2020 | Sep2020 | Dec2020 | Mar2021 | Jun2021 | Sep2021 | Dec2021 | Mar2022 | Jun2022 | Sep2022 | Dec2022 | Mar2023 | Jun2023 | Sep2023 | Dec2023 | Mar2024 | Jun2024 | Sep2024 | Dec2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 | Mar2026 | Jun2026 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Growth Ratios | ||||||||||||||||||||||||||||||||||||||||||||||
| Interest Coverage Ratio Growth (1y)Interest Cover Growth (1y) | ||||||||||||||||||||||||||||||||||||||||||||||
| Return on Assets [ROA] Growth (1y)ROA Growth (1y) | -980.00 | -1015.00 | -1142.00 | -1163.00 | -1279.00 | -1638.00 | -1654.00 | 512.00 | 1,534.00 | 1,881.00 | 3,118.00 | 1,673.00 | 1,010.00 | 1,093.00 | -43.00 | -1015.00 | -1976.00 | -3752.00 | -5691.00 | -7441.00 | ||||||||||||||||||||||||||
| Return on Assets [ROA] Growth (3y)ROA Growth (3y) | -1335.00 | -1774.00 | -2096.00 | -2377.00 | -2795.00 | -3273.00 | -3437.00 | -1508.00 | -725.00 | -773.00 | 322.00 | 1,022.00 | 1,266.00 | 1,336.00 | 1,421.00 | 1,170.00 | 568.00 | -778.00 | -2616.00 | -6783.00 | ||||||||||||||||||||||||||
| Return on Assets [ROA] Growth (5y)ROA Growth (5y) | 6,153.00 | 6,467.00 | 7,618.00 | 8,313.00 | 10,457.00 | 7,074.00 | -812.00 | -867.00 | -1080.00 | -1532.00 | -632.00 | -192.00 | -251.00 | -299.00 | -362.00 | -850.00 | -1691.00 | -3431.00 | -5412.00 | -7434.00 | ||||||||||||||||||||||||||
| Return on Assets [ROA] (QoQ)ROA (QoQ) | -286.00 | -209.00 | -339.00 | -329.00 | -402.00 | -569.00 | -354.00 | 1,836.00 | 621.00 | -222.00 | 883.00 | 392.00 | -42.00 | -139.00 | -253.00 | -580.00 | -1004.00 | -1914.00 | -2192.00 | -2330.00 | ||||||||||||||||||||||||||
| Return on Capital Employed [ROCE] Growth (1y)ROCE Growth (1y) | -914.00 | -946.00 | -1101.00 | -1247.00 | -1434.00 | -2163.00 | -2170.00 | 369.00 | 1,483.00 | 2,001.00 | 3,381.00 | 1,741.00 | 966.00 | 1,144.00 | -185.00 | -1272.00 | -2167.00 | -4358.00 | -7049.00 | -9687.00 | ||||||||||||||||||||||||||
| Return on Capital Employed [ROCE] Growth (3y)ROCE Growth (3y) | -1410.00 | -1795.00 | -2061.00 | -2392.00 | -2832.00 | -3664.00 | -3828.00 | -1650.00 | -865.00 | -1108.00 | 111.00 | 864.00 | 1,015.00 | 982.00 | 1,027.00 | 838.00 | 283.00 | -1213.00 | -3853.00 | -9218.00 | ||||||||||||||||||||||||||
| Return on Capital Employed [ROCE] Growth (5y)ROCE Growth (5y) | 10,495.00 | 12,805.00 | 10,554.00 | 20,738.00 | 49,113.00 | 18,083.00 | -905.00 | -1141.00 | -1361.00 | -1957.00 | -850.00 | -281.00 | -383.00 | -519.00 | -632.00 | -1182.00 | -2065.00 | -4322.00 | -7123.00 | -10096.00 | ||||||||||||||||||||||||||
| Return on Capital Employed [ROCE] (QoQ)ROCE (QoQ) | -275.00 | -190.00 | -345.00 | -436.00 | -463.00 | -920.00 | -351.00 | 2,103.00 | 651.00 | -401.00 | 1,028.00 | 463.00 | -124.00 | -224.00 | -300.00 | -625.00 | -1018.00 | -2415.00 | -2991.00 | -3263.00 |
Pull Viking Therapeutics's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=VKTX&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "VKTX", "statement": "Growth", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=VKTX&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();