Digital Brands (DBGI) FCF Margin (2020 - 2026)
Digital Brands' (DBGI) quarterly FCF Margin came in at 435.88% in Q2 2026, down 36583.0% on a YoY basis from N/an in Q2 2025, and down 12.03% quarter-over-quarter from 389.06% in Q1 2026.
Digital Brands (DBGI) FCF Margin (2020 - 2026) Analysis & Trends
Digital Brands (DBGI) has reported FCF Margin for 7 consecutive years, with 435.88% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, FCF Margin fell 36583.0% year-over-year to 435.88%; the trailing twelve-month figure through Jun 2026 stood at 349.0% (down 24125.0% YoY), and the FY2025 full-year result was 215.11%, down 16187.0% from the prior year.
- FCF Margin retreated to 435.88% in Q2 2026 per DBGI's latest filing, from 389.06% in the prior quarter.
- Across five years, FCF Margin topped out at 15.88% in Q4 2023 and bottomed at 435.88% in Q2 2026.
- Historically, FCF Margin has averaged 141.09% across 5 years, with a median of 83.64% in 2022.
- The sharpest annual moves came in 2022 and 2026: FCF Margin surged 38353 bps in 2022, then tumbled 36583 bps in 2026.
- Over 5 years, FCF Margin stood at 89.04% in 2022, then surged by 118 bps to 15.88% in 2023, then tumbled by 910 bps to 128.6% in 2024, then slumped by 129 bps to 294.48% in 2025, then tumbled by 48 bps to 435.88% in 2026.
- According to Business Quant data, FCF Margin over the past three periods registered 435.88%, 389.06%, and 294.48% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | 9.32% |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | 14.78% |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | 23.21% |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -6.11% |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | 16.52% |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 16.54% |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | 2.87% |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 22.51% |
| 10 | Digital Brands | 2.45 Mn | 1.06 Mn | 324,265.00 | -435.88% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -435.88% |
| Mar 31, 2026 | -389.06% |
| Dec 31, 2025 | -294.48% |
| Sep 30, 2025 | -306.53% |
| Jun 30, 2025 | -70.04% |
| Mar 31, 2025 | -240.82% |
| Dec 31, 2024 | -128.60% |
| Sep 30, 2024 | -22.19% |
| Jun 30, 2024 | -47.86% |
| Mar 31, 2024 | -35.07% |
| Dec 31, 2023 | 15.88% |
| Sep 30, 2023 | -106.72% |
| Jun 30, 2023 | -28.68% |
| Mar 31, 2023 | -38.12% |
| Dec 31, 2022 | -89.04% |
| Sep 30, 2022 | -78.24% |
| Jun 30, 2022 | -225.49% |
| Mar 31, 2022 | -18.67% |
| Dec 31, 2021 | -69.13% |
| Sep 30, 2021 | -225.74% |
Digital Brands 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=DBGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "ticker": "DBGI", "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=DBGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();