cbdMD (YCBD) Cash & Equivalents Growth (1y) (2017 - 2026)
Analysis
cbdMD (YCBD) Cash & Equivalents Growth (1y) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 7.80% |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -17.11% |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 60.29% |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | -41.21% |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | 24.25% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -58.02% |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | 3.46% |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | 15.65% |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | 167.18% |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | 99.93% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 99.93% |
| Dec 31, 2025 | 71.96% |
| Sep 30, 2025 | -7.80% |
| Jun 30, 2025 | -55.76% |
| Mar 31, 2025 | -16.16% |
| Dec 31, 2024 | 30.92% |
| Sep 30, 2024 | 36.42% |
| Jun 30, 2024 | -15.86% |
| Mar 31, 2024 | 22.51% |
| Dec 31, 2023 | -55.11% |
| Sep 30, 2023 | -73.25% |
| Jun 30, 2023 | -70.20% |
| Mar 31, 2023 | -87.11% |
| Dec 31, 2022 | -82.98% |
| Sep 30, 2022 | -74.56% |
| Jun 30, 2022 | -49.68% |
| Mar 31, 2022 | -43.75% |
| Dec 31, 2021 | -31.52% |
| Sep 30, 2021 | 78.16% |
| Jun 30, 2021 | 26.51% |
API Access
cbdMD Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();