Skip to content

ZZLL INFORMATION TECHNOLOGY, INC: filings

Every ZZLL INFORMATION TECHNOLOGY, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2022-11-14

The latest filing in this captured record is a 10-Q filed 2022-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ZZLL INFORMATION TECHNOLOGY, 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-14fiscal Q3 2022421050001213900-22-071477
10-Q2022-10-06fiscal Q2 2022421090001213900-22-062513
10-Q2022-08-01fiscal Q1 202238790001213900-22-043106
10-K2022-04-15fiscal FY 202138730001213900-22-020183
10-Q2021-11-22fiscal Q3 202137820001213900-21-061215
10-Q2021-08-16fiscal Q2 202132760001213900-21-043053
10-Q2021-05-24fiscal Q1 202133640001213900-21-028538
10-K2021-04-15fiscal FY 202035640001213900-21-021707
10-Q2020-11-16fiscal Q3 202033920001213900-20-037100
10-Q2020-08-17fiscal Q2 2020341080001213900-20-022537
10-Q2020-06-24fiscal Q1 202036860001091818-20-000146
10-K/A2020-05-20fiscal FY 201935830001091818-20-000131
10-K/A2020-05-18fiscal FY 201935830001091818-20-000127
10-Q/A2019-11-20fiscal Q3 2019351040001091818-19-000311
10-Q2019-08-19fiscal Q2 201934990001091818-19-000213
10-Q2019-05-21fiscal Q1 201935820001091818-19-000159
10-K2019-04-17fiscal FY 201834800001091818-19-000121
10-Q2018-11-20fiscal Q3 201831850001091818-18-000221
10-Q2018-08-21fiscal Q2 201831810001091818-18-000180
10-Q2018-05-18fiscal Q1 201833730001091818-18-000104
10-K2018-05-03fiscal FY 201732720001091818-18-000088
10-Q2017-11-22fiscal Q3 201730980001091818-17-000232
10-Q2017-11-06fiscal Q2 201725870001091818-17-000203
10-Q2017-09-11fiscal Q1 201724640001091818-17-000155
10-K2017-04-20fiscal FY 201621580001091818-17-000071
10-Q2017-03-17fiscal Q3 201622760001091818-17-000046
10-Q2017-03-15fiscal Q2 201622760001091818-17-000044
10-Q2017-03-15fiscal Q1 201622620001091818-17-000042
10-K2017-03-15fiscal FY 201523590001091818-17-000039
10-Q2017-03-15fiscal Q3 201523820001091818-17-000037
10-Q2016-07-15fiscal Q2 201523830001091818-16-000332
10-Q2015-05-22fiscal Q1 201526730001091818-15-000088
10-K2015-04-14fiscal FY 201429750001091818-15-000062
10-Q2014-11-18fiscal Q3 201427930001091818-14-000290
10-Q2014-08-13fiscal Q2 201426890001091818-14-000214
10-Q2014-05-15fiscal Q1 201426730001091818-14-000173
10-K/A2014-05-01fiscal FY 201327680001091818-14-000158
10-Q2013-11-19fiscal Q3 201326860001091818-13-000456
10-Q2013-08-19fiscal Q2 201326830001091818-13-000351
10-Q/A2013-05-22fiscal Q1 201325640001091818-13-000230
10-K/A2013-04-18fiscal FY 201240810001091818-13-000167
10-Q2012-11-15fiscal Q3 2012401090001091818-12-000462
10-Q/A2012-08-22fiscal Q2 2012401120001091818-12-000346
10-Q2012-05-14fiscal Q1 201235710001091818-12-000169
10-K2012-04-13fiscal FY 201137750001091818-12-000118
10-Q2011-11-18fiscal Q3 201135990001091818-11-000605
10-Q2011-08-15fiscal Q2 2011361040001091818-11-000470

Inspect the source

Entity
ZZLL INFORMATION TECHNOLOGY, INC / CIK 0001365357
Captured
SEC response SHA-256
d5ee7f9040b19c77e18734a0fa31c020c80fe0612ba4bf07f2abb4b83b533b9b

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