Skip to content

Consumer Capital Group, Inc.: filings

Every Consumer Capital Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2019-11-19

The latest filing in this captured record is a 10-Q filed 2019-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. Consumer Capital Group, 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-Q2019-11-19fiscal Q3 2019371050001213900-19-024018
10-Q/A2019-10-16fiscal Q2 201937990001213900-19-020469
10-Q/A2019-10-16fiscal Q1 201933640001213900-19-020466
10-Q2019-08-14fiscal Q2 201937990001213900-19-015778
10-Q2019-05-20fiscal Q1 201933650001213900-19-009195
10-K2019-04-01fiscal FY 201834670001213900-19-005436
10-Q2019-04-01fiscal Q2 201836970001213900-19-005433
10-K2019-04-01fiscal FY 201737690001213900-19-005429
10-Q2019-04-01fiscal Q2 201736920001213900-19-005427
10-Q2018-11-14fiscal Q3 201835980001213900-18-015721
10-Q2018-08-14fiscal Q2 201836990001213900-18-011061
10-Q2018-05-21fiscal Q1 201834650001213900-18-006632
10-K2018-05-17fiscal FY 201737700001213900-18-006490
10-Q2017-11-20fiscal Q3 201728720001213900-17-012377
10-Q2017-08-14fiscal Q2 2017421050001213900-17-008689
10-Q2017-05-16fiscal Q1 201742770001213900-17-005371
10-K2017-04-17fiscal FY 201638700001213900-17-003855
10-K2017-02-14fiscal FY 201535640001213900-17-001365
10-Q2016-11-14fiscal Q3 201635910001213900-16-018316
10-Q2016-08-15fiscal Q2 201634870001213900-16-015943
10-Q2016-05-17fiscal Q1 201630580001213900-16-013509
10-K2016-05-04fiscal FY 201532580000721748-16-001232
10-Q2014-11-19fiscal Q3 201434850000721748-14-001174
10-Q2014-08-19fiscal Q2 201432800000721748-14-000882
10-Q2014-05-15fiscal Q1 201430600000721748-14-000467
10-K2014-03-31fiscal FY 201333660000721748-14-000317
10-K/A2013-12-16fiscal FY 201236740000721748-13-000921
10-Q2013-11-14fiscal Q3 201335970000721748-13-000795
10-Q2013-08-14fiscal Q2 201332870000721748-13-000478
10-Q2013-05-15fiscal Q1 201335720000721748-13-000135
10-K2013-04-01fiscal FY 201236740001391609-13-000208
10-Q2012-11-14fiscal Q3 2012361010001144204-12-061930
10-Q/A2012-08-22fiscal Q2 2012371030001144204-12-047517
10-Q2012-05-15fiscal Q1 201233680001144204-12-029215
10-K2012-03-30fiscal FY 201132660001144204-12-018799
10-Q2011-11-14fiscal Q3 201132840001144204-11-063936
10-Q/A2011-08-18fiscal Q2 201130780001144204-11-048476

Inspect the source

Entity
Consumer Capital Group, Inc. / CIK 0001439299
Captured
SEC response SHA-256
0ab8b49fc2e52d1158927d52e3c46a42047ae2f2ab26172b82c6e010c358747a

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