Skip to content

CXJ GROUP CO., LIMITED: filings

Every CXJ GROUP CO., LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-K2026-09-11fiscal FY 2026511020001493152-26-042301
10-Q2026-04-10fiscal Q3 2026491240001493152-26-016067
10-Q2026-01-15fiscal Q2 2026491270001493152-26-002304
10-Q2025-10-20fiscal Q1 202646930001493152-25-018555
10-K2025-09-15fiscal FY 2025541070001493152-25-013547
10-Q/A2025-09-02fiscal Q2 2025501340001641172-25-026103
10-Q/A2025-09-02fiscal Q1 202548980001641172-25-026101
10-Q/A2025-09-02fiscal Q3 2025501350001641172-25-026099
10-K/A2025-09-02fiscal FY 2024501020001641172-25-026092
10-Q2025-04-21fiscal Q3 2025501350001641172-25-005579
10-Q2025-01-08fiscal Q2 2025501340001493152-25-001449
10-Q2024-11-27fiscal Q1 202548980001493152-24-047917
10-K2024-11-08fiscal FY 2024501020001493152-24-044128
10-Q2024-08-12fiscal Q3 2024501350001493152-24-031184
10-Q2024-07-24fiscal Q2 2024501310001493152-24-028876
10-Q2024-07-12fiscal Q1 2024501010001493152-24-027055
10-K2024-05-02fiscal FY 2023451030001493152-24-017474
10-Q/A2024-02-12fiscal Q3 2023491460001493152-24-005800
10-Q2024-02-05fiscal Q2 2023491390001493152-24-004872
10-Q/A2024-01-29fiscal Q1 2023471030001493152-24-004045
10-K2024-01-09fiscal FY 202244920001493152-24-001811
10-Q2022-04-13fiscal Q3 2022441090001493152-22-009755
10-Q2022-01-14fiscal Q2 2022441080001493152-22-001328
10-Q2021-11-19fiscal Q1 202244840001493152-21-029289
10-K2021-10-04fiscal FY 202136730001493152-21-024405
10-Q2021-04-19fiscal Q3 202134750001493152-21-009068

Inspect the source

Entity
CXJ GROUP CO., LIMITED / CIK 0001823635
Captured
2026-09-21T17:35:24.716Z
SEC response SHA-256
16225e6221a3fcbab54d9b4bb066f8df6cedb58b82efa682307c5d3b682c021a

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