Skip to content

China Advanced Construction Materials Group, Inc: filings

Every China Advanced Construction Materials Group, Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-01-24

The latest filing in this captured record is a 10-Q/A filed 2019-01-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. China Advanced Construction Materials 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-Q/A2019-01-24fiscal Q3 2018441230001213900-19-001157
10-Q/A2019-01-15fiscal Q2 2018441220001213900-19-000749
10-Q2019-01-04fiscal Q1 201942830001213900-19-000225
10-Q/A2018-12-19fiscal Q1 201844880001213900-18-017573
10-K2018-12-10fiscal FY 201843870001213900-18-017165
10-K/A2018-11-21fiscal FY 201746910001213900-18-016408
10-Q2018-05-15fiscal Q3 2018421180001062993-18-002266
10-Q2018-02-13fiscal Q2 2018421180001062993-18-000689
10-Q2017-11-15fiscal Q1 201839800001062993-17-005010
10-K2017-09-28fiscal FY 201740820001062993-17-004297
10-Q2017-05-15fiscal Q3 2017391120001062993-17-002566
10-Q2017-02-13fiscal Q2 201735960001062993-17-000807
10-Q2016-11-14fiscal Q1 201735720001062993-16-012287
10-K2016-09-28fiscal FY 201641840001062993-16-011584
10-Q2016-05-13fiscal Q3 2016411160001062993-16-009708
10-Q2016-02-05fiscal Q2 2016411160001062993-16-007478
10-Q2015-11-16fiscal Q1 201641840001062993-15-006238
10-K2015-09-25fiscal FY 201542860001062993-15-005181
10-Q2015-05-13fiscal Q3 2015421180001062993-15-002650
10-Q2015-02-13fiscal Q2 2015421180001062993-15-000786
10-Q2014-11-14fiscal Q1 201542860001062993-14-006694
10-K2014-09-23fiscal FY 201436730001062993-14-005618
10-Q2014-05-15fiscal Q3 201436960001062993-14-003073
10-Q2014-02-12fiscal Q2 201435940001062993-14-000713
10-Q2013-11-13fiscal Q1 201435700001062993-13-005651
10-K2013-09-25fiscal FY 201336730001062993-13-004777
10-Q2013-05-15fiscal Q3 201336960001062993-13-002609
10-Q2013-02-14fiscal Q2 2013391100001062993-13-000729
10-Q2012-11-16fiscal Q1 201338760001062993-12-004946
10-K2012-09-26fiscal FY 201240810001062993-12-003818
10-Q2012-05-14fiscal Q3 2012391080001204459-12-001096
10-Q2012-02-13fiscal Q2 2012391080001204459-12-000279
10-Q2011-11-14fiscal Q1 201240820001204459-11-003033

Inspect the source

Entity
China Advanced Construction Materials Group, Inc / CIK 0001392363
Captured
SEC response SHA-256
1993d353e0be40ca05545a53854806287d43c52ae4dcc9250d4dc21bbf0ab94a

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