Skip to content

Everything Blockchain, Inc.: filings

Every Everything Blockchain, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-Q2025-01-27fiscal Q3 202530890001477932-25-000477
10-Q2024-09-16fiscal Q2 202531860001477932-24-005731
10-Q2024-06-14fiscal Q1 202531660001477932-24-003687
10-K2024-05-15fiscal FY 202434700001477932-24-002949
10-Q2023-12-15fiscal Q3 202432880001477932-23-009173
10-Q2023-09-14fiscal Q2 2024401120001477932-23-006893
10-Q2023-06-14fiscal Q1 202440840001477932-23-004564
10-K2023-05-01fiscal FY 202341820001477932-23-003007
10-Q2022-12-20fiscal Q3 2023401070001477932-22-009419
10-Q2022-09-14fiscal Q2 2023401070001477932-22-006887
10-Q2022-06-14fiscal Q1 202342870001477932-22-004364
10-K2022-05-10fiscal FY 202239720001477932-22-003122
10-Q2021-12-15fiscal Q3 202237990001477932-21-009254
10-Q2021-09-15fiscal Q2 202235970001477932-21-006319
10-Q2021-06-02fiscal Q1 202224520001477932-21-003738
10-K2021-05-17fiscal FY 202122440001477932-21-003268
10-Q2021-01-08fiscal Q3 202122600001477932-21-000120
10-Q2020-09-21fiscal Q2 202118450001477932-20-005491
10-Q2020-07-31fiscal Q1 202020360001662252-20-000061
10-K2020-06-05fiscal FY 202019350001662252-20-000041
10-Q/A2020-04-27fiscal Q2 202026620001662252-20-000029
10-Q/A2020-04-27fiscal Q1 202023420001662252-20-000027
10-Q2020-03-24fiscal Q3 202025600001662252-20-000018
10-K2019-05-01fiscal FY 201929580001662252-19-000034
10-Q2019-01-11fiscal Q3 201827690001662252-19-000003

Inspect the source

Entity
Everything Blockchain, Inc. / CIK 0001730869
Captured
2026-09-21T17:27:53.556Z
SEC response SHA-256
5c29fec900ef1ce9d9bf469c659e754a3d578d84f6ef286bcdc5e3660bd0f1f2

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