Skip to content

APPLIFE DIGITAL SOLUTIONS, INC.: filings

Every APPLIFE DIGITAL SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-05-13fiscal Q3 202627710001096906-26-000776
10-Q2026-02-11fiscal Q2 202627530001096906-26-000214
10-Q2025-11-14fiscal Q1 202626420001096906-25-001840
10-K2025-10-14fiscal FY 202526280001096906-25-001678
10-Q2025-05-09fiscal Q3 202524700001096906-25-000731
10-Q2025-02-13fiscal Q2 202523680001096906-25-000156
10-Q2024-11-14fiscal Q1 202523500001096906-24-002110
10-K2024-10-09fiscal FY 202426540001096906-24-001982
10-Q2024-05-15fiscal Q3 202425720001096906-24-001142
10-Q2024-02-14fiscal Q2 202423680001096906-24-000206
10-Q2023-11-14fiscal Q1 202423500001096906-23-002181
10-K2023-10-02fiscal FY 202324500001096906-23-001883
10-Q2023-05-11fiscal Q3 202323680001096906-23-001029
10-Q2023-02-10fiscal Q2 202322660001096906-23-000321
10-Q2022-11-14fiscal Q1 202324520001096906-22-002708
10-K2022-10-07fiscal FY 202225520001096906-22-002455
10-Q2022-05-12fiscal Q3 202223680001096906-22-001108
10-Q2022-02-08fiscal Q2 202223680001096906-22-000268
10-Q2021-11-09fiscal Q1 202223500001096906-21-002640
10-K2021-09-27fiscal FY 202124500001096906-21-002316
10-Q2021-05-14fiscal Q3 202125740001096906-21-001151
10-Q2021-02-12fiscal Q2 202126780001096906-21-000322
10-Q2020-11-16fiscal Q1 202120420001096906-20-000279
10-K2020-09-25fiscal FY 202024490001445866-20-001404
10-Q2020-05-13fiscal Q3 202024680001445866-20-000612
10-Q2020-02-14fiscal Q2 202024680001445866-20-000138
10-Q2019-11-13fiscal Q1 202020410001445866-19-001330
10-K2019-09-30fiscal FY 201920420001445866-19-001184
10-Q2019-05-16fiscal Q3 201917390001445866-19-000607
10-Q2019-02-19fiscal Q2 201922370001445866-19-000174

Inspect the source

Entity
APPLIFE DIGITAL SOLUTIONS, INC. / CIK 0001755101
Captured
2026-09-21T17:26:03.243Z
SEC response SHA-256
d515aa83cc51be96b5c2df88d78c469d3697366a6b8004afa79b49187cd396f4

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