Skip to content

Empery Digital Inc.: filings

Every Empery Digital Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-07fiscal Q2 2026421200001683168-26-006099
10-Q2026-05-08fiscal Q1 202643900001683168-26-003608
10-K2026-03-27fiscal FY 2025551200001683168-26-002333
10-Q2025-11-10fiscal Q3 2025441210001683168-25-008152
10-Q2025-08-12fiscal Q2 2025441200001683168-25-005920
10-Q2025-05-09fiscal Q1 202541840001683168-25-003351
10-K2025-03-31fiscal FY 2024511010001683168-25-002047
10-Q2024-11-12fiscal Q3 2024491320001683168-24-007859
10-Q2024-08-06fiscal Q2 2024481300001683168-24-005280
10-Q2024-05-07fiscal Q1 202447960001683168-24-003059
10-K2024-03-28fiscal FY 2023491000001683168-24-001823
10-Q/A2023-11-02fiscal Q3 2023491280001683168-23-007575
10-Q2023-11-01fiscal Q3 2023491280001683168-23-007560
10-Q2023-08-11fiscal Q2 2023481260001683168-23-005583
10-Q/A2023-05-08fiscal Q1 2023491000001683168-23-003032
10-Q2023-05-05fiscal Q1 2023491000001683168-23-002973
10-K2023-03-07fiscal FY 2022511020001683168-23-001344
10-Q2022-11-10fiscal Q3 2022501340001683168-22-007482
10-Q2022-08-15fiscal Q2 2022491300001683168-22-005772
10-Q2022-05-12fiscal Q1 202249990001683168-22-003465
10-K2022-03-23fiscal FY 202146920001683168-22-001882
10-Q2021-11-15fiscal Q3 2021461160001683168-21-005707

Inspect the source

Entity
Empery Digital Inc. / CIK 0001829794
Captured
2026-09-19T11:21:46.017Z
SEC response SHA-256
e17dca6ff46d92de52b25031f65ba7c290037fefe7590acfb385bacd30c8dd4d

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