Skip to content

DIGITAL BRANDS GROUP, INC.: filings

Every DIGITAL BRANDS GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-19fiscal Q2 2026481340001493152-26-039208
10-Q2026-05-20fiscal Q1 202644870001493152-26-024610
10-K2026-04-15fiscal FY 202548930001493152-26-016851
10-Q2025-11-14fiscal Q3 2025421220001493152-25-023616
10-Q2025-08-13fiscal Q2 2025421150001641172-25-023614
10-Q2025-05-15fiscal Q1 202542800001641172-25-010978
10-K2025-04-09fiscal FY 202443860001641172-25-003320
10-Q/A2024-11-15fiscal Q3 2024431240001493152-24-046344
10-Q2024-11-14fiscal Q3 2024431240001493152-24-045944
10-Q2024-08-19fiscal Q2 2024431210001493152-24-033177
10-K/A2024-06-03fiscal FY 202343840001493152-24-022425
10-Q2024-05-20fiscal Q1 202440820001493152-24-020763
10-K2024-04-15fiscal FY 202343840001104659-24-047365
10-Q2023-11-14fiscal Q3 2023371070001104659-23-118244
10-Q2023-08-21fiscal Q2 2023391100001104659-23-093851
10-Q2023-05-22fiscal Q1 202338780001104659-23-062977
10-K2023-04-17fiscal FY 202243850001104659-23-046250
10-Q2022-11-14fiscal Q3 2022391080001104659-22-118740
10-Q2022-08-15fiscal Q2 2022401060001104659-22-090609
10-Q2022-05-16fiscal Q1 202236730001104659-22-061449
10-K2022-03-31fiscal FY 202140800001104659-22-041083
10-Q2021-11-12fiscal Q3 2021381080001104659-21-137891
10-Q2021-08-16fiscal Q2 2021381050001104659-21-106311
10-Q2021-06-28fiscal Q1 202137740001104659-21-086107

Inspect the source

Entity
DIGITAL BRANDS GROUP, INC. / CIK 0001668010
Captured
2026-09-21T17:24:15.431Z
SEC response SHA-256
06e2c7f398e0ba2da402c55ac42cc02f092da418aa460b63e484944fe40e61af

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001668010.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))