cbdMD (YCBD) Consolidated Net Income (2016 - 2026)
cbdMD's (YCBD) quarterly Consolidated Net Income came in at -$1.1 million in Q2 2026, down 25.91% year-over-year from -$1.5 million in Q2 2025, and down 298.12% quarter-over-quarter from -$283131.0 in Q4 2025.
cbdMD (YCBD) Consolidated Net Income (2016 - 2026) Analysis & Trends
cbdMD has disclosed Consolidated Net Income across 11 years of filings, most recently posting -$1.1 million for Q2 2026.
- In Q2 2026, Consolidated Net Income fell 25.91% year-over-year to -$1.1 million; the TTM figure through Jun 2026 stood at -$3.0 million (down 97.23% YoY), while the FY2025 annual figure was -$2.0 million, up 44.84% from the prior year.
- Consolidated Net Income came in at -$1.1 million for Q2 2026 at cbdMD, down from -$283131.0 in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of $459737.0 in Q2 2024 to a low of -$31.6 million in Q2 2022.
- Average Consolidated Net Income over 5 years is -$4.8 million, with a median of -$1.1 million recorded in 2026.
- Year-over-year, Consolidated Net Income plunged 2157.79% in 2022 and jumped 125.97% in 2024.
- Over 5 years, Consolidated Net Income stood at -$4.0 million in 2022, then soared by 74.81% to -$996501.0 in 2023, then jumped by 101.51% to $15095.0 in 2024, then plunged by 1975.66% to -$283131.0 in 2025, then plunged by 298.12% to -$1.1 million in 2026.
- Per Business Quant data, the three most recent Consolidated Net Income figures were -$1.1 million in Q2 2026, -$283131.0 in Q4 2025, and -$679968.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 12.52 Mn |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -406.06 Mn |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 3.43 Mn |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 35.66 Mn |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | -13.41 Mn |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -6.68 Mn |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | -29.64 Mn |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | -5.80 Mn |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -10.54 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 | -283,131.00 |
| Sep 30, 2025 | -679,968.00 |
| Jun 30, 2025 | -895,272.00 |
| Mar 31, 2025 | -480,757.00 |
| Dec 31, 2024 | 15,095.00 |
| Sep 30, 2024 | -152,799.00 |
| Jun 30, 2024 | 459,737.00 |
| Mar 31, 2024 | -3.01 Mn |
| Dec 31, 2023 | -996,501.00 |
| Sep 30, 2023 | -15.87 Mn |
| Jun 30, 2023 | -1.77 Mn |
| Mar 31, 2023 | -1.34 Mn |
| Dec 31, 2022 | -3.96 Mn |
| Sep 30, 2022 | -14.63 Mn |
| Jun 30, 2022 | -31.63 Mn |
| Mar 31, 2022 | -4.66 Mn |
| Dec 31, 2021 | -19.16 Mn |
| Sep 30, 2021 | -3.03 Mn |
| Jun 30, 2021 | 1.54 Mn |
cbdMD Consolidated Net 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=consolidated-net-income&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-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=consolidated-net-income&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();