Skip to content

HUAHUI EDUCATION GROUP LIMITED: filings

Every HUAHUI EDUCATION GROUP LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 17 filings, each linked to its SEC index.

Filing record ends 2024-09-17

The latest filing in this captured record is a 20-F filed 2024-09-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. HUAHUI EDUCATION GROUP LIMITED 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
20-F2024-09-17fiscal FY 202339790001493152-24-036887
20-F2023-05-01fiscal FY 202235700001493152-23-014957
20-F2022-05-02fiscal FY 202135700001493152-22-011681
20-F2021-04-30fiscal FY 202033630001493152-21-010111
20-F2020-04-29fiscal FY 201930570001493152-20-007303
20-F2019-08-29fiscal FY 201916490001493152-19-013507
10-Q2019-02-15fiscal Q2 201913300001493152-19-002160
10-Q2018-11-14fiscal Q1 201915240001493152-18-015907
10-K2018-09-28fiscal FY 201815260001493152-18-013871
10-Q2018-05-01fiscal Q3 201819360001493152-18-006025
10-Q2018-02-14fiscal Q2 201818330001493152-18-002115
10-Q/A2018-02-01fiscal Q1 201823420001493152-18-001339
10-Q2017-10-23fiscal Q1 201823450001680935-17-000013
10-K2017-09-01fiscal FY 201723450001680935-17-000011
10-Q2017-04-13fiscal Q3 201723450001680935-17-000004
10-Q2017-01-30fiscal Q2 201722390001680935-17-000002
10-Q2016-10-17fiscal Q1 201722380001680935-16-000010

Inspect the source

Entity
HUAHUI EDUCATION GROUP LIMITED / CIK 0001680935
Captured
SEC response SHA-256
d53a92703b8b45836879a08c8421001b3b7ac90909add21e39f6f1f4656a825c

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