Digital Brands (DBGI) Cash from Investing Activities (2020 - 2026)
Digital Brands' (DBGI) quarterly Cash from Investing Activities came in at $36831.0 in Q2 2026, up 114.14% quarter-over-quarter from -$260475.0 in Q1 2026.
Digital Brands (DBGI) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Digital Brands (DBGI) has reported Cash from Investing Activities for 6 consecutive years, with $36831.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities changed N/A year-over-year to $36831.0; the trailing twelve-month figure through Jun 2026 stood at -$233660.0 (changed N/A YoY), and the FY2023 full-year result was $88819.0, up 101.21% from the prior year.
- Cash from Investing Activities advanced to $36831.0 in Q2 2026 per DBGI's latest filing, from -$260475.0 in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $87379.0 in Q1 2023 and bottomed at -$7.4 million in Q4 2022.
- Historically, Cash from Investing Activities has averaged -$684346.0 across 4 years, with a median of -$10015.0 in 2024.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities slumped 1411.81% in 2022, then jumped 1667.06% in 2023.
- Over 4 years, Cash from Investing Activities stood at -$7.4 million in 2022, then jumped by 100.64% to $47488.0 in 2023, then sank by 100.0% to -$1.0 in 2024, then soared by 3683200.0% to $36831.0 in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $36831.0, -$260475.0, and -$1.0 for Q2 2026, Q1 2026, and Q3 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | -142.95 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | -77.80 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -42.93 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -44.30 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | 5.70 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 112.70 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | -22.86 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 10.92 Mn |
| 10 | Digital Brands | 2.45 Mn | 1.06 Mn | 324,265.00 | 36,831.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 36,831.00 |
| Mar 31, 2026 | -260,475.00 |
| Sep 30, 2024 | -1.00 |
| Jun 30, 2024 | -10,015.00 |
| Mar 31, 2024 | -13,785.00 |
| Dec 31, 2023 | 47,488.00 |
| Sep 30, 2023 | -18,192.00 |
| Jun 30, 2023 | -27,856.00 |
| Mar 31, 2023 | 87,379.00 |
| Dec 31, 2022 | -7.36 Mn |
| Mar 31, 2022 | -5,576.00 |
| Dec 31, 2021 | -487,071.00 |
| Sep 30, 2021 | -5.02 Mn |
| Dec 31, 2020 | 275,526.00 |
| Sep 30, 2020 | -201,065.00 |
| Jun 30, 2020 | -20,000.00 |
| Mar 31, 2020 | 150,423.00 |
Digital Brands Cash from Investing Activities 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=cash-from-investing-activities&ticker=DBGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=DBGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();