cbdMD (YCBD) Net Margin (2016 - 2026)
cbdMD's (YCBD) quarterly Net Margin came in at 21.58% in Q2 2026, up 510.0% year-over-year from 3.54% in Q2 2025, and down 233.46% quarter-over-quarter from 6.47% in Q4 2025.
cbdMD (YCBD) Net Margin (2016 - 2026) Analysis & Trends
cbdMD has disclosed Net Margin across 11 years of filings, most recently posting 21.58% for Q2 2026.
- In Q2 2026, Net Margin rose 510.0% year-over-year to 21.58%; the TTM figure through Jun 2026 stood at 17.25% (up 825.0% YoY), while the FY2025 annual figure was 22.8%, up 1587.0% from the prior year.
- Net Margin came in at 21.58% for Q2 2026 at cbdMD, down from 6.47% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 6.47% in Q4 2025 to a low of 368.0% in Q2 2022.
- Average Net Margin over 5 years is 78.6%, with a median of 35.5% recorded in 2023.
- Year-over-year, Net Margin slumped 37661 bps in 2022 and soared 32513 bps in 2023.
- Over 5 years, Net Margin stood at 79.43% in 2022, then soared by 53 bps to 37.15% in 2023, then soared by 48 bps to 19.27% in 2024, then surged by 66 bps to 6.47% in 2025, then tumbled by 233 bps to 21.58% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 21.58% in Q2 2026, 6.47% in Q4 2025, and 14.4% in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 3.68% |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -149.83% |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 1.12% |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 50.52% |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | -6.15% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -14.21% |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | -10.52% |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | -2.77% |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -14.53% |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | -21.58% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -21.58% |
| Dec 31, 2025 | -6.47% |
| Sep 30, 2025 | -14.40% |
| Jun 30, 2025 | -26.67% |
| Mar 31, 2025 | -31.19% |
| Dec 31, 2024 | -19.27% |
| Sep 30, 2024 | -25.36% |
| Jun 30, 2024 | -10.45% |
| Mar 31, 2024 | -83.28% |
| Dec 31, 2023 | -37.15% |
| Sep 30, 2023 | -292.69% |
| Jun 30, 2023 | -42.87% |
| Mar 31, 2023 | -35.50% |
| Dec 31, 2022 | -79.43% |
| Sep 30, 2022 | -185.01% |
| Jun 30, 2022 | -368.00% |
| Mar 31, 2022 | -56.87% |
| Dec 31, 2021 | -204.54% |
| Sep 30, 2021 | -41.96% |
| Jun 30, 2021 | 8.61% |
cbdMD Net 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=net-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();