Skip to content

GLOBAL LEADERS CORP.: filings

Every GLOBAL LEADERS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-Q2025-09-05fiscal Q3 202519580001641172-25-026644
10-Q2025-05-27fiscal Q2 202520590001641172-25-012377
10-Q2025-03-10fiscal Q1 202520410001493152-25-009617
10-K2025-01-24fiscal FY 202419370001493152-25-003478
10-Q2024-09-05fiscal Q3 202423670001493152-24-035075
10-Q2024-06-11fiscal Q2 202422620001493152-24-023403
10-Q2024-03-11fiscal Q1 202422420001493152-24-009474
10-K2024-01-26fiscal FY 202323430001493152-24-003832
10-Q/A2023-11-24fiscal Q2 202320540001493152-23-042573
10-Q/A2023-11-24fiscal Q1 202318380001493152-23-042570
10-K/A2023-09-28fiscal FY 202222440001493152-23-034488
10-Q/A2023-09-28fiscal Q3 202220590001493152-23-034487
10-Q/A2023-09-28fiscal Q1 202220410001493152-23-034485
10-Q2023-08-30fiscal Q3 202321550001493152-23-030614
10-Q2023-06-09fiscal Q2 202320540001493152-23-020653
10-Q2023-03-17fiscal Q1 202319400001493152-23-008006
10-K2023-02-07fiscal FY 202221420001493152-23-003772
10-Q2022-08-30fiscal Q3 202220590001493152-22-024335
10-Q2022-06-10fiscal Q2 202221610001493152-22-016375
10-Q2022-03-10fiscal Q1 202217350001493152-22-006445
10-K2022-01-28fiscal FY 202120380001493152-22-002470
10-Q2021-09-10fiscal Q3 202120370001493152-21-022372
10-Q2021-06-21fiscal Q2 202120370001493152-21-014756

Inspect the source

Entity
GLOBAL LEADERS CORP. / CIK 0001830696
Captured
2026-09-21T17:29:28.720Z
SEC response SHA-256
b01ef12e9cdf43c5d1cab629f2264bcf0412625a6d273162450b92c96f3241b0

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