Skip to content

EZAGOO LIMITED: filings

Every EZAGOO LIMITED 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-Q2025-11-13fiscal Q3 202531950001493152-25-022083
10-Q2025-10-30fiscal Q2 202531920001493152-25-020156
10-Q2025-07-16fiscal Q1 202531630001641172-25-019818
10-K2025-05-15fiscal FY 202434660001641172-25-010460
10-Q2024-11-20fiscal Q3 2024341050001493152-24-046922
10-Q2024-08-16fiscal Q2 202432930001493152-24-032721
10-Q2024-05-15fiscal Q1 202434680001493152-24-019633
10-K2024-04-08fiscal FY 202337700001493152-24-013755
10-Q2023-11-20fiscal Q3 2023351070001493152-23-042039
10-Q2023-08-21fiscal Q2 2023341000001493152-23-029694
10-Q2023-07-18fiscal Q1 202330620001493152-23-024833
10-K2023-06-07fiscal FY 202235700001493152-23-020338
10-Q2022-11-14fiscal Q3 202233900001493152-22-031968
10-Q2022-08-15fiscal Q2 202233900001493152-22-023027
10-Q2022-05-16fiscal Q1 202231650001493152-22-013908
10-K2022-04-22fiscal FY 202134640001493152-22-010744
10-Q2021-11-15fiscal Q3 202129800001493152-21-028304
10-Q2021-08-16fiscal Q2 202129800001493152-21-019911
10-Q2021-05-24fiscal Q1 202129600001493152-21-012665
10-K2021-04-13fiscal FY 202031620001493152-21-008622
10-Q2020-11-16fiscal Q3 202030810001493152-20-021568
10-Q2020-08-14fiscal Q2 202031820001493152-20-015774
10-Q2020-06-15fiscal Q1 202031640001493152-20-011138
10-K2020-04-14fiscal FY 201932610001493152-20-006279
10-Q2019-11-13fiscal Q3 201933880001493152-19-017067
10-Q2019-08-15fiscal Q2 201932800001493152-19-012710
10-Q2019-07-10fiscal Q1 201930600001493152-19-010423

Inspect the source

Entity
EZAGOO LIMITED / CIK 0001752372
Captured
2026-09-21T17:26:02.476Z
SEC response SHA-256
ed1c9c000ba137b777714754cf9bc1435075dd4d98d8e9dc72892ed52edcf16b

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