Digital Brands (DBGI) Gains from Investment Securities (2020 - 2022)
Digital Brands' (DBGI) quarterly Gains from Investment Securities came in at -$12253.0 in Q2 2022, down 116.78% on a YoY basis from $73007.0 in Q2 2021, and down 105.24% quarter-over-quarter from -$5970.0 in Q1 2022.
Digital Brands (DBGI) Gains from Investment Securities (2020 - 2022) Analysis & Trends
Digital Brands (DBGI) has reported Gains from Investment Securities for 3 consecutive years, with -$12253.0 the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, Gains from Investment Securities fell 116.78% year-over-year to -$12253.0; the trailing twelve-month figure through Dec 2022 stood at -$18223.0 (down 252.39% YoY), and the FY2022 full-year result was -$18223.0, down 252.39% from the prior year.
- Gains from Investment Securities eased to -$12253.0 in Q2 2022 per DBGI's latest filing, from -$5970.0 in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $73007.0 in Q2 2021 and bottomed at -$50515.0 in Q3 2021.
- Historically, Gains from Investment Securities has averaged -$975.14 across 3 years, with a median of -$5970.0 in 2022.
- The sharpest annual moves came in 2021 and 2022: Gains from Investment Securities sank 1677.54% in 2021, then sank 116.78% in 2022.
- Over 3 years, Gains from Investment Securities stood at -$561.0 in 2020, then tumbled by 1677.54% to -$9972.0 in 2021, then retreated by 22.87% to -$12253.0 in 2022.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered -$12253.0, -$5970.0, and -$9972.0 for Q2 2022, Q1 2022, and Q4 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn |
| 10 | Digital Brands | 2.45 Mn | 1.06 Mn | 324,265.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -12,253.00 |
| Mar 31, 2022 | -5,970.00 |
| Dec 31, 2021 | -9,972.00 |
| Sep 30, 2021 | -50,515.00 |
| Jun 30, 2021 | 73,007.00 |
| Mar 31, 2021 | -562.00 |
| Dec 31, 2020 | -561.00 |
Digital Brands Gains from Investment Securities 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=gains-from-investment-securities&ticker=DBGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=DBGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();