Skip to content

ADDENTAX GROUP CORP.: filings

Every ADDENTAX GROUP CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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 Q1 202745910001493152-26-038442
10-K2026-06-29fiscal FY 202651980001493152-26-031055
10-Q2026-02-13fiscal Q3 2026441230001493152-26-006571
10-Q2025-11-14fiscal Q2 2026451220001493152-25-022485
10-Q2025-08-14fiscal Q1 202646930001641172-25-023677
10-K2025-06-30fiscal FY 202548950001641172-25-017050
10-Q2025-02-14fiscal Q3 2025471310001493152-25-006558
10-Q2024-11-14fiscal Q2 2025471310001493152-24-045272
10-Q2024-08-14fiscal Q1 202547910001493152-24-032186
10-K2024-07-15fiscal FY 202447920001493152-24-027830
10-Q2024-02-14fiscal Q3 2024461290001493152-24-006280
10-Q2023-11-14fiscal Q2 2024461290001493152-23-040747
10-Q2023-08-14fiscal Q1 202343860001493152-23-027959
10-K2023-06-29fiscal FY 202348930001493152-23-022881
10-Q2023-02-14fiscal Q3 2023441210001493152-23-004766
10-Q2022-11-14fiscal Q2 2023451220001493152-22-031735
10-Q2022-08-15fiscal Q1 202244860001493152-22-022545
10-K2022-06-23fiscal FY 202245880001493152-22-017581
10-Q2022-02-14fiscal Q3 2022441160001493152-22-004366
10-Q2021-11-19fiscal Q2 2022441150001493152-21-029308
10-Q2021-08-16fiscal Q1 202243860001493152-21-019895
10-K2021-06-29fiscal FY 202144860001493152-21-015510
10-Q2021-02-22fiscal Q3 2021431140001493152-21-004495
10-Q2020-11-23fiscal Q2 2021421130001493152-20-022266
10-Q2020-08-14fiscal Q1 202041840001493152-20-015658
10-K2020-06-29fiscal FY 202042810001493152-20-012023
10-Q2020-02-14fiscal Q3 2020411070001493152-20-002279
10-Q2019-11-14fiscal Q2 2020411050001493152-19-017162
10-Q2019-08-16fiscal Q1 202040760001493152-19-012823
10-K2019-07-01fiscal FY 201938750001493152-19-009992
10-Q2019-02-13fiscal Q3 201936970001493152-19-001797
10-Q2018-11-14fiscal Q2 201935970001493152-18-015916
10-Q/A2018-11-08fiscal Q3 201835950001493152-18-015399
10-Q/A2018-10-30fiscal Q2 201834620001493152-18-014952
10-K/A2018-09-21fiscal FY 201835720001493152-18-013572
10-Q2018-08-20fiscal Q1 201935730001493152-18-012286
10-K2018-07-16fiscal FY 201835720001493152-18-010040
10-Q2018-04-16fiscal Q3 201835950001493152-18-005184
10-Q/A2018-04-16fiscal Q2 201834620001493152-18-005183
10-Q2017-11-20fiscal Q2 201835940001493152-17-013560
10-Q2017-08-29fiscal Q1 201815260001493152-17-009970
10-K2017-07-03fiscal FY 201714260001493152-17-007430
10-Q2017-02-21fiscal Q3 201713280001493152-17-001791
10-Q2016-10-24fiscal Q2 201722580001650101-16-000018
10-Q2016-08-25fiscal Q2 201623460001650101-16-000016
10-K2016-06-01fiscal FY 201628540001650101-16-000007
10-Q2016-01-28fiscal Q3 201627470001650101-16-000005
10-Q2015-11-04fiscal Q2 201627470001650101-15-000002

Inspect the source

Entity
ADDENTAX GROUP CORP. / CIK 0001650101
Captured
2026-09-21T17:23:25.882Z
SEC response SHA-256
a2d48f67c376b15294e8b296c1a455943dd85d8866c58e613615b708fe4adaf2

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