cbdMD (YCBD) Interest Coverage Ratio (2016 - 2019)
cbdMD's (YCBD) quarterly Interest Coverage Ratio came in at 455.04 in Q2 2019, down 83.17% year-over-year from 2703.68 in Q2 2018, and up 305.9% quarter-over-quarter from 112.11 in Q1 2019.
cbdMD (YCBD) Interest Coverage Ratio (2016 - 2019) Analysis & Trends
cbdMD has disclosed Interest Coverage Ratio across 4 years of filings, most recently posting 455.04 for Q2 2019.
- In Q2 2019, Interest Coverage Ratio fell 83.17% year-over-year to 455.04; the TTM figure through Jun 2019 stood at 162.03 (down 75.68% YoY), while the FY2018 annual figure was 1881.75, down 69109.18% from the prior year.
- Interest Coverage Ratio came in at 455.04 for Q2 2019 at cbdMD, up from 112.11 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 6585.04 in Q1 2018 to a low of 12598.43 in Q3 2018.
- Average Interest Coverage Ratio over 4 years is 793.83, with a median of 5.26 recorded in 2016.
- Year-over-year, Interest Coverage Ratio sank 95430.85% in 2017 and jumped 432678.01% in 2018.
- Over 4 years, Interest Coverage Ratio stood at 5.26 in 2016, then slumped by 95430.85% to 5010.74 in 2017, then surged by 100.49% to 24.79 in 2018, then soared by 1735.53% to 455.04 in 2019.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 455.04 in Q2 2019, 112.11 in Q1 2019, and 24.79 in Q4 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (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 | -29.04 |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 3.10 |
| 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 | -4.77 |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | - |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | -0.83 |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -1.74 |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 455.04 |
| Mar 31, 2019 | 112.11 |
| Dec 31, 2018 | 24.79 |
| Sep 30, 2018 | -12,598.43 |
| Jun 30, 2018 | 2,703.68 |
| Mar 31, 2018 | 6,585.04 |
| Dec 31, 2017 | -5,010.74 |
| Sep 30, 2017 | -1,006.61 |
| Jun 30, 2017 | -0.78 |
| Mar 31, 2017 | -1.52 |
| Dec 31, 2016 | 5.26 |
cbdMD Interest Coverage Ratio 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=interest-coverage-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();