cbdMD (YCBD) EV to EBITDA (2017 - 2026)
cbdMD's (YCBD) quarterly EV to EBITDA came in at 4.72 in Q2 2026, down 4.37% year-over-year from 4.93 in Q2 2025, and up 86.77% quarter-over-quarter from 35.65 in Q4 2025.
cbdMD (YCBD) EV to EBITDA (2017 - 2026) Analysis & Trends
cbdMD has disclosed EV to EBITDA across 10 years of filings, most recently posting 4.72 for Q2 2026.
- In Q2 2026, EV to EBITDA fell 4.37% year-over-year to 4.72; the TTM figure through Jun 2026 stood at 1.77 (up 22.22% YoY), while the FY2025 annual figure was 1.21, down 764.58% from the prior year.
- EV to EBITDA came in at 4.72 for Q2 2026 at cbdMD, up from 35.65 in the prior quarter.
- In the past five years, EV to EBITDA ranged from a high of 3.05 in Q4 2024 to a low of 551.24 in Q1 2022.
- Average EV to EBITDA over 5 years is 48.97, with a median of 3.8 recorded in 2025.
- Year-over-year, EV to EBITDA jumped 9888.62% in 2024 and tumbled 1268.7% in 2025.
- Over 5 years, EV to EBITDA stood at 152.2 in 2022, then jumped by 99.03% to 1.48 in 2023, then surged by 306.49% to 3.05 in 2024, then sank by 1268.7% to 35.65 in 2025, then soared by 86.77% to 4.72 in 2026.
- Per Business Quant data, the three most recent EV to EBITDA figures were 4.72 in Q2 2026, 35.65 in Q4 2025, and 3.8 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn |
| 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
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.72 |
| Dec 31, 2025 | -35.65 |
| Sep 30, 2025 | -3.80 |
| Jun 30, 2025 | -4.52 |
| Mar 31, 2025 | 0.69 |
| Dec 31, 2024 | 3.05 |
| Sep 30, 2024 | 1.90 |
| Jun 30, 2024 | 0.46 |
| Mar 31, 2024 | -0.47 |
| Dec 31, 2023 | -1.48 |
| Sep 30, 2023 | -0.02 |
| Jun 30, 2023 | -0.63 |
| Mar 31, 2023 | -7.90 |
| Dec 31, 2022 | -152.20 |
| Sep 30, 2022 | -40.48 |
| Jun 30, 2022 | -35.54 |
| Mar 31, 2022 | -551.24 |
| Dec 31, 2021 | -111.86 |
| Sep 30, 2021 | -767.34 |
| Jun 30, 2021 | -1,110.92 |
cbdMD EV to EBITDA 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=ev-to-ebitda&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebitda", "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=ev-to-ebitda&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();