cbdMD (YCBD) Gains from Investment Securities (2019 - 2024)
cbdMD's (YCBD) quarterly Gains from Investment Securities came in at -$4828.0 in Q1 2024, up 89.94% year-over-year from -$2541.8 in Q2 2023, and up 93.08% quarter-over-quarter from -$69752.0 in Q4 2023.
cbdMD (YCBD) Gains from Investment Securities (2019 - 2024) Analysis & Trends
cbdMD has disclosed Gains from Investment Securities across 6 years of filings, most recently posting -$4828.0 for Q1 2024.
- In Q1 2024, Gains from Investment Securities rose 89.94% year-over-year to -$4828.0; the TTM figure through Dec 2024 stood at -$4828.0 (up 97.52% YoY), while the FY2024 annual figure was -$74580.0, up 59.83% from the prior year.
- Gains from Investment Securities came in at -$4828.0 for Q1 2024 at cbdMD, up from -$69752.0 in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $8.9 million in Q1 2021 to a low of -$21.3 million in Q1 2020.
- Average Gains from Investment Securities over 5 years is -$1.6 million, with a median of -$69752.0 recorded in 2023.
- Year-over-year, Gains from Investment Securities surged 150.3% in 2020 and tumbled 170.0% in 2021.
- Over 5 years, Gains from Investment Securities stood at $8.5 million in 2020, then plunged by 170.0% to -$5.9 million in 2021, then surged by 98.97% to -$61000.0 in 2022, then slipped by 14.35% to -$69752.0 in 2023, then surged by 93.08% to -$4828.0 in 2024.
- Per Business Quant data, the three most recent Gains from Investment Securities figures were -$4828.0 in Q1 2024, -$69752.0 in Q4 2023, and -$31867.0 in Q3 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Mar 31, 2024 | -4,828.00 |
| Dec 31, 2023 | -69,752.00 |
| Sep 30, 2023 | -31,867.00 |
| Jun 30, 2023 | -44,771.00 |
| Mar 31, 2023 | -48,000.00 |
| Dec 31, 2022 | -61,000.00 |
| Sep 30, 2022 | -227,999.00 |
| Jun 30, 2022 | -1.94 Mn |
| Mar 31, 2022 | -353,000.00 |
| Dec 31, 2021 | -5.95 Mn |
| Sep 30, 2021 | -3.81 Mn |
| Jun 30, 2021 | -6.87 Mn |
| Mar 31, 2021 | 8.87 Mn |
| Dec 31, 2020 | 8.50 Mn |
| Mar 31, 2020 | -21.26 Mn |
| Dec 31, 2019 | -16.90 Mn |
cbdMD Gains from Investment Securities 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=gains-from-investment-securities&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();