Skip to content

China XD Plastics Co Ltd: filings

Every China XD Plastics Co Ltd annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-11-15

The latest filing in this captured record is a 10-K filed 2021-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. China XD Plastics Co Ltd 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-K2021-11-15fiscal FY 2020531430001493152-21-028658
10-Q2020-11-16fiscal Q3 2020441160001079973-20-000977
10-Q2020-08-14fiscal Q2 2020431130001079973-20-000686
10-Q2020-06-29fiscal Q1 202042840001079973-20-000553
10-K2020-06-01fiscal FY 2019531400001079973-20-000468
10-Q2019-11-14fiscal Q3 2019431120001079973-19-000587
10-Q2019-08-14fiscal Q2 2019421080001079973-19-000473
10-Q2019-05-15fiscal Q1 201942820001079973-19-000310
10-K2019-04-15fiscal FY 2018501370001079973-19-000222
10-Q2018-11-09fiscal Q3 2018421150001079973-18-000609
10-Q2018-08-09fiscal Q2 2018401070001079973-18-000457
10-Q2018-05-10fiscal Q1 201840810001079973-18-000311
10-K2018-03-16fiscal FY 2017451350001079973-18-000166
10-Q2017-11-09fiscal Q3 2017381010001079973-17-000639
10-Q2017-08-09fiscal Q2 201734930001079973-17-000468
10-Q2017-05-10fiscal Q1 201734690001079973-17-000277
10-K2017-03-16fiscal FY 2016421260001079973-17-000162
10-Q2016-11-09fiscal Q3 201633920001079973-16-001265
10-Q2016-08-05fiscal Q2 201633920001079973-16-001094
10-Q2016-05-10fiscal Q1 201633680001079973-16-000947
10-K2016-03-15fiscal FY 2015411250001079973-16-000846
10-Q2015-11-09fiscal Q3 2015361080001079973-15-000635
10-Q2015-08-06fiscal Q2 201535960001079973-15-000528
10-Q2015-05-11fiscal Q1 201535710001079973-15-000359
10-K2015-03-16fiscal FY 2014431310001079973-15-000191
10-Q2014-11-13fiscal Q3 2014401160001079973-14-000579
10-Q2014-08-12fiscal Q2 2014371040001079973-14-000429
10-Q2014-05-14fiscal Q1 201436730001079973-14-000311
10-K2014-03-26fiscal FY 201341840001079973-14-000221
10-Q2013-11-12fiscal Q3 2013371010001079973-13-000654
10-Q2013-08-12fiscal Q2 2013411150001079973-13-000482
10-Q2013-05-14fiscal Q1 201339790001079973-13-000333
10-K2013-03-25fiscal FY 201247960001079973-13-000200
10-Q2012-11-13fiscal Q3 2012411170001079973-12-000885
10-Q2012-08-10fiscal Q2 2012401160001079973-12-000612
10-Q2012-05-10fiscal Q1 201235720001079973-12-000339
10-K2012-03-26fiscal FY 201141840001079973-12-000175
10-Q2011-11-14fiscal Q3 2011361020001079973-11-000910
10-Q/A2011-09-14fiscal Q2 2011421180001079973-11-000753

Inspect the source

Entity
China XD Plastics Co Ltd / CIK 0001353970
Captured
SEC response SHA-256
56594359f08aba5a0ff7ba643bea0ec1633d58995179fa4377ca3399ba80eba2

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