cbdMD (YCBD) Operating Income (2016 - 2026)
cbdMD's (YCBD) quarterly Operating Income came in at -$1.1 million in Q2 2026, down 24.96% year-over-year from -$1.5 million in Q2 2025, and down 294.87% quarter-over-quarter from -$286288.0 in Q4 2025.
cbdMD (YCBD) Operating Income (2016 - 2026) Analysis & Trends
cbdMD has disclosed Operating Income across 11 years of filings, most recently posting -$1.1 million for Q2 2026.
- In Q2 2026, Operating Income fell 24.96% year-over-year to -$1.1 million; the TTM figure through Jun 2026 stood at -$3.0 million (down 67.69% YoY), while the FY2025 annual figure was -$2.2 million, up 34.77% from the prior year.
- Operating Income came in at -$1.1 million for Q2 2026 at cbdMD, down from -$286288.0 in the prior quarter.
- In the past five years, Operating Income ranged from a high of -$86272.0 in Q4 2024 to a low of -$33.1 million in Q2 2022.
- Average Operating Income over 5 years is -$4.9 million, with a median of -$1.1 million recorded in 2026.
- Year-over-year, Operating Income slumped 396.23% in 2022 and soared 97.92% in 2024.
- Over 5 years, Operating Income stood at -$4.0 million in 2022, then surged by 73.66% to -$1.1 million in 2023, then soared by 91.91% to -$86272.0 in 2024, then tumbled by 231.84% to -$286288.0 in 2025, then slumped by 294.87% to -$1.1 million in 2026.
- Per Business Quant data, the three most recent Operating Income figures were -$1.1 million in Q2 2026, -$286288.0 in Q4 2025, and -$685816.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 4.22 Mn |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -370.52 Mn |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 19.97 Mn |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 7.40 Mn |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | 3.14 Mn |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -3.00 Mn |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | -16.45 Mn |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | -6.30 Mn |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -15.98 Mn |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | -1.13 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.13 Mn |
| Dec 31, 2025 | -286,288.00 |
| Sep 30, 2025 | -685,816.00 |
| Jun 30, 2025 | -904,686.00 |
| Mar 31, 2025 | -485,816.00 |
| Dec 31, 2024 | -86,272.00 |
| Sep 30, 2024 | -316,555.00 |
| Jun 30, 2024 | -382,028.00 |
| Mar 31, 2024 | -1.55 Mn |
| Dec 31, 2023 | -1.07 Mn |
| Sep 30, 2023 | -15.22 Mn |
| Jun 30, 2023 | -1.82 Mn |
| Mar 31, 2023 | -1.40 Mn |
| Dec 31, 2022 | -4.05 Mn |
| Sep 30, 2022 | -14.98 Mn |
| Jun 30, 2022 | -33.13 Mn |
| Mar 31, 2022 | -5.01 Mn |
| Dec 31, 2021 | -25.15 Mn |
| Sep 30, 2021 | -7.01 Mn |
| Jun 30, 2021 | -6.68 Mn |
cbdMD Operating Income 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=operating-income&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();