Skip to content

EDGEMODE, INC.: filings

Every EDGEMODE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-14fiscal Q2 2026361060001683168-26-006473
10-Q2026-05-28fiscal Q1 202634700001683168-26-004353
10-K2026-04-13fiscal FY 202536740001683168-26-002865
10-Q2025-11-14fiscal Q3 2025321000001683168-25-008441
10-Q2025-08-14fiscal Q2 202532950001683168-25-006161
10-Q2025-05-15fiscal Q1 202528600001683168-25-003699
10-K2025-05-02fiscal FY 202433680001683168-25-003051
10-Q2025-03-12fiscal Q3 202428920001683168-25-001544
10-Q/A2025-02-21fiscal Q2 2024281040001683168-25-001178
10-K/A2025-02-21fiscal FY 2023361110001683168-25-001176
10-Q2024-08-09fiscal Q2 202428880001683168-24-005424
10-Q2024-05-21fiscal Q1 202428600001683168-24-003765
10-K2024-04-26fiscal FY 202335710001683168-24-002725
10-Q2023-11-08fiscal Q3 2023351110001683168-23-007739
10-Q2023-08-14fiscal Q2 2023341030001683168-23-005644
10-Q2023-05-15fiscal Q1 202334710001683168-23-003403
10-K2023-04-17fiscal FY 202239790001683168-23-002430
10-Q2022-11-14fiscal Q3 2022381170001683168-22-007702
10-Q2022-08-22fiscal Q2 2022381130001683168-22-005986
10-Q/A2022-08-22fiscal Q1 202239800001683168-22-005984
10-Q2022-05-23fiscal Q1 202238790001683168-22-003940
10-K2022-04-12fiscal FY 202121450001683168-22-002560
10-Q2021-11-22fiscal Q3 202121660001683168-21-005895
10-Q2021-08-13fiscal Q2 202022670001273511-21-000242
10-Q2021-05-14fiscal Q1 202017360001273511-21-000181
10-K2021-03-31fiscal FY 202017350001273511-21-000127
10-Q2020-11-20fiscal Q3 202018530001273511-20-000253
10-Q2020-08-13fiscal Q2 202018490001273511-20-000177
10-Q2020-06-11fiscal Q1 202017340001273511-20-000090
10-K2020-04-16fiscal FY 201919360001273511-20-000063
10-Q2019-11-07fiscal Q3 201917500001273511-19-000101
10-Q2019-08-19fiscal Q2 201917460001273511-19-000069
10-Q2019-05-01fiscal Q1 201916310001273511-19-000032
10-K2019-04-01fiscal FY 201820380001273511-19-000020
10-Q/A2018-11-13fiscal Q3 201818420001273511-18-000067
10-Q2018-08-20fiscal Q2 201818420001273511-18-000046
10-Q2018-05-17fiscal Q1 201817330001273511-18-000025
10-K2018-03-30fiscal FY 201719380001273511-18-000007
10-Q2017-11-03fiscal Q3 201717420001273511-17-000077
10-Q2017-08-04fiscal Q2 201717420001273511-17-000060
10-Q2017-05-12fiscal Q1 201717340001273511-17-000044
10-K2017-03-22fiscal FY 201619390001273511-17-000025
10-Q2016-11-14fiscal Q3 201617420001273511-16-000247
10-Q2016-08-09fiscal Q2 201617420001273511-16-000206
10-Q2016-05-09fiscal Q1 201617340001273511-16-000175
10-K2016-03-30fiscal FY 201521410001273511-16-000165

Inspect the source

Entity
EDGEMODE, INC. / CIK 0001652958
Captured
2026-09-21T17:22:03.281Z
SEC response SHA-256
1354de4d95fc84d81900c6001ee77d7e26f5f2699a87be110ad00c3de31d1b76

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