Skip to content

China Shouguan Investment Holding Group Corp: filings

Every China Shouguan Investment Holding Group Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2017-08-21

The latest filing in this captured record is a 10-Q filed 2017-08-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. China Shouguan Investment Holding Group Corp 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-Q2017-08-21fiscal Q2 201724630001469709-17-000188
10-Q2017-05-19fiscal Q1 201724490001469709-17-000099
10-K2017-04-18fiscal FY 201634690001469709-17-000066
10-Q2016-11-25fiscal Q3 201627690001469709-16-000961
10-K2016-08-26fiscal FY 201430620001469709-16-000919
10-Q2016-08-19fiscal Q2 201627690001469709-16-000910
10-K2016-05-27fiscal FY 201534700001469709-16-000839
10-Q2016-05-23fiscal Q1 201628570001469709-16-000834
10-Q2016-04-07fiscal Q3 201528720001469709-16-000759
10-Q2015-11-23fiscal Q2 201528740001469709-15-000623
10-Q2015-11-23fiscal Q1 201528580001469709-15-000618
10-K2015-04-14fiscal FY 201429600001469709-15-000183
10-Q2015-02-11fiscal Q3 201428720001469709-15-000053
10-Q2014-08-19fiscal Q2 201427700001469709-14-000355
10-Q/A2014-05-30fiscal Q1 201430560001093287-14-000025
10-K2014-03-31fiscal FY 201332630001093287-14-000014
10-Q2013-11-15fiscal Q3 201330750001093287-13-000050
10-Q/A2013-08-22fiscal Q2 201330760001093287-13-000044
10-Q2013-05-20fiscal Q1 201331590001093287-13-000032
10-K2013-04-09fiscal FY 201232640001093287-13-000021
10-Q/A2013-01-28fiscal Q2 201228700001093287-13-000007
10-Q/A2013-01-28fiscal Q3 201228660001093287-13-000006
10-K/A2013-01-23fiscal FY 201126490001093287-13-000003
10-Q/A2012-11-20fiscal Q3 201228660001093287-12-000146
10-Q/A2012-09-11fiscal Q2 201228700001093287-12-000123
10-Q2012-08-14fiscal Q2 201224610001093287-12-000107
10-Q2012-05-15fiscal Q1 201225490001093287-12-000083
10-K2012-04-24fiscal FY 201126490001093287-12-000063
10-Q2011-11-21fiscal Q3 201122550001093287-11-000133
10-Q2011-08-22fiscal Q2 201122550001093287-11-000089

Inspect the source

Entity
China Shouguan Investment Holding Group Corp / CIK 0001493893
Captured
SEC response SHA-256
ec2fca2f7b4ef953e0786f6ad60061199625c5fbd6513b06b7913de1c665f4b9

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