cbdMD (YCBD) FCF Margin (2016 - 2025)
cbdMD's (YCBD) quarterly FCF Margin came in at 19.48% in Q4 2025, down 1005.0% year-over-year from 2.15% in Q4 2024, and down 277.59% quarter-over-quarter from 5.16% in Q3 2025.
cbdMD (YCBD) FCF Margin (2016 - 2025) Analysis & Trends
cbdMD has disclosed FCF Margin across 10 years of filings, most recently posting 19.48% for Q4 2025.
- In Q4 2025, FCF Margin fell 1005.0% year-over-year to 19.48%; the TTM figure through Dec 2025 stood at 11.16% (down 743.0% YoY), while the FY2025 annual figure was 8.53%, down 580.0% from the prior year.
- FCF Margin came in at 19.48% for Q4 2025 at cbdMD, down from 5.16% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 5.6% in Q2 2024 to a low of 57.82% in Q4 2021.
- Average FCF Margin over 5 years is 20.51%, with a median of 17.4% recorded in 2025.
- The largest YoY upside for FCF Margin was 3200 bps in 2021 against a maximum downside of 4319 bps in 2021.
- Over 5 years, FCF Margin stood at 57.82% in 2021, then jumped by 38 bps to 35.92% in 2022, then jumped by 85 bps to 5.4% in 2023, then slumped by 75 bps to 9.43% in 2024, then tumbled by 107 bps to 19.48% in 2025.
- Per Business Quant data, the three most recent FCF Margin figures were 19.48% in Q4 2025, 5.16% in Q3 2025, and 15.32% in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn | -6.05% |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn | 11.86% |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn | 2.87% |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn | 31.55% |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn | 8.61% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | 4.87% |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn | -16.85% |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn | -50.55% |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn | -25.65% |
| 10 | cbdMD | 5.00 Mn | 2.89 Mn | 3.04 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -19.48% |
| Sep 30, 2025 | -5.16% |
| Jun 30, 2025 | -15.32% |
| Mar 31, 2025 | -4.32% |
| Dec 31, 2024 | -9.43% |
| Sep 30, 2024 | 3.45% |
| Jun 30, 2024 | 5.60% |
| Mar 31, 2024 | -14.52% |
| Dec 31, 2023 | -5.40% |
| Sep 30, 2023 | -6.65% |
| Jun 30, 2023 | -5.31% |
| Mar 31, 2023 | -24.77% |
| Dec 31, 2022 | -35.92% |
| Sep 30, 2022 | -25.47% |
| Jun 30, 2022 | -27.73% |
| Mar 31, 2022 | -53.72% |
| Dec 31, 2021 | -57.82% |
| Sep 30, 2021 | -42.01% |
| Jun 30, 2021 | -41.34% |
| Mar 31, 2021 | -24.82% |
cbdMD FCF Margin 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-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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-margin&ticker=YCBD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();