cbdMD (YCBD) Income from Discontinued Operations (2018 - 2020)
cbdMD's (YCBD) quarterly Income from Discontinued Operations came in at -$7781.0 in Q2 2020, up 99.66% year-over-year from -$3897.2 in Q3 2019, and up 81.11% quarter-over-quarter from -$41202.0 in Q4 2019.
cbdMD (YCBD) Income from Discontinued Operations (2018 - 2020) Analysis & Trends
cbdMD has disclosed Income from Discontinued Operations across 3 years of filings, most recently posting -$7781.0 for Q2 2020.
- In Q2 2020, Income from Discontinued Operations rose 99.66% year-over-year to -$7781.0; the TTM figure through Mar 2021 stood at -$7781.0 (up 99.84% YoY), while the FY2020 annual figure was -$48983.0, up 99.17% from the prior year.
- Income from Discontinued Operations came in at -$7781.0 for Q2 2020 at cbdMD, up from -$41202.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of -$7781.0 in Q2 2020 to a low of -$2.5 million in Q3 2019.
- Average Income from Discontinued Operations over 3 years is -$1.1 million, with a median of -$820577.0 recorded in 2018.
- Year-over-year, Income from Discontinued Operations jumped 96.75% in 2019 and surged 99.66% in 2020.
- Over 3 years, Income from Discontinued Operations stood at -$1.3 million in 2018, then jumped by 96.75% to -$41202.0 in 2019, then surged by 81.11% to -$7781.0 in 2020.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$7781.0 in Q2 2020, -$41202.0 in Q4 2019, and -$2.5 million in Q3 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 31,000.00 |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -699,000.00 |
| 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 | -2.11 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 |
|---|---|
| Jun 30, 2020 | -7,781.00 |
| Dec 31, 2019 | -41,202.00 |
| Sep 30, 2019 | -2.46 Mn |
| Jun 30, 2019 | -2.27 Mn |
| Mar 31, 2019 | -373,043.00 |
| Dec 31, 2018 | -1.27 Mn |
cbdMD Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();