cbdMD (YCBD) Payout Ratio (2017 - 2023)
cbdMD's (YCBD) quarterly Payout Ratio came in at 0.5 in Q4 2023, down 148.2% year-over-year from 1.04 in Q4 2022, and down 38.75% quarter-over-quarter from 0.36 in Q2 2023.
cbdMD (YCBD) Payout Ratio (2017 - 2023) Analysis & Trends
cbdMD has disclosed Payout Ratio across 6 years of filings, most recently posting 0.5 for Q4 2023.
- In Q4 2023, Payout Ratio fell 148.2% year-over-year to 0.5; the TTM figure through Dec 2023 stood at 0.17 (down 145.53% YoY), while the FY2021 annual figure was 0.1, down 428.34% from the prior year.
- Payout Ratio came in at 0.5 for Q4 2023 at cbdMD, down from 0.36 in the prior quarter.
- In the past five years, Payout Ratio ranged from a high of 0.57 in Q2 2021 to a low of 0.5 in Q4 2023.
- Average Payout Ratio over 5 years is 0.1, with a median of 0.04 recorded in 2021.
- The largest YoY upside for Payout Ratio was 5288.85% in 2021 against a maximum downside of 1844.49% in 2021.
- Over 5 years, Payout Ratio stood at 0.01 in 2019, then sank by 303.09% to 0.01 in 2020, then tumbled by 370.98% to 0.05 in 2021, then sank by 306.76% to 0.2 in 2022, then slumped by 148.2% to 0.5 in 2023.
- Per Business Quant data, the three most recent Payout Ratio figures were 0.5 in Q4 2023, 0.36 in Q2 2023, and 0.43 in Q1 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 |
|---|---|
| Dec 31, 2023 | -0.50 |
| Jun 30, 2023 | -0.36 |
| Mar 31, 2023 | -0.43 |
| Dec 31, 2022 | -0.20 |
| Jun 30, 2022 | -0.03 |
| Mar 31, 2022 | -0.18 |
| Dec 31, 2021 | -0.05 |
| Sep 30, 2021 | -0.31 |
| Jun 30, 2021 | 0.57 |
| Mar 31, 2021 | -0.04 |
| Dec 31, 2020 | -0.01 |
| Sep 30, 2020 | -0.02 |
| Jun 30, 2020 | -0.01 |
| Mar 31, 2020 | 0.01 |
| Dec 31, 2019 | 0.01 |
| Jun 30, 2017 | -0.23 |
cbdMD Payout 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=payout-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-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=payout-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();