cbdMD (YCBD) Income from Non-Controlling Interests (2018 - 2019)
cbdMD's (YCBD) quarterly Income from Non-Controlling Interests came in at $712068.0 in Q3 2019, up 147.35% quarter-over-quarter from -$1.5 million in Q2 2019.
cbdMD (YCBD) Income from Non-Controlling Interests (2018 - 2019) Analysis & Trends
cbdMD has disclosed Income from Non-Controlling Interests across 2 years of filings, most recently posting $712068.0 for Q3 2019.
- In Q3 2019, Income from Non-Controlling Interests changed N/A year-over-year to $712068.0; the TTM figure through Jun 2020 stood at $712068.0 (changed N/A YoY), while the FY2019 annual figure was -$929323.0, down 295.68% from the prior year.
- Income from Non-Controlling Interests came in at $712068.0 for Q3 2019 at cbdMD, up from -$1.5 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $712068.0 in Q3 2019 to a low of -$1.5 million in Q2 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | 9.89 Mn |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | -87,000.00 |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | -1.45 Mn |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 3.58 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 | 130,000.00 |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | 12.30 Mn |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | 2.60 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, 2019 | 712,068.00 |
| Jun 30, 2019 | -1.50 Mn |
| Mar 31, 2019 | -58,536.00 |
| Dec 31, 2018 | -79,149.00 |
cbdMD Income from Non-Controlling Interests 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-non-controlling-interests&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();