Skip to content

COSMOS GROUP HOLDINGS INC.: filings

Every COSMOS GROUP HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-Q2025-05-15fiscal Q1 202533610001213900-25-043648
10-K2025-04-15fiscal FY 202436670001213900-25-031761
10-Q2024-11-12fiscal Q3 2024431240001213900-24-096559
10-Q2024-08-14fiscal Q2 2024451310001213900-24-068934
10-Q2024-05-20fiscal Q1 202443810001213900-24-045158
10-K2024-04-16fiscal FY 202345880001213900-24-033527
10-K/A2023-12-07fiscal FY 202247940001213900-23-093999
10-Q2023-11-22fiscal Q3 2023451310001213900-23-089616
10-Q2023-08-21fiscal Q2 2023421210001213900-23-069347
10-Q/A2023-05-31fiscal Q1 202341840001213900-23-044332
10-Q2023-05-22fiscal Q1 202341840001213900-23-041949
10-Q2022-11-01fiscal Q3 2022451310001213900-22-067760
10-Q2022-08-15fiscal Q2 2022451260001213900-22-047737
10-Q2022-05-16fiscal Q1 202244920001640334-22-001048
10-K2022-04-15fiscal FY 202149990001640334-22-000801
10-Q2021-11-19fiscal Q3 202132920001640334-21-002911
10-Q2021-08-16fiscal Q2 202126820001640334-21-001899
10-Q2021-06-29fiscal Q1 202126560001640334-21-001436
10-K2021-06-25fiscal FY 202034700001640334-21-001427
10-Q2021-06-15fiscal Q3 202024760001640334-21-001355
10-Q2020-08-17fiscal Q2 202030800001640334-20-002161
10-Q2020-06-29fiscal Q1 202031660001640334-20-001613
10-K2020-04-29fiscal FY 201935720001683168-20-001310
10-Q2019-11-15fiscal Q3 2019371120001683168-19-003677
10-Q2019-08-14fiscal Q2 201932950001683168-19-002594
10-Q2019-05-10fiscal Q1 201934720001683168-19-001450
10-K2019-03-28fiscal FY 201836730001683168-19-000813
10-Q2018-11-14fiscal Q3 201831930001683168-18-003404
10-Q2018-08-16fiscal Q2 201834940001683168-18-002369
10-Q2018-05-14fiscal Q1 201837760001683168-18-001307
10-K2018-03-23fiscal FY 201735720001683168-18-000751
10-Q2017-11-14fiscal Q3 2017351060001683168-17-002967
10-Q2017-08-14fiscal Q2 2017321000001683168-17-002081

Inspect the source

Entity
COSMOS GROUP HOLDINGS INC. / CIK 0001706509
Captured
2026-09-21T17:26:16.453Z
SEC response SHA-256
f51397b37d0dbb0d73d91c6ba7a79a72b2b9b1dcfced492f3f6bd2e422baa764

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