Skip to content

LIMITLESS X HOLDINGS INC.: filings

Every LIMITLESS X HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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 2026361050001493152-26-038194
10-Q2026-06-26fiscal Q1 202636680001493152-26-030357
10-K2026-04-15fiscal FY 202538750001493152-26-016760
10-Q2025-11-19fiscal Q3 202533990001493152-25-024301
10-Q2025-08-14fiscal Q2 2025331010001641172-25-023847
10-Q/A2025-06-12fiscal Q2 2023381110001641172-25-014811
10-Q/A2025-06-10fiscal Q1 202339740001641172-25-014504
10-Q2025-05-22fiscal Q1 202530610001641172-25-012103
10-K2025-05-09fiscal FY 202438750001641172-25-009410
10-Q2024-12-23fiscal Q3 2024371050001493152-24-051872
10-K/A2024-12-03fiscal FY 202340780001493152-24-048382
10-Q2024-08-14fiscal Q2 2024351020001493152-24-032236
10-Q2024-05-20fiscal Q1 202435700001493152-24-020645
10-K2024-04-18fiscal FY 202340790001493152-24-015181
10-Q2023-11-20fiscal Q3 2023371070001493152-23-042021
10-Q2023-08-14fiscal Q2 2023391140001493152-23-028562
10-Q2023-05-15fiscal Q1 202335660001493152-23-017200
10-K2023-04-17fiscal FY 202236620001493152-23-012622
10-Q2022-11-10fiscal Q3 202237640001213900-22-071190
10-Q2022-08-15fiscal Q2 202237650001213900-22-048203
10-Q2022-05-02fiscal Q1 202228560001065949-22-000059
10-K2022-03-18fiscal FY 202129550001065949-22-000027
10-Q2021-11-03fiscal Q3 202128690001065949-21-000198
10-Q2021-07-30fiscal Q2 202126610001174947-21-000716
10-Q2021-05-05fiscal Q1 202123440001065949-21-000088
10-K2021-03-01fiscal FY 202029500001065949-21-000040
10-Q2020-11-04fiscal Q3 202026540001065949-20-000144

Inspect the source

Entity
LIMITLESS X HOLDINGS INC. / CIK 0001803977
Captured
2026-09-21T17:33:02.890Z
SEC response SHA-256
35e85c1ea1b730881114cbe2f634607d36b7ecf0d3e4d66ff828ecbfd2d42eb4

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