Skip to content

China Elite Information Co., Ltd.: filings

Every China Elite Information Co., Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2021-07-15

The latest filing in this captured record is a 10-Q filed 2021-07-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. China Elite Information Co., Ltd. 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-Q2021-07-15fiscal Q2 202110320001140361-21-024393
10-Q2021-04-12fiscal Q1 202110220001140361-21-012380
10-K2021-03-15fiscal FY 202011230001140361-21-008496
10-Q2020-10-15fiscal Q3 202010360001140361-20-023013
10-Q2020-07-15fiscal Q2 202010320001140361-20-016022
10-Q2020-04-14fiscal Q1 202010220001140361-20-008814
10-K2020-03-13fiscal FY 201911230001140361-20-005673
10-Q2019-10-21fiscal Q3 201910360001140361-19-018761
10-Q2019-07-19fiscal Q2 201910320001140361-19-013185
10-Q2019-04-15fiscal Q1 201910200001140361-19-007050
10-K2019-03-06fiscal FY 201811240001140361-19-004474
10-Q2018-10-15fiscal Q3 201810260001140361-18-040576
10-Q2018-07-16fiscal Q2 201810270001140361-18-032457
10-Q2018-04-16fiscal Q1 201810180001140361-18-018610
10-K2018-03-15fiscal FY 201712250001140361-18-013496
10-Q2017-10-16fiscal Q3 201710260001140361-17-038735
10-Q2017-07-17fiscal Q2 20178220001140361-17-027921
10-Q2017-04-14fiscal Q1 20178160001140361-17-015832
10-K2017-02-28fiscal FY 20169180001140361-17-009523
10-Q2016-10-17fiscal Q3 20168220001140361-16-082820
10-Q2016-07-15fiscal Q2 20168220001140361-16-072511
10-Q2016-04-14fiscal Q1 20168160001140361-16-061098
10-K2016-02-29fiscal FY 20159180001140361-16-055365
10-Q2015-10-15fiscal Q3 201510260001140361-15-037655
10-Q2015-07-14fiscal Q2 201510260001140361-15-027492
10-Q2015-04-14fiscal Q1 201510200001140361-15-015292
10-K2015-03-02fiscal FY 20149180001140361-15-009514
10-Q2014-10-15fiscal Q3 201417380001140361-14-038249
10-Q2014-07-15fiscal Q2 201417380001140361-14-028448
10-Q2014-04-14fiscal Q1 201417320001140361-14-016618
10-K2014-02-28fiscal FY 201314510001140361-14-010128
10-Q2013-10-15fiscal Q3 201317380001140361-13-038647
10-Q2013-07-15fiscal Q2 201317380001140361-13-028084
10-Q2013-04-15fiscal Q1 201317320001140361-13-016454
10-K2013-02-28fiscal FY 201218600001140361-13-009764
10-Q2012-10-15fiscal Q3 201217380001140361-12-043749
10-Q2012-07-16fiscal Q2 201217380001140361-12-033165
10-Q2012-04-16fiscal Q1 201217340001140361-12-020528
10-K2012-02-28fiscal FY 201117560001140361-12-011342
10-Q/A2011-11-17fiscal Q3 201117400001140361-11-054015

Inspect the source

Entity
China Elite Information Co., Ltd. / CIK 0001077561
Captured
SEC response SHA-256
2bfe8cb4a4c7359c4b15260baf96fe4d9cdf8ee42547429461dd7f668ca6cb51

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