cbdMD (YCBD) Net Income towards Common Stockholders (2016 - 2026)
cbdMD's (YCBD) quarterly Net Income towards Common Stockholders came in at -$1.2 million in Q2 2026, up 2.49% year-over-year from -$1.2 million in Q2 2025, and down 269.14% quarter-over-quarter from -$324602.0 in Q4 2025.
cbdMD (YCBD) Net Income towards Common Stockholders (2016 - 2026) Analysis & Trends
cbdMD has disclosed Net Income towards Common Stockholders across 11 years of filings, most recently posting -$1.2 million for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders rose 2.49% year-over-year to -$1.2 million; the TTM figure through Jun 2026 stood at -$3.4 million (up 29.26% YoY), while the FY2025 annual figure was -$4.4 million, up 43.21% from the prior year.
- Net Income towards Common Stockholders came in at -$1.2 million for Q2 2026 at cbdMD, down from -$324602.0 in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of -$324602.0 in Q4 2025 to a low of -$32.6 million in Q2 2022.
- Average Net Income towards Common Stockholders over 5 years is -$5.6 million, with a median of -$2.0 million recorded in 2023.
- Year-over-year, Net Income towards Common Stockholders plunged 3440.27% in 2022 and jumped 93.15% in 2024.
- Over 5 years, Net Income towards Common Stockholders stood at -$5.0 million in 2022, then jumped by 59.71% to -$2.0 million in 2023, then surged by 50.66% to -$985406.0 in 2024, then surged by 67.06% to -$324602.0 in 2025, then sank by 269.14% to -$1.2 million in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were -$1.2 million in Q2 2026, -$324602.0 in Q4 2025, and -$679968.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (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 | -405.98 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.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.20 Mn |
| Dec 31, 2025 | -324,602.00 |
| Sep 30, 2025 | -679,968.00 |
| Jun 30, 2025 | -1.23 Mn |
| Mar 31, 2025 | -1.48 Mn |
| Dec 31, 2024 | -985,406.00 |
| Sep 30, 2024 | -1.16 Mn |
| Jun 30, 2024 | -540,763.00 |
| Mar 31, 2024 | -4.01 Mn |
| Dec 31, 2023 | -2.00 Mn |
| Sep 30, 2023 | -16.88 Mn |
| Jun 30, 2023 | -2.77 Mn |
| Mar 31, 2023 | -2.34 Mn |
| Dec 31, 2022 | -4.96 Mn |
| Sep 30, 2022 | -15.63 Mn |
| Jun 30, 2022 | -32.63 Mn |
| Mar 31, 2022 | -5.66 Mn |
| Dec 31, 2021 | -20.16 Mn |
| Sep 30, 2021 | -4.36 Mn |
| Jun 30, 2021 | 977,007.00 |
cbdMD Net Income towards Common Stockholders 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-income-towards-common-stockholders&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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-income-towards-common-stockholders&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();