Skip to content

THE CRYPTO COMPANY: filings

Every THE CRYPTO COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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 202627820001493152-26-039262
10-Q2026-07-13fiscal Q1 202627530001493152-26-033087
10-K2026-06-24fiscal FY 202528550001493152-26-029927
10-K/A2026-06-24fiscal FY 2024261100001493152-26-029925
10-Q2025-11-19fiscal Q3 202528920001493152-25-024255
10-Q2025-08-15fiscal Q2 202528860001641172-25-024368
10-K/A2025-07-30fiscal FY 2023311270001641172-25-021488
10-Q2025-06-20fiscal Q1 202528560001641172-25-015699
10-K2025-06-13fiscal FY 2024271110001641172-25-015110
10-K/A2025-06-02fiscal FY 202331580001641172-25-013278
10-Q2024-11-19fiscal Q3 202426780001493152-24-046833
10-Q2024-08-19fiscal Q2 202426790001493152-24-032964
10-Q2024-05-20fiscal Q1 202426530001493152-24-020676
10-K2024-04-16fiscal FY 202331600001493152-24-014823
10-Q2023-11-20fiscal Q3 202330860001493152-23-041975
10-Q2023-08-21fiscal Q2 202330830001493152-23-029509
10-Q2023-05-22fiscal Q1 202328550001493152-23-018535
10-K2023-04-17fiscal FY 202226510001493152-23-012450
10-Q2022-11-14fiscal Q3 202226700001493152-22-032030
10-Q2022-08-19fiscal Q2 202227720001493152-22-023592
10-Q2022-05-16fiscal Q1 202227510001493152-22-013768
10-K2022-03-10fiscal FY 202125460001493152-22-006549
10-Q2021-11-01fiscal Q3 202126630001493152-21-026886
10-Q2021-08-16fiscal Q2 202126580001493152-21-019879
10-Q2021-05-17fiscal Q1 202121410001493152-21-011831
10-K2021-03-30fiscal FY 202027500001493152-21-007183
10-Q2020-11-13fiscal Q3 202023660001493152-20-021307
10-Q2020-08-14fiscal Q2 202021570001493152-20-015727
10-Q2020-06-29fiscal Q1 202024440001493152-20-012072
10-K2020-05-19fiscal FY 201941670001493152-20-009361
10-Q2019-11-14fiscal Q3 2019421050001493152-19-017537
10-Q2019-08-14fiscal Q2 2019431130001493152-19-012586
10-Q2019-07-26fiscal Q1 201943820001493152-19-011216
10-K2019-07-26fiscal FY 201843840001493152-19-011205
10-Q2019-07-26fiscal Q3 2018391000001493152-19-011192
10-Q2018-09-10fiscal Q2 201839920001493152-18-013050
10-Q2018-05-21fiscal Q1 201839640001493152-18-007597
10-K2018-04-02fiscal FY 201733330001493152-18-004469
10-Q2017-11-14fiscal Q3 201729370001493152-17-013194
10-Q2017-08-22fiscal Q2 201730420001493152-17-009710
10-Q2017-05-11fiscal Q1 201716340001391609-17-000121
10-K2017-03-10fiscal FY 201620420001391609-17-000042

Inspect the source

Entity
THE CRYPTO COMPANY / CIK 0001688126
Captured
2026-09-21T17:25:16.870Z
SEC response SHA-256
790e152e06441bd9eee1f12b87f4e3bd245216a151bddd9e33143ea0f9fff03e

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