Skip to content

TANCHENG GROUP CO., LTD.: filings

Every TANCHENG GROUP CO., LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-08-14fiscal Q2 2026341090001683168-26-006485
10-Q2026-05-15fiscal Q1 202632690001683168-26-003973
10-K2026-03-31fiscal FY 202534710001683168-26-002488
10-Q2025-11-14fiscal Q3 2025351040001683168-25-008383
10-Q2025-08-14fiscal Q2 2025351040001683168-25-006089
10-Q2025-05-13fiscal Q1 202535740001683168-25-003492
10-K2025-03-26fiscal FY 202435730001683168-25-001892
10-Q2024-11-14fiscal Q3 2024361080001683168-24-008012
10-Q2024-08-14fiscal Q2 2024361080001683168-24-005687
10-Q2024-05-15fiscal Q1 202435740001683168-24-003439
10-K2024-03-29fiscal FY 202336740001683168-24-001846
10-Q2023-11-13fiscal Q3 2023371100001683168-23-007981
10-Q2023-08-14fiscal Q2 2023371110001683168-23-005661
10-Q2023-05-15fiscal Q1 202327580001683168-23-003329
10-Q2022-12-15fiscal Q1 202326550001683168-22-008436
10-K2022-09-21fiscal FY 202222400001753391-22-000019
10-Q2022-06-08fiscal Q3 202220520001753391-22-000008
10-Q2022-03-16fiscal Q2 202219430001753391-22-000006
10-Q2021-12-06fiscal Q1 202216310001753391-21-000013
10-K2021-10-08fiscal FY 202119380001753391-21-000010
10-Q2021-06-07fiscal Q3 202121550001753391-21-000005
10-Q2021-03-11fiscal Q2 202121530001753391-21-000002
10-Q2020-12-09fiscal Q1 202121410001753391-20-000015
10-K2020-10-05fiscal FY 202024470001753391-20-000012
10-Q2020-06-08fiscal Q3 202023680001753391-20-000008
10-Q2020-02-21fiscal Q2 202023640001753391-20-000002
10-Q2019-12-03fiscal Q1 202021440001753391-19-000027
10-K2019-09-16fiscal FY 201924480001753391-19-000025
10-Q2019-06-14fiscal Q3 201918340001753391-19-000019

Inspect the source

Entity
TANCHENG GROUP CO., LTD. / CIK 0001753391
Captured
2026-09-21T17:26:03.943Z
SEC response SHA-256
1c5a56a702a8f827a1254dcb3001fa1e22ecb3fb25cc24101c8a06f27e7f8aec

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