cbdMD (YCBD) Non Operating Investment Income (2017 - 2023)
cbdMD's (YCBD) quarterly Non Operating Investment Income came in at -$700000.0 in Q3 2023, down 35000100.0% year-over-year from N/an in Q3 2022, and down 35000100.0% quarter-over-quarter from $2.0 in Q3 2022.
cbdMD (YCBD) Non Operating Investment Income (2017 - 2023) Analysis & Trends
cbdMD has disclosed Non Operating Investment Income across 4 years of filings, most recently posting -$700000.0 for Q3 2023.
- In Q3 2023, Non Operating Investment Income fell 35000100.0% year-over-year to -$700000.0; the TTM figure through Sep 2023 stood at -$700000.0 (down 1999.01% YoY), while the FY2023 annual figure was -$700000.0, down 1998.95% from the prior year.
- Non Operating Investment Income came in at -$700000.0 for Q3 2023 at cbdMD, down from $2.0 in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $19938.0 in Q3 2021 to a low of -$700000.0 in Q3 2023.
- Average Non Operating Investment Income over 3 years is -$146406.8, with a median of -$18623.0 recorded in 2021.
- Year-over-year, Non Operating Investment Income plunged 99.99% in 2022 and slumped 35000100.0% in 2023.
- Over 3 years, Non Operating Investment Income stood at -$33351.0 in 2021, then jumped by 100.01% to $2.0 in 2022, then tumbled by 35000100.0% to -$700000.0 in 2023.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were -$700000.0 in Q3 2023, $2.0 in Q3 2022, and -$33351.0 in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | - |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | - |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | - |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | - |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | - |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | - |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | - |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | - |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | - |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2023 | -700,000.00 |
| Sep 30, 2022 | 2.00 |
| Dec 31, 2021 | -33,351.00 |
| Sep 30, 2021 | 19,938.00 |
| Jun 30, 2021 | -18,623.00 |
| Dec 31, 2017 | 33,500.00 |
cbdMD Non Operating Investment 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=non-operating-investment-income&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();