cbdMD (YCBD) EPS (Basic) (2016 - 2026)
cbdMD's (YCBD) quarterly EPS (Basic) came in at -$0.11 in Q2 2026, up 46.88% year-over-year from -$0.08 in Q2 2025, and down 213.07% quarter-over-quarter from -$0.04 in Q4 2025.
cbdMD (YCBD) EPS (Basic) (2016 - 2026) Analysis & Trends
cbdMD has disclosed EPS (Basic) across 11 years of filings, most recently posting -$0.11 for Q2 2026.
- In Q2 2026, EPS (Basic) rose 46.88% year-over-year to -$0.11; the TTM figure through Jun 2026 stood at -$0.32 (up 61.46% YoY), while the FY2025 annual figure was -$1.09, up 92.39% from the prior year.
- EPS (Basic) came in at -$0.11 for Q2 2026 at cbdMD, down from -$0.04 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of -$0.04 in Q4 2025 to a low of -$66.76 in Q3 2023.
- Average EPS (Basic) over 5 years is -$7.15, with a median of -$1.9 recorded in 2025.
- Year-over-year, EPS (Basic) sank 3291.58% in 2022 and jumped 97.92% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.66 in 2022, then slumped by 721.29% to -$5.4 in 2023, then surged by 67.9% to -$1.73 in 2024, then jumped by 97.92% to -$0.04 in 2025, then slumped by 213.07% to -$0.11 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$0.11 in Q2 2026, -$0.04 in Q4 2025, and -$0.17 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 0.05 |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -2.11 |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 0.02 |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 0.10 |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | -0.18 |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -0.08 |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | -0.27 |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | -0.13 |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -0.02 |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | -0.11 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.11 |
| Dec 31, 2025 | -0.04 |
| Sep 30, 2025 | -0.17 |
| Jun 30, 2025 | -0.21 |
| Mar 31, 2025 | -1.90 |
| Dec 31, 2024 | -1.73 |
| Sep 30, 2024 | -2.14 |
| Jun 30, 2024 | -1.20 |
| Mar 31, 2024 | -10.84 |
| Dec 31, 2023 | -5.40 |
| Sep 30, 2023 | -66.76 |
| Jun 30, 2023 | -9.32 |
| Mar 31, 2023 | -13.90 |
| Dec 31, 2022 | -0.66 |
| Sep 30, 2022 | -2.09 |
| Jun 30, 2022 | -4.40 |
| Mar 31, 2022 | -0.77 |
| Dec 31, 2021 | -2.79 |
| Sep 30, 2021 | -0.63 |
| Jun 30, 2021 | 0.14 |
cbdMD EPS (Basic) 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=eps-basic&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();