cbdMD (YCBD) Property, Plant & Equipment (Net) Growth (3y) (2019 - 2026)
Analysis
cbdMD (YCBD) Property, Plant & Equipment (Net) Growth (3y) (2019 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | -6.24% |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -6.25% |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 1.01% |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 34.87% |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | -2.24% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | 1.55% |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | 16.55% |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | 126.12% |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -8.56% |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | -21.79% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -21.79% |
| Dec 31, 2025 | -24.47% |
| Sep 30, 2025 | -30.42% |
| Jun 30, 2025 | -23.63% |
| Mar 31, 2025 | -42.98% |
| Dec 31, 2024 | -41.09% |
| Sep 30, 2024 | -43.82% |
| Jun 30, 2024 | -41.59% |
| Mar 31, 2024 | -39.23% |
| Dec 31, 2023 | -36.48% |
| Sep 30, 2023 | -39.17% |
| Jun 30, 2023 | -38.90% |
| Mar 31, 2023 | -37.21% |
| Dec 31, 2022 | -25.27% |
| Sep 30, 2022 | -21.71% |
| Jun 30, 2022 | -8.63% |
| Mar 31, 2022 | 41.88% |
| Dec 31, 2021 | 55.84% |
| Sep 30, 2021 | 263.17% |
| Jun 30, 2021 | 313.96% |
API Access
cbdMD Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net-growth-3y&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-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=property-plant-and-equipment-net-growth-3y&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();