Castle Biosciences (CSTL) Share-based Compensation Growth (3y) (2021 - 2026)
Analysis
Castle Biosciences (CSTL) Share-based Compensation Growth (3y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 32.51% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | -20.63% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | -7.98% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 37.19% |
| 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 | -4.11% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | - |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -13.78% |
| 10 | Castle Biosciences | 1.08 Bn | 811.36 Mn | 79.85 Mn | -3.38% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.38% |
| Mar 31, 2026 | -10.26% |
| Dec 31, 2025 | 4.75% |
| Sep 30, 2025 | 9.58% |
| Jun 30, 2025 | 8.47% |
| Mar 31, 2025 | 9.91% |
| Dec 31, 2024 | 18.63% |
| Sep 30, 2024 | 35.73% |
| Jun 30, 2024 | 40.36% |
| Mar 31, 2024 | 37.15% |
| Dec 31, 2023 | 58.55% |
| Sep 30, 2023 | 83.29% |
| Jun 30, 2023 | 98.09% |
| Mar 31, 2023 | 104.69% |
| Dec 31, 2022 | 140.54% |
| Sep 30, 2022 | 242.44% |
| Jun 30, 2022 | 298.30% |
| Mar 31, 2022 | 268.68% |
| Dec 31, 2021 | 353.89% |
| Sep 30, 2021 | 312.20% |
API Access
Castle Biosciences Share-based Compensation Growth (3y) 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-3y&ticker=CSTL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "CSTL", "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-3y&ticker=CSTL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();