Skip to content

China Ginseng Holdings Inc: filings

Every China Ginseng Holdings Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2016-05-23

The latest filing in this captured record is a 10-Q filed 2016-05-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. China Ginseng Holdings 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-Q2016-05-23fiscal Q3 201625610001615774-16-005551
10-Q2016-02-22fiscal Q2 201625610001615774-16-004261
10-Q2015-11-16fiscal Q1 201626540001615774-15-003327
10-K2015-10-13fiscal FY 201528550001615774-15-002913
10-Q2015-05-15fiscal Q3 201533800001213900-15-003778
10-Q2015-02-13fiscal Q2 201533790001213900-15-000972
10-Q2014-11-14fiscal Q1 201531690001213900-14-008187
10-K2014-10-15fiscal FY 201434700001213900-14-007307
10-Q2014-05-20fiscal Q3 201436890001213900-14-003679
10-Q/A2014-05-20fiscal Q2 201435870001213900-14-003673
10-Q2014-02-14fiscal Q2 201435870001213900-14-000861
10-Q2013-11-15fiscal Q1 201435710001213900-13-006571
10-K/A2013-10-16fiscal FY 201335700001213900-13-005711
10-Q/A2013-06-25fiscal Q3 2013411010001213900-13-003285
10-Q2013-05-20fiscal Q3 2013411010001213900-13-002799
10-Q2013-02-14fiscal Q2 2013411030001213900-13-000682
10-Q2012-11-14fiscal Q1 201342850001213900-12-006109
10-K2012-10-04fiscal FY 201241840001213900-12-005528
10-Q2012-05-10fiscal Q3 201236940001213900-12-002363
10-Q2012-02-08fiscal Q2 201236940001213900-12-000519
10-Q2011-11-21fiscal Q1 201236740001213900-11-006309

Inspect the source

Entity
China Ginseng Holdings Inc / CIK 0001338460
Captured
SEC response SHA-256
c391c37ad863b0435e03aad8e04ccab3cb1536e0eee742efb3c9178a43f5cea5

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