Digital Brands (DBGI) Non Operating Income (2020 - 2026)
Digital Brands' (DBGI) quarterly Non Operating Income came in at -$1.5 million in Q2 2026, down 1038.54% on a YoY basis from $160911.3 in Q2 2025, and up 61.99% quarter-over-quarter from -$4.0 million in Q1 2026.
Digital Brands (DBGI) Non Operating Income (2020 - 2026) Analysis & Trends
Digital Brands (DBGI) has reported Non Operating Income for 7 consecutive years, with -$1.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income fell 1038.54% year-over-year to -$1.5 million; the trailing twelve-month figure through Jun 2026 stood at -$4.0 million (down 151.08% YoY), and the FY2025 full-year result was $1.3 million, up 142.36% from the prior year.
- Non Operating Income climbed to -$1.5 million in Q2 2026 per DBGI's latest filing, from -$4.0 million in the prior quarter.
- Across five years, Non Operating Income topped out at $4.9 million in Q4 2023 and bottomed at -$4.0 million in Q1 2026.
- Historically, Non Operating Income has averaged -$166568.7 across 5 years, with a median of -$509767.0 in 2024.
- The widest YoY moves for Non Operating Income: up 5875.79% in 2022, down 121734.88% in 2022.
- Over 5 years, Non Operating Income stood at $438395.0 in 2022, then surged by 1026.36% to $4.9 million in 2023, then plunged by 111.35% to -$560444.0 in 2024, then soared by 390.83% to $1.6 million in 2025, then slumped by 192.65% to -$1.5 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$1.5 million, -$4.0 million, and $1.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | - |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | - |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | - |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | - |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | - |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | - |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | 2.08 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 1.62 Mn |
| 10 | Digital Brands | 2.45 Mn | 1.06 Mn | 324,265.00 | -1.51 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.51 Mn |
| Mar 31, 2026 | -3.97 Mn |
| Dec 31, 2025 | 1.63 Mn |
| Sep 30, 2025 | -122,746.00 |
| Jun 30, 2025 | -132,645.00 |
| Mar 31, 2025 | -93,350.00 |
| Dec 31, 2024 | -560,444.00 |
| Sep 30, 2024 | -797,072.00 |
| Jun 30, 2024 | -1.21 Mn |
| Mar 31, 2024 | -459,090.00 |
| Dec 31, 2023 | 4.94 Mn |
| Sep 30, 2023 | -2.01 Mn |
| Jun 30, 2023 | -1.08 Mn |
| Mar 31, 2023 | -678,989.00 |
| Dec 31, 2022 | 438,395.00 |
| Sep 30, 2022 | -23,690.00 |
| Jun 30, 2022 | 3.34 Mn |
| Mar 31, 2022 | -683,588.00 |
| Dec 31, 2021 | 2.19 Mn |
| Sep 30, 2021 | -577,441.00 |
Digital Brands Non Operating Income 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=non-operating-income&ticker=DBGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=DBGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();