Skip to content

HI-GREAT GROUP HOLDING COMPANY: filings

Every HI-GREAT GROUP HOLDING COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-09-15fiscal Q2 202626810001213900-26-100077
10-Q2026-06-12fiscal Q1 202626620001213900-26-068314
10-K2026-05-27fiscal FY 202525560001213900-26-061133
10-Q2025-12-15fiscal Q3 202527740001213900-25-121468
10-Q2025-09-04fiscal Q2 202526770001213900-25-084241
10-Q2025-06-06fiscal Q1 202526570001213900-25-051694
10-K2025-05-06fiscal FY 202425560001213900-25-040214
10-Q2024-11-01fiscal Q3 202426810001213900-24-093477
10-Q2024-07-31fiscal Q2 202426800001013762-24-003232
10-Q2024-05-30fiscal Q1 202425600001213900-24-047699
10-K2024-05-20fiscal FY 202326550001213900-24-045019
10-K/A2024-05-08fiscal FY 202227550001213900-24-040828
10-K/A2024-03-19fiscal FY 202227550001213900-24-024103
10-Q2023-11-13fiscal Q3 202324750001213900-23-085903
10-Q2023-08-14fiscal Q2 202324720001213900-23-066447
10-Q2023-05-19fiscal Q1 202324540001213900-23-041270
10-K2023-04-17fiscal FY 202227550001213900-23-030000
10-Q2022-11-14fiscal Q3 202229800001213900-22-071779
10-Q2022-09-06fiscal Q2 202231930001213900-22-054144
10-Q2022-08-01fiscal Q1 202227570001213900-22-043301
10-K2022-07-12fiscal FY 202128570001213900-22-038831
10-Q2022-05-09fiscal Q3 202128850001213900-22-024744
10-Q2022-05-02fiscal Q2 202128830001213900-22-023240
10-Q/A2022-04-15fiscal Q1 202128600001213900-22-020102
10-K2022-02-24fiscal FY 202025410001213900-22-009127
10-Q/A2021-10-19fiscal Q3 202028620001213900-21-053420
10-Q/A2021-10-04fiscal Q2 202030630001213900-21-051246
10-Q/A2021-08-24fiscal Q1 202027470001213900-21-044422
10-Q/A2020-12-17fiscal Q3 202028620001213900-20-043167
10-Q2020-11-12fiscal Q3 202028620001213900-20-036508
10-Q2020-09-11fiscal Q2 202024540001213900-20-026263

Inspect the source

Entity
HI-GREAT GROUP HOLDING COMPANY / CIK 0001807616
Captured
2026-09-19T11:21:31.174Z
SEC response SHA-256
b35f261d9c2f84bd39e443cb2ea32e38e817dc8b83b548a6c24296d58207c9de

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