cbdMD (YCBD) EBIT Margin (2016 - 2026)
cbdMD's (YCBD) quarterly EBIT Margin came in at 20.36% in Q2 2026, down 72.0% year-over-year from 72.7% in Q2 2025, and down 256.7% quarter-over-quarter from 5.71% in Q4 2025.
cbdMD (YCBD) EBIT Margin (2016 - 2026) Analysis & Trends
cbdMD has disclosed EBIT Margin across 11 years of filings, most recently posting 20.36% for Q2 2026.
- In Q2 2026, EBIT Margin fell 72.0% year-over-year to 20.36%; the TTM figure through Jun 2026 stood at 15.11% (down 569.0% YoY), while the FY2025 annual figure was 11.27%, up 537.0% from the prior year.
- EBIT Margin came in at 20.36% for Q2 2026 at cbdMD, down from 5.71% in the prior quarter.
- In the past five years, EBIT Margin ranged from a high of 1.69% in Q4 2024 to a low of 373.55% in Q2 2022.
- Average EBIT Margin over 5 years is 65.77%, with a median of 20.36% recorded in 2026.
- Year-over-year, EBIT Margin tumbled 31475 bps in 2022 and surged 34533 bps in 2023.
- Over 5 years, EBIT Margin stood at 64.84% in 2022, then surged by 69 bps to 19.83% in 2023, then jumped by 91 bps to 1.69% in 2024, then slumped by 238 bps to 5.71% in 2025, then sank by 257 bps to 20.36% in 2026.
- Per Business Quant data, the three most recent EBIT Margin figures were 20.36% in Q2 2026, 5.71% in Q4 2025, and 14.53% in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 1.24% |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -136.75% |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 6.51% |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 10.49% |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | 1.44% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -6.37% |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | -5.84% |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | -3.01% |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -22.03% |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | -20.36% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.36% |
| Dec 31, 2025 | -5.71% |
| Sep 30, 2025 | -14.53% |
| Jun 30, 2025 | -19.64% |
| Mar 31, 2025 | -10.23% |
| Dec 31, 2024 | -1.69% |
| Sep 30, 2024 | -6.95% |
| Jun 30, 2024 | -7.38% |
| Mar 31, 2024 | -32.20% |
| Dec 31, 2023 | -19.83% |
| Sep 30, 2023 | -263.92% |
| Jun 30, 2023 | -28.22% |
| Mar 31, 2023 | -21.27% |
| Dec 31, 2022 | -64.84% |
| Sep 30, 2022 | -177.35% |
| Jun 30, 2022 | -373.55% |
| Mar 31, 2022 | -50.36% |
| Dec 31, 2021 | -255.10% |
| Sep 30, 2021 | -67.49% |
| Jun 30, 2021 | -58.80% |
cbdMD EBIT 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=ebit-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();