Skip to content

CREATD, INC.: filings

Every CREATD, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-13fiscal Q2 2026441220001628280-26-056656
10-Q2023-11-15fiscal Q3 2023451370001213900-23-087187
10-Q2023-08-14fiscal Q2 2023441280001213900-23-066977
10-Q2023-05-18fiscal Q1 202346910001213900-23-041084
10-K2023-04-19fiscal FY 2022511000001213900-23-030833
10-Q2022-11-16fiscal Q3 2022511400001213900-22-073167
10-Q2022-08-15fiscal Q2 2022491320001213900-22-048219
10-Q2022-05-16fiscal Q1 202246910001213900-22-027118
10-K2022-04-06fiscal FY 202149960001213900-22-018351
10-Q2021-11-15fiscal Q3 2021421140001213900-21-059418
10-Q2021-08-13fiscal Q2 2021381020001213900-21-042253
10-Q2021-05-17fiscal Q1 202137750001213900-21-027195
10-K2021-03-31fiscal FY 202037740001213900-21-018972
10-Q2020-11-16fiscal Q3 202035970001213900-20-037382
10-Q2020-08-14fiscal Q2 202034950001213900-20-022257
10-Q2020-05-15fiscal Q1 202032650001213900-20-012569
10-K2020-03-30fiscal FY 201938720001213900-20-008060
10-Q2019-11-14fiscal Q3 201931850001213900-19-023261
10-Q2019-08-15fiscal Q2 201931850001213900-19-016018
10-Q2019-05-15fiscal Q1 201930590001213900-19-008809
10-K2019-04-01fiscal FY 201833660001213900-19-005478
10-Q2018-11-19fiscal Q3 201832830001213900-18-016164
10-Q2018-08-20fiscal Q2 201831810001213900-18-011442
10-Q2018-06-18fiscal Q1 201826530001213900-18-007780
10-K2018-05-17fiscal FY 201732620001213900-18-006502
10-Q2017-11-20fiscal Q3 201726690001213900-17-012312
10-Q2017-08-14fiscal Q2 201728740001213900-17-008702
10-Q2017-05-15fiscal Q1 201728550001213900-17-005272
10-K2017-03-31fiscal FY 201629590001213900-17-003170
10-Q2016-11-21fiscal Q3 201629800001213900-16-018784
10-Q2016-08-24fiscal Q2 201628780001213900-16-016365
10-Q2016-08-15fiscal Q1 201628580001213900-16-016069
10-K2016-04-14fiscal FY 201528560001213900-16-012576
10-Q2015-11-16fiscal Q3 201528750001493152-15-005524
10-Q2015-08-14fiscal Q2 201526690001493152-15-003664
10-Q2015-05-15fiscal Q1 201524470001096906-15-000539
10-K2015-03-19fiscal FY 201424470001096906-15-000268
10-Q2014-11-10fiscal Q3 201429750001096906-14-001546
10-Q2014-08-11fiscal Q2 201430710001096906-14-001051
10-Q2014-05-20fiscal Q1 201430720001096906-14-000720
10-K2014-04-04fiscal FY 201329710001096906-14-000446
10-Q2013-11-07fiscal Q3 201320590001096906-13-001661
10-Q2013-08-19fiscal Q2 201319600001096906-13-001410
10-Q2013-05-20fiscal Q1 201320480001096906-13-000923
10-K2013-04-15fiscal FY 201219550001096906-13-000521
10-Q2012-11-19fiscal Q3 201218550001096906-12-002897
10-Q/A2012-09-06fiscal Q2 201218530001096906-12-002282
10-Q/A2012-05-22fiscal Q1 201218420001096906-12-001572
10-K2012-03-30fiscal FY 201121570001096906-12-000729
10-Q2011-11-21fiscal Q3 201121610001096906-11-002947
10-Q2011-08-11fiscal Q2 201121610001096906-11-001798

Inspect the source

Entity
CREATD, INC. / CIK 0001357671
Captured
2026-09-20T07:55:50.967Z
SEC response SHA-256
c13c18326445961598d889205d6f32e7006680be3d4e509eb102107a40d0d19d

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/0001357671.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"])))