Skip to content

APPLIED DIGITAL CORPORATION: filings

Every APPLIED DIGITAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 18 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-K2026-07-29fiscal FY 2026511310001144879-26-000048
10-Q2026-04-08fiscal Q3 2026441210001144879-26-000030
10-Q2026-01-08fiscal Q2 2026451260001144879-26-000006
10-Q2025-10-09fiscal Q1 202645920001144879-25-000069
10-K2025-07-30fiscal FY 2025471220001144879-25-000021
10-Q2025-04-14fiscal Q3 2025441200001628280-25-017684
10-Q2025-01-14fiscal Q2 2025441200001144879-25-000006
10-Q2024-10-09fiscal Q1 202543870001144879-24-000253
10-K2024-08-30fiscal FY 202447940001144879-24-000216
10-Q2024-04-11fiscal Q3 2024451230001144879-24-000078
10-Q2024-01-16fiscal Q2 2024451230001144879-24-000010
10-Q2023-10-10fiscal Q1 202446930001898844-23-000006
10-K2023-08-02fiscal FY 202347940001144879-23-000176
10-Q2023-04-06fiscal Q3 2023431230001144879-23-000101
10-Q2023-01-10fiscal Q2 2023431230001144879-23-000028
10-Q2022-10-12fiscal Q1 202343890001144879-22-000052
10-K2022-08-29fiscal FY 202249940001628280-22-023816
10-Q2022-05-13fiscal Q3 2022451180001628280-22-014389

Inspect the source

Entity
APPLIED DIGITAL CORPORATION / CIK 0001144879
Captured
2026-09-20T07:42:20.033Z
SEC response SHA-256
170fe59c796ceee84a4d864952e4f389521829d333882a8662f695edc963690e

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