Skip to content

Limitless Projects Inc.: filings

Every Limitless Projects Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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-06-12fiscal Q3 202627720001842167-26-000006
10-Q2026-03-25fiscal Q2 202627720001842167-26-000004
10-Q2026-01-27fiscal Q1 202627580001842167-26-000002
10-K2025-10-01fiscal FY 202526540001842167-25-000004
10-Q2025-09-12fiscal Q3 202527720001139020-25-000332
10-Q2025-09-12fiscal Q2 202527720001139020-25-000330
10-Q2025-09-12fiscal Q1 202527580001139020-25-000328
10-K2025-09-12fiscal FY 202426540001139020-25-000324
10-Q2025-09-12fiscal Q3 202426700001139020-25-000322
10-Q2025-09-10fiscal Q2 202427720001139020-25-000313
10-Q2025-09-10fiscal Q1 202427580001139020-25-000311
10-K2025-09-10fiscal FY 202328580001139020-25-000309
10-Q2025-09-10fiscal Q3 202327720001139020-25-000306
10-Q2023-03-16fiscal Q2 202322510001903596-23-000194
10-Q2022-12-14fiscal Q1 202321420001903596-22-000917
10-K2022-10-31fiscal FY 202224460001903596-22-000699
10-Q2022-06-13fiscal Q3 202222530001575705-22-000425
10-Q2022-03-10fiscal Q2 202222380001575705-22-000192
10-Q2021-12-14fiscal Q1 202222350001575705-21-000849
10-K2021-09-30fiscal FY 202126260001575705-21-000665
10-Q2021-09-29fiscal Q3 202123360001575705-21-000661

Inspect the source

Entity
Limitless Projects Inc. / CIK 0001842167
Captured
2026-09-21T17:30:09.993Z
SEC response SHA-256
2528baa95ab2a04d249b472f2c903494e5bd5f0cbd07fca9bc211fe810a88537

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