cbdMD (YCBD) Share-based Compensation Growth (3y) (2019 - 2025)
Analysis
cbdMD (YCBD) Share-based Compensation Growth (3y) (2019 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | - |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | 110.71% |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | -0.79% |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | -17.08% |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | 74.88% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | 40.11% |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | 14.82% |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | 18.93% |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | - |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -68.41% |
| Sep 30, 2025 | 218.99% |
| Jun 30, 2025 | 92.93% |
| Mar 31, 2025 | 35.45% |
| Dec 31, 2024 | -50.06% |
| Sep 30, 2024 | -60.25% |
| Mar 31, 2024 | -91.88% |
| Dec 31, 2023 | -90.55% |
| Sep 30, 2023 | -41.33% |
| Mar 31, 2023 | 47.53% |
| Dec 31, 2022 | -47.29% |
| Sep 30, 2022 | -51.22% |
| Jun 30, 2022 | -29.64% |
| Mar 31, 2022 | 223.68% |
| Dec 31, 2021 | 66.27% |
| Sep 30, 2021 | 44.63% |
| Jun 30, 2021 | 16.09% |
| Mar 31, 2021 | 382.83% |
| Dec 31, 2020 | 277.29% |
| Sep 30, 2020 | 143.71% |
API Access
cbdMD 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=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "YCBD", "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=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();