Skip to content

WENYUAN GROUP CORP.: filings

Every WENYUAN GROUP CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-05-20fiscal Q1 202635700001493152-26-024540
10-K2026-05-08fiscal FY 202543830001493152-26-021866
10-Q2025-11-14fiscal Q3 2025411090001493152-25-023452
10-Q2025-08-18fiscal Q2 2025411080001641172-25-024521
10-Q2025-05-20fiscal Q1 202542800001641172-25-011709
10-K2025-04-15fiscal FY 202443840001641172-25-004790
10-Q2024-11-06fiscal Q3 2024401090001493152-24-043824
10-Q2024-08-12fiscal Q2 2024411130001493152-24-031262
10-Q2024-05-14fiscal Q1 202440780001493152-24-019228
10-K2024-04-01fiscal FY 202338700001017386-24-000060
10-Q2023-11-20fiscal Q3 202338960001017386-23-000399
10-Q2023-08-14fiscal Q2 202338970001017386-23-000306
10-Q2023-05-12fiscal Q1 202338710001017386-23-000204
10-K2023-03-29fiscal FY 202232500001017386-23-000130
10-Q2022-11-03fiscal Q3 202229660001017386-22-000474
10-Q2022-08-12fiscal Q2 202227560001017386-22-000352
10-K2019-04-16fiscal FY 20188160001551163-19-000090
10-Q2018-11-15fiscal Q3 20188220001551163-18-000194
10-Q2018-08-01fiscal Q2 20188220001551163-18-000119
10-Q2018-05-09fiscal Q1 20188160001551163-18-000086
10-K2018-03-30fiscal FY 201711200001551163-18-000036
10-Q2017-11-14fiscal Q3 201711270001551163-17-000178
10-Q2017-08-09fiscal Q2 201711250001551163-17-000146
10-Q2017-05-15fiscal Q1 201711190001551163-17-000091
10-K2017-04-12fiscal FY 201613260001551163-17-000063
10-Q2016-11-14fiscal Q3 201615330001551163-16-000503
10-Q2016-08-19fiscal Q2 201613310001551163-16-000469
10-Q2016-05-13fiscal Q1 201613240001551163-16-000389
10-K2016-03-08fiscal FY 201516330001551163-16-000313
10-Q2016-02-23fiscal Q3 201513330001551163-16-000309
10-Q2016-02-23fiscal Q2 201513350001551163-16-000307
10-Q2016-02-22fiscal Q1 201513260001551163-16-000297
10-K2015-06-11fiscal FY 201417360001213900-15-004390
10-Q2015-04-08fiscal Q3 201416410001213900-15-002506
10-Q2015-04-06fiscal Q2 201415400001213900-15-002476
10-Q2015-04-03fiscal Q1 201417350001213900-15-002450
10-K2015-01-14fiscal FY 201318360001213900-15-000274
10-Q2013-11-07fiscal Q3 201314430001213900-13-006113
10-Q2013-08-06fiscal Q2 201312340001213900-13-003964
10-Q2013-05-20fiscal Q1 201314300001213900-13-002774
10-K2013-03-19fiscal FY 201215410001213900-13-001178
10-Q2012-11-13fiscal Q3 201211340001213900-12-006022
10-Q2012-07-26fiscal Q2 201210300001213900-12-004026
10-Q2012-05-11fiscal Q1 201217400001213900-12-002391
10-K2012-04-20fiscal FY 201117370001213900-12-001964
10-Q2011-11-14fiscal Q3 201118590001213900-11-005968
10-Q2011-08-18fiscal Q2 201119610001213900-11-004570

Inspect the source

Entity
WENYUAN GROUP CORP. / CIK 0000723533
Captured
2026-09-19T15:00:04.997Z
SEC response SHA-256
d8347d1dc237dfe312e4063edab21ebe7defae0cda2445c74588d0571cd9d998

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