cbdMD (YCBD) Dividend Coverage Ratio (2017 - 2023)
cbdMD's (YCBD) quarterly Dividend Coverage Ratio came in at 2.0 in Q4 2023, up 59.71% year-over-year from 1.25 in Q4 2022, and up 27.93% quarter-over-quarter from 2.77 in Q2 2023.
cbdMD (YCBD) Dividend Coverage Ratio (2017 - 2023) Analysis & Trends
cbdMD has disclosed Dividend Coverage Ratio across 6 years of filings, most recently posting 2.0 for Q4 2023.
- In Q4 2023, Dividend Coverage Ratio rose 59.71% year-over-year to 2.0; the TTM figure through Dec 2023 stood at 5.99 (up 59.27% YoY), while the FY2021 annual figure was 10.16, down 130.46% from the prior year.
- Dividend Coverage Ratio came in at 2.0 for Q4 2023 at cbdMD, up from 2.77 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 192.75 in Q4 2019 to a low of 94.91 in Q4 2020.
- Average Dividend Coverage Ratio over 5 years is 0.25, with a median of 4.95 recorded in 2022.
- Year-over-year, Dividend Coverage Ratio jumped 101.93% in 2021 and slumped 1970.55% in 2022.
- Over 5 years, Dividend Coverage Ratio stood at 192.75 in 2019, then slumped by 149.24% to 94.91 in 2020, then surged by 78.77% to 20.15 in 2021, then jumped by 75.42% to 4.95 in 2022, then soared by 59.71% to 2.0 in 2023.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 2.0 in Q4 2023, 2.77 in Q2 2023, and 2.34 in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. 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 | - |
| 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 | -343.87 |
| 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 |
|---|---|
| Dec 31, 2023 | -2.00 |
| Jun 30, 2023 | -2.77 |
| Mar 31, 2023 | -2.34 |
| Dec 31, 2022 | -4.95 |
| Jun 30, 2022 | -32.62 |
| Mar 31, 2022 | -5.65 |
| Dec 31, 2021 | -20.15 |
| Sep 30, 2021 | -3.27 |
| Jun 30, 2021 | 1.74 |
| Mar 31, 2021 | -23.33 |
| Dec 31, 2020 | -94.91 |
| Sep 30, 2020 | -63.55 |
| Jun 30, 2020 | -90.48 |
| Mar 31, 2020 | 147.81 |
| Dec 31, 2019 | 192.75 |
| Jun 30, 2017 | -4.32 |
cbdMD Dividend 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=dividend-coverage-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-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=dividend-coverage-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();