Skip to content

IMAGE CHAIN GROUP LIMITED, INC.: filings

Every IMAGE CHAIN GROUP LIMITED, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2022-11-07

The latest filing in this captured record is a 10-Q filed 2022-11-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. IMAGE CHAIN GROUP LIMITED, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-11-07fiscal Q3 202213440001493152-22-030778
10-Q2022-08-09fiscal Q2 202214440001493152-22-021687
10-Q2022-05-05fiscal Q1 202214280001493152-22-012151
10-K2022-03-31fiscal FY 202115280001493152-22-008243
10-Q2021-10-07fiscal Q3 202112440001493152-21-024869
10-Q2021-08-10fiscal Q2 202111390001493152-21-019113
10-Q2021-05-17fiscal Q1 202112270001493152-21-011644
10-K2021-03-31fiscal FY 202013270001493152-21-007289
10-Q2020-11-16fiscal Q3 202013460001493152-20-021400
10-Q2020-08-07fiscal Q2 202013420001493152-20-014934
10-Q2020-05-11fiscal Q1 202013280001493152-20-008198
10-K2020-02-18fiscal FY 201922340001493152-20-002635
10-Q2019-11-06fiscal Q3 201923570001493152-19-016527
10-Q2019-08-14fiscal Q2 201923530001493152-19-012421
10-Q2019-05-15fiscal Q1 201923370001493152-19-007324
10-K2019-03-26fiscal FY 201825480001493152-19-003894
10-Q2018-11-26fiscal Q3 2018401000001493152-18-016712
10-Q2018-08-22fiscal Q2 2018401020001493152-18-012446
10-Q2018-05-30fiscal Q1 201840810001493152-18-007946
10-K2018-04-17fiscal FY 201738800001493152-18-005344
10-Q2017-11-13fiscal Q3 201718500001493152-17-012834
10-K/A2017-11-03fiscal FY 201623450001493152-17-012364
10-Q2017-08-14fiscal Q2 201717490001493152-17-009059
10-Q2017-05-22fiscal Q1 201717340001493152-17-005722
10-K2017-04-18fiscal FY 201623460001493152-17-004104
10-Q2016-12-22fiscal Q3 2016411050001493152-16-016134
10-Q2016-11-14fiscal Q2 201641800001493152-16-014925
10-Q2016-06-15fiscal Q1 201638780001493152-16-010857
10-K2016-04-14fiscal FY 201541770001493152-16-008937
10-Q2015-11-16fiscal Q3 2015391020001493152-15-005551
10-Q2015-08-19fiscal Q2 201537770001144204-15-050637
10-Q2015-05-18fiscal Q1 201519390001477932-15-003331
10-K2015-03-19fiscal FY 201421260001477932-15-001812
10-Q2014-11-14fiscal Q3 201422370001477932-14-006085
10-Q2014-08-08fiscal Q2 201421440001477932-14-004150

Inspect the source

Entity
IMAGE CHAIN GROUP LIMITED, INC. / CIK 0001598924
Captured
SEC response SHA-256
bee76f320a86361c28d1e2688ff61645df90d0cd0c3fff21305506e59bcbfa96

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