Skip to content

DATASEA INC.: filings

Every DATASEA INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-02-12fiscal Q2 2026481380001213900-26-015257
10-Q2025-11-13fiscal Q1 2026481000001213900-25-109884
10-K2025-09-26fiscal period not tagged48980001213900-25-092109
10-Q2025-05-14fiscal Q3 2025491470001213900-25-043231
10-Q2025-02-13fiscal Q2 2025491430001213900-25-013537
10-Q2024-11-13fiscal Q1 2025491040001213900-24-097560
10-K2024-09-26fiscal FY 202448970001213900-24-082285
10-Q2024-05-13fiscal Q3 2024481390001213900-24-042345
10-Q2024-02-13fiscal Q2 2024491360001213900-24-012887
10-Q2023-11-13fiscal Q1 2024501010001213900-23-085580
10-K2023-09-27fiscal FY 2023521050001213900-23-079920
10-Q2023-05-15fiscal Q3 2023491450001213900-23-039416
10-Q2023-02-13fiscal Q2 2023501440001213900-23-010756
10-Q2022-11-14fiscal Q1 202348980001213900-22-071986
10-K2022-09-28fiscal FY 2022491000001213900-22-059573
10-Q2022-05-16fiscal Q3 2022481400001213900-22-026720
10-Q2022-02-11fiscal Q2 2022461270001213900-22-006734
10-Q2021-11-12fiscal Q1 202245900001213900-21-058737
10-K2021-09-28fiscal FY 202145890001213900-21-050298
10-Q2021-05-14fiscal Q3 2021421170001213900-21-026444
10-Q2021-02-08fiscal Q2 2021411150001213900-21-007405
10-Q2020-11-13fiscal Q1 202142810001213900-20-036910
10-K2020-09-28fiscal FY 202041770001213900-20-028670
10-Q/A2020-09-15fiscal Q3 202033920001213900-20-026779
10-Q/A2020-09-15fiscal Q2 202037990001213900-20-026776
10-Q/A2020-09-15fiscal Q1 201935700001213900-20-026772
10-Q2020-05-14fiscal Q3 202033940001213900-20-012293
10-Q2020-02-14fiscal Q2 202035950001213900-20-003990
10-Q2019-11-14fiscal Q1 201935730001213900-19-023567
10-K2019-10-15fiscal FY 201933670001213900-19-020387
10-Q2019-05-15fiscal Q3 201932890001615774-19-007920
10-Q2019-02-14fiscal Q2 201932860001615774-19-002549
10-Q/A2018-12-04fiscal Q1 201930640001615774-18-013847
10-Q/A2018-11-30fiscal Q1 201930640001615774-18-013662
10-Q2018-11-14fiscal Q1 201930640001615774-18-012732
10-K2018-09-13fiscal FY 201834680001615774-18-009518
10-Q2018-05-15fiscal Q3 201832820001615774-18-003852
10-Q2018-02-13fiscal Q2 201831790001615774-18-001123
10-Q2017-11-14fiscal Q1 201732610001520138-17-000354
10-K2017-10-13fiscal FY 201731590001520138-17-000323
10-Q2017-05-15fiscal Q3 201730750001520138-17-000187
10-Q2017-02-14fiscal Q2 201728700001520138-17-000057
10-Q2016-11-14fiscal Q1 201726550001520138-16-001234
10-K2016-09-28fiscal FY 201625470001520138-16-001178
10-Q2016-05-23fiscal Q3 201626500001520138-16-000952
10-Q2016-02-16fiscal Q2 201624420001520138-16-000736
10-Q2015-11-13fiscal Q3 201515280001520138-15-000463
10-Q2015-07-28fiscal Q2 201515280001520138-15-000336
10-Q2015-05-11fiscal Q1 201515240001520138-15-000204

Inspect the source

Entity
DATASEA INC. / CIK 0001631282
Captured
2026-09-21T17:22:20.742Z
SEC response SHA-256
a007d94c5f0982ed4574d61c5addfdd59338eb2ebf75e3215a7d8bff8878e4d6

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