Veracyte (VCYT) Share-based Compensation Growth (5y) (2017 - 2026)
Analysis
Veracyte (VCYT) Share-based Compensation Growth (5y) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn |
| 10 | Veracyte | 3.20 Bn | 2.90 Bn | 108.55 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 65.19% |
| Mar 31, 2026 | 13.50% |
| Dec 31, 2025 | 24.52% |
| Sep 30, 2025 | 15.30% |
| Jun 30, 2025 | 14.69% |
| Mar 31, 2025 | 30.41% |
| Dec 31, 2024 | 59.86% |
| Sep 30, 2024 | 15.63% |
| Jun 30, 2024 | 29.86% |
| Mar 31, 2024 | 35.45% |
| Dec 31, 2023 | 37.42% |
| Sep 30, 2023 | 36.75% |
| Jun 30, 2023 | 43.08% |
| Mar 31, 2023 | 46.71% |
| Dec 31, 2022 | 30.82% |
| Sep 30, 2022 | 35.22% |
| Jun 30, 2022 | 29.32% |
| Mar 31, 2022 | 33.42% |
| Sep 30, 2021 | 145.14% |
| Jun 30, 2021 | -7.35% |
API Access
Veracyte Share-based Compensation Growth (5y) 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=share-based-compensation-growth-5y&ticker=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-5y", "ticker": "VCYT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-5y&ticker=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();