cbdMD (YCBD) EBT Margin (2016 - 2026)
cbdMD's (YCBD) quarterly EBT Margin came in at 20.3% in Q2 2026, down 86.0% year-over-year from 144.97% in Q2 2025, and down 259.64% quarter-over-quarter from 5.64% in Q4 2025.
cbdMD (YCBD) EBT Margin (2016 - 2026) Analysis & Trends
cbdMD has disclosed EBT Margin across 11 years of filings, most recently posting 20.3% for Q2 2026.
- In Q2 2026, EBT Margin fell 86.0% year-over-year to 20.3%; the TTM figure through Jun 2026 stood at 15.0% (down 705.0% YoY), while the FY2025 annual figure was 10.63%, up 794.0% from the prior year.
- EBT Margin came in at 20.3% for Q2 2026 at cbdMD, down from 5.64% in the prior quarter.
- In the past five years, EBT Margin ranged from a high of 8.89% in Q2 2024 to a low of 356.72% in Q2 2022.
- Average EBT Margin over 5 years is 65.19%, with a median of 20.3% recorded in 2026.
- Year-over-year, EBT Margin tumbled 37117 bps in 2022 and surged 32933 bps in 2023.
- Over 5 years, EBT Margin stood at 63.39% in 2022, then jumped by 71 bps to 18.54% in 2023, then surged by 102 bps to 0.3% in 2024, then sank by 2012 bps to 5.64% in 2025, then plunged by 260 bps to 20.3% in 2026.
- Per Business Quant data, the three most recent EBT Margin figures were 20.3% in Q2 2026, 5.64% in Q4 2025, and 14.4% in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | -7.74% |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -141.50% |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 5.20% |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 50.59% |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | -4.81% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -3.21% |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | -18.23% |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | 6.78% |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -14.65% |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | -20.30% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.30% |
| Dec 31, 2025 | -5.64% |
| Sep 30, 2025 | -14.40% |
| Jun 30, 2025 | -19.43% |
| Mar 31, 2025 | -10.12% |
| Dec 31, 2024 | 0.30% |
| Sep 30, 2024 | -3.35% |
| Jun 30, 2024 | 8.89% |
| Mar 31, 2024 | -62.51% |
| Dec 31, 2023 | -18.54% |
| Sep 30, 2023 | -275.33% |
| Jun 30, 2023 | -27.39% |
| Mar 31, 2023 | -20.30% |
| Dec 31, 2022 | -63.39% |
| Sep 30, 2022 | -173.17% |
| Jun 30, 2022 | -356.72% |
| Mar 31, 2022 | -46.81% |
| Dec 31, 2021 | -194.39% |
| Sep 30, 2021 | -30.38% |
| Jun 30, 2021 | 14.45% |
cbdMD EBT Margin 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=ebt-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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=ebt-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();