Skip to content

GD CULTURE GROUP LIMITED: filings

Every GD CULTURE GROUP LIMITED 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-08-14fiscal Q2 2026451310001213900-26-090150
10-Q2026-04-10fiscal Q1 202646910001213900-26-042579
10-K2026-03-27fiscal FY 202549960001213900-26-035630
10-Q2025-11-03fiscal Q3 2025471360001213900-25-104943
10-Q2025-08-12fiscal Q2 2025451280001213900-25-074991
10-Q2025-05-15fiscal Q1 202545900001213900-25-044218
10-K2025-03-18fiscal FY 202448920001213900-25-024635
10-Q2024-11-14fiscal Q3 2024491320001213900-24-098486
10-Q2024-08-14fiscal Q2 2024491270001213900-24-069008
10-K/A2024-07-22fiscal FY 202351870001013762-24-000473
10-K/A2024-07-08fiscal FY 202351870001213900-24-059819
10-Q2024-05-20fiscal Q1 202445830001213900-24-045188
10-K2024-04-02fiscal FY 202351870001213900-24-029042
10-Q2023-11-20fiscal Q3 2023481120001213900-23-088602
10-Q2023-08-14fiscal Q2 2023461070001213900-23-067117
10-Q2023-05-15fiscal Q1 202340750001213900-23-039834
10-K2023-03-31fiscal FY 202245820001213900-23-025481
10-Q2022-11-14fiscal Q3 2022421020001213900-22-072275
10-Q2022-08-22fiscal Q2 2022451140001213900-22-050044
10-Q2022-05-16fiscal Q1 202244890001213900-22-026887
10-K2022-03-31fiscal FY 202146900001213900-22-016836
10-Q2021-11-22fiscal Q3 2021431050001213900-21-061248
10-Q2021-08-12fiscal Q2 2021441070001213900-21-042097
10-Q2021-05-14fiscal Q1 202142830001213900-21-026367
10-K2021-03-26fiscal FY 202046890001213900-21-017928
10-Q2020-11-13fiscal Q3 2020461210001213900-20-036999
10-Q2020-08-13fiscal Q2 2020461210001213900-20-021766
10-Q2020-06-26fiscal Q1 202046920001213900-20-015925
10-K2020-04-17fiscal FY 201948950001213900-20-009492
10-Q2019-11-14fiscal Q3 2019491340001213900-19-023383
10-Q2019-08-14fiscal Q2 2019491340001213900-19-015700
10-Q2019-05-15fiscal Q1 201948970001213900-19-008645
10-K2019-04-01fiscal FY 201847920001213900-19-005477
10-Q2018-11-14fiscal Q3 2018451240001213900-18-015777
10-Q2018-08-14fiscal Q2 2018451220001213900-18-010996
10-Q2018-05-15fiscal Q1 201843870001213900-18-006338
10-K2018-04-02fiscal FY 201718360001213900-18-003859
10-Q2017-11-14fiscal Q3 201715390001213900-17-012072
10-Q2017-08-11fiscal Q2 201716420001213900-17-008509
10-Q2017-05-12fiscal Q1 201716360001213900-17-005067
10-K2017-03-28fiscal FY 201618340001213900-17-002919
10-Q2016-11-10fiscal Q3 201618420001213900-16-018198
10-Q2016-08-15fiscal Q2 201618380001213900-16-016017
10-Q2016-05-13fiscal Q1 201615260001213900-16-013291
10-K2016-03-28fiscal FY 201518180001213900-16-011910
10-Q2015-11-05fiscal Q2 201518210001213900-15-008234
10-Q2015-09-08fiscal Q1 201612120001213900-15-006813

Inspect the source

Entity
GD CULTURE GROUP LIMITED / CIK 0001641398
Captured
2026-09-21T17:22:52.402Z
SEC response SHA-256
d29cdea96ef878d0b1e8d82e8450ba20a20c8ae814737185d883fe511fede42d

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