Skip to content

HUAIZHONG HEALTH GROUP INC.: filings

Every HUAIZHONG HEALTH GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2023-05-26

The latest filing in this captured record is a 10-Q filed 2023-05-26. No later filing is in the SEC companyfacts record captured on 2026-09-23. HUAIZHONG HEALTH GROUP INC. 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-Q2023-05-26fiscal Q1 202322480001640334-23-000968
10-K/A2023-05-24fiscal FY 202224500001640334-23-000947
10-K2023-03-27fiscal FY 202224500001640334-23-000444
10-Q2022-11-04fiscal Q3 202222700001640334-22-002346
10-Q2022-07-29fiscal Q2 202220590001640334-22-001615
10-Q2022-03-31fiscal Q1 202219390001640334-22-000660
10-K2022-01-26fiscal FY 202123470001640334-22-000182
10-Q2021-09-09fiscal Q3 202119640001640334-21-002133
10-Q2021-06-14fiscal Q2 202117520001640334-21-001342
10-Q2021-04-07fiscal Q1 202118380001640334-21-000798
10-K2021-03-22fiscal FY 202020420001640334-21-000625
10-Q2020-08-10fiscal Q3 202015420001477932-20-004673
10-Q2020-05-27fiscal Q2 202016360001477932-20-003058
10-Q2020-03-10fiscal Q1 202012230001477932-20-001214
10-K2020-01-09fiscal FY 201917330001477932-20-000107
10-Q2019-09-12fiscal Q3 201917520001477932-19-005346
10-Q2019-08-06fiscal Q2 201919540001477932-19-004521
10-Q2019-08-06fiscal Q1 201919460001477932-19-004520
10-K2019-08-06fiscal FY 201819530001477932-19-004517
10-Q2019-08-06fiscal Q3 201819530001477932-19-004515
10-Q2018-06-06fiscal Q2 201820580001477932-18-002930
10-Q/A2018-04-25fiscal Q1 201820470001477932-18-002057
10-Q2018-03-08fiscal Q1 201820470001477932-18-001154
10-K2018-02-13fiscal FY 201720510001477932-18-000780
10-Q2017-09-19fiscal Q3 201719550001477932-17-004585
10-Q2017-06-15fiscal Q2 201719550001477932-17-002847
10-Q2017-03-17fiscal Q1 201719520001477932-17-001178
10-K2017-02-14fiscal FY 201620510001477932-17-000778
10-Q2016-09-14fiscal Q3 201620560001477932-16-012485
10-Q2016-05-27fiscal Q2 201620580001477932-16-010616
10-Q2016-03-16fiscal Q1 201620530001477932-16-009076
10-K2016-01-25fiscal FY 201522410001477932-16-008243
10-Q2015-09-18fiscal Q3 201524650001477932-15-005983
10-Q2015-06-11fiscal Q2 201524660001477932-15-003808
10-Q2015-03-13fiscal Q1 201525560001477932-15-001684
10-K2015-01-12fiscal FY 201423400001477932-15-000223

Inspect the source

Entity
HUAIZHONG HEALTH GROUP INC. / CIK 0001593204
Captured
SEC response SHA-256
4b6b97e52521d1bd1393a4e9f12cea427cd0a756c49b01e557c4b363e03c5f42

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