cbdMD (YCBD) FCF Payout Ratio (2017 - 2023)
cbdMD's (YCBD) quarterly FCF Payout Ratio came in at 3.44 in Q4 2023, down 671.64% year-over-year from 0.6 in Q4 2022, and down 18.05% quarter-over-quarter from 2.92 in Q2 2023.
cbdMD (YCBD) FCF Payout Ratio (2017 - 2023) Analysis & Trends
cbdMD has disclosed FCF Payout Ratio across 6 years of filings, most recently posting 3.44 for Q4 2023.
- In Q4 2023, FCF Payout Ratio fell 671.64% year-over-year to 3.44; the TTM figure through Dec 2023 stood at 1.51 (down 360.58% YoY), while the FY2021 annual figure was 0.18, down 478.13% from the prior year.
- FCF Payout Ratio came in at 3.44 for Q4 2023 at cbdMD, down from 2.92 in the prior quarter.
- In the past five years, FCF Payout Ratio ranged from a high of 0.69 in Q3 2020 to a low of 3.44 in Q4 2023.
- Average FCF Payout Ratio over 5 years is 0.55, with a median of 0.18 recorded in 2021.
- Year-over-year, FCF Payout Ratio slumped 898.95% in 2021 and retreated 3.31% in 2022.
- Over 5 years, FCF Payout Ratio stood at 0.01 in 2019, then slumped by 256.17% to 0.04 in 2020, then slumped by 300.97% to 0.18 in 2021, then sank by 154.25% to 0.45 in 2022, then plunged by 671.64% to 3.44 in 2023.
- Per Business Quant data, the three most recent FCF Payout Ratio figures were 3.44 in Q4 2023, 2.92 in Q2 2023, and 0.61 in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF 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 | 0.00 |
| 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 | -3.44 |
| Jun 30, 2023 | -2.92 |
| Mar 31, 2023 | -0.61 |
| Dec 31, 2022 | -0.45 |
| Jun 30, 2022 | -0.41 |
| Mar 31, 2022 | -0.19 |
| Dec 31, 2021 | -0.18 |
| Sep 30, 2021 | -0.31 |
| Jun 30, 2021 | -0.12 |
| Mar 31, 2021 | -0.18 |
| Dec 31, 2020 | -0.04 |
| Sep 30, 2020 | 0.69 |
| Jun 30, 2020 | -0.08 |
| Mar 31, 2020 | -0.02 |
| Dec 31, 2019 | -0.01 |
| Jun 30, 2017 | -0.36 |
cbdMD FCF 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=fcf-payout-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-payout-ratio&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();