Skip to content

HONG YUAN HOLDING GROUP: filings

Every HONG YUAN HOLDING GROUP annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-18fiscal Q2 2026431170001493152-26-043209
10-K/A2026-09-14fiscal FY 202542800001493152-26-042534
10-Q2026-06-22fiscal Q1 202642800001493152-26-029644
10-K2026-05-08fiscal FY 202542800001493152-26-021954
10-Q2025-11-19fiscal Q3 2025401080001493152-25-024169
10-Q/A2025-09-26fiscal Q2 2025391090001493152-25-015684
10-Q/A2025-09-26fiscal Q1 202540730001493152-25-015680
10-Q2025-08-19fiscal Q2 2025391090001641172-25-024785
10-Q2025-07-31fiscal Q1 202540730001641172-25-021685
10-K2025-07-03fiscal FY 202440710001641172-25-017721
10-Q2024-11-12fiscal Q3 202414500001493152-24-044776
10-Q2024-08-14fiscal Q2 202414500001493152-24-032110
10-Q2024-05-28fiscal Q1 202414300001493152-24-021436
10-K2024-04-09fiscal FY 202314290001493152-24-013972
10-Q2023-11-13fiscal Q3 202314500001493152-23-040587
10-Q2023-08-14fiscal Q2 202314500001493152-23-028254
10-Q2023-05-15fiscal Q1 202312260001493152-23-017189
10-K2023-03-31fiscal FY 202212250001493152-23-010175
10-Q2022-11-14fiscal Q3 202213440001493152-22-032213
10-Q2022-08-15fiscal Q2 202213430001493152-22-022767
10-Q2022-05-16fiscal Q1 202212260001493152-22-013620
10-K2022-03-29fiscal FY 202111220001493152-22-008004
10-Q2021-11-10fiscal Q3 202112380001493152-21-027850
10-Q2021-08-10fiscal Q2 202112370001493152-21-019130
10-Q2021-05-17fiscal Q1 202112250001213900-21-026902
10-Q2013-11-14fiscal Q3 201333850001193125-13-442113
10-Q2013-08-14fiscal Q2 201332810001193125-13-334601
10-Q2013-05-20fiscal Q1 201333670001193125-13-227819
10-K2013-04-16fiscal FY 201232660001193125-13-156787
10-Q2012-11-14fiscal Q3 201233850001193125-12-470551
10-Q2012-08-14fiscal Q2 201233850001193125-12-355499
10-Q2012-05-15fiscal Q1 201235710001193125-12-234493
10-K2012-04-16fiscal FY 201134700001193125-12-164541
10-Q/A2011-12-21fiscal Q3 201135900000950123-11-103695
10-Q2011-11-14fiscal Q3 201135900000950123-11-098407
10-Q2011-08-15fiscal Q2 201137940000950123-11-077542

Inspect the source

Entity
HONG YUAN HOLDING GROUP / CIK 0001324759
Captured
2026-09-20T07:52:30.396Z
SEC response SHA-256
67a00c1b0e9ad53576e2caecd9550843949007c857d92415b4980d2d4e1bf153

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