Skip to content

Chineseinvestors.com, Inc.: filings

Every Chineseinvestors.com, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2020-04-14

The latest filing in this captured record is a 10-Q filed 2020-04-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Chineseinvestors.com, 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-Q2020-04-14fiscal Q3 2020461210001683168-20-001176
10-Q/A2020-01-16fiscal Q2 2020441180001683168-20-000153
10-Q2019-10-15fiscal Q1 202043890001683168-19-003252
10-K2019-08-29fiscal FY 201946920001683168-19-002785
10-Q2019-04-15fiscal Q3 2019411040001683168-19-001053
10-Q2019-01-14fiscal Q2 2019411080001683168-19-000096
10-Q2018-10-15fiscal Q1 201941840001683168-18-003068
10-K2018-08-29fiscal FY 201843880001683168-18-002557
10-Q2018-04-16fiscal Q3 2018381000001683168-18-001003
10-Q2018-01-16fiscal Q2 2018381000001683168-18-000141
10-Q2017-10-16fiscal Q1 201839800001683168-17-002671
10-Q/A2017-09-28fiscal Q3 2017331050001683168-17-002511
10-K/A2017-08-31fiscal FY 201740820001683168-17-002271
10-K2017-08-31fiscal FY 201740820001683168-17-002267
10-Q2017-04-14fiscal Q3 2017331050001683168-17-000937
10-Q2017-01-23fiscal Q2 2017321040001683168-17-000146
10-Q2016-10-25fiscal Q1 201732660001683168-16-000372
10-K2016-09-14fiscal FY 201633680001683168-16-000109
10-K/A2016-06-17fiscal FY 201532660001019687-16-006705
10-Q2016-04-19fiscal Q3 201636970001019687-16-005934
10-Q/A2016-03-25fiscal Q1 201634690001019687-16-005576
10-K/A2016-03-25fiscal FY 201531640001019687-16-005574
10-Q/A2016-02-09fiscal Q1 201633670001019687-16-005098
10-K/A2016-02-09fiscal FY 201531640001019687-16-005096
10-Q2016-01-14fiscal Q2 201633890001019687-16-004832
10-Q2015-10-16fiscal Q1 201635710001019687-15-003738
10-K2015-08-31fiscal FY 201530620001019687-15-003322
10-Q2015-04-14fiscal Q3 201534960001019687-15-001421
10-Q2015-01-14fiscal Q2 201530800001019687-15-000184
10-Q2014-10-21fiscal Q1 201530620001019687-14-003920
10-K2014-09-15fiscal FY 201429600001019687-14-003597
10-Q/A2014-05-28fiscal Q3 201432900001019687-14-002181
10-Q2014-04-14fiscal Q3 201429780001019687-14-001360
10-K/A2014-03-26fiscal FY 201334700001019687-14-001011
10-Q/A2014-03-26fiscal Q2 201429780001019687-14-001009
10-Q2014-01-14fiscal Q2 201429780001019687-14-000158
10-Q2013-10-15fiscal Q1 201429600001019687-13-003873
10-K2013-08-29fiscal FY 201334700001019687-13-003364
10-Q2013-04-16fiscal Q3 201330770001019687-13-001390
10-Q2013-01-15fiscal Q2 201330780001019687-13-000149
10-Q/A2012-11-14fiscal Q1 201329600001019687-12-004061
10-K2012-08-29fiscal FY 201229590001019687-12-003029
10-Q2012-04-17fiscal Q3 201226680001019687-12-001393
10-Q2012-01-13fiscal Q2 201228720001019687-12-000128
10-Q2011-10-17fiscal Q1 201226510001019687-11-003229

Inspect the source

Entity
Chineseinvestors.com, Inc. / CIK 0001459482
Captured
SEC response SHA-256
990ab2b1753b7aca678f90b4e47625ed935165775164af8113f948e9b64a52aa

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