Skip to content

LEADER HILL CORPORATION: filings

Every LEADER HILL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2024-04-16

The latest filing in this captured record is a 10-K/A filed 2024-04-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. LEADER HILL CORPORATION may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K/A2024-04-16fiscal FY 202323470001493152-24-014748
10-Q/A2024-03-18fiscal Q3 202323500001493152-24-010226
10-Q/A2024-03-18fiscal Q2 202322450001493152-24-010224
10-Q/A2024-03-18fiscal Q1 202323450001493152-24-010221
10-K/A2024-03-13fiscal FY 202224450001493152-24-009781
10-Q2022-10-11fiscal Q3 202227620001493152-22-028028
10-Q2022-07-15fiscal Q2 202219470001493152-22-019373
10-Q2022-04-19fiscal Q1 202215280001493152-22-010289
10-K/A2022-03-21fiscal FY 202121380001493152-22-007308
10-K2022-03-14fiscal FY 202121380001493152-22-006703
10-Q2021-10-15fiscal Q3 202120530001493152-21-025499
10-Q2021-07-15fiscal Q2 202120490001493152-21-016873
10-Q2021-04-19fiscal Q1 202119390001493152-21-009081
10-K2020-12-14fiscal FY 202022430001493152-20-023456
10-Q2020-10-01fiscal Q3 202021610001493152-20-018661
10-Q2020-06-25fiscal Q2 202022570001493152-20-011769
10-Q2020-04-10fiscal Q1 202019400001493152-20-006156
10-K2020-01-17fiscal FY 201927490001493152-20-000707
10-Q2019-09-19fiscal Q3 201928730001493152-19-014293
10-Q2019-07-11fiscal Q2 201925560001493152-19-010522
10-Q2019-05-08fiscal Q1 201923460001493152-19-006535
10-K2019-02-28fiscal FY 201828480001493152-19-002703
10-Q2018-10-23fiscal Q3 201831600001493152-18-014760
10-Q2018-08-10fiscal Q2 201827450001493152-18-011307

Inspect the source

Entity
LEADER HILL CORPORATION / CIK 0001723187
Captured
SEC response SHA-256
a075f157d0c9e0624d123998cfc1728b7992d94edb95662c5b21820709639c8e

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