Skip to content

SORL Auto Parts, Inc.: filings

Every SORL Auto Parts, 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 2020-06-08

The latest filing in this captured record is a 10-K filed 2020-06-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. SORL Auto Parts, 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-K2020-06-08fiscal FY 201948960001213900-20-014337
10-Q2019-11-14fiscal Q3 2019491390001213900-19-023492
10-Q2019-09-10fiscal Q2 2019491360001213900-19-017620
10-Q2019-08-14fiscal Q2 2019491360001213900-19-015794
10-Q2019-05-15fiscal Q1 2019491010001213900-19-008845
10-K2019-04-01fiscal FY 201847940001213900-19-005483
10-Q2018-11-14fiscal Q3 2018441210001144204-18-059960
10-Q2018-08-14fiscal Q2 2018441210001144204-18-044699
10-Q2018-05-15fiscal Q1 201843890001144204-18-028976
10-K2018-04-02fiscal FY 201742850001144204-18-018719
10-Q2017-11-14fiscal Q3 2017431160001144204-17-058983
10-Q2017-08-14fiscal Q2 2017401100001144204-17-043120
10-Q2017-05-15fiscal Q1 201739800001144204-17-027594
10-K2017-03-31fiscal FY 201638780001144204-17-018279
10-Q2016-11-14fiscal Q3 2016381040001144204-16-133965
10-Q2016-08-15fiscal Q2 2016381040001144204-16-119221
10-Q2016-05-16fiscal Q1 201638780001144204-16-102493
10-K2016-03-30fiscal FY 201539790001144204-16-091541
10-K2016-03-30fiscal FY 201539790001144204-16-091540
10-Q2015-11-16fiscal Q3 2015391050001144204-15-065964
10-Q2015-08-14fiscal Q2 2015391050001144204-15-049893
10-Q2015-05-15fiscal Q1 201539790001144204-15-031212
10-K2015-03-31fiscal FY 201440810001144204-15-019698
10-Q2014-11-14fiscal Q3 2014421110001144204-14-068376
10-Q2014-08-14fiscal Q2 2014421130001144204-14-050244
10-Q2014-05-15fiscal Q1 201442860001144204-14-031416
10-K2014-03-31fiscal FY 201343870001144204-14-019189
10-Q2013-11-14fiscal Q3 2013431160001144204-13-061718
10-Q2013-08-14fiscal Q2 2013431160001144204-13-046050
10-Q2013-05-15fiscal Q1 201343900001144204-13-029358
10-K2013-04-01fiscal FY 201243870001144204-13-019090
10-Q2012-11-14fiscal Q3 2012431200001144204-12-062376
10-Q/A2012-09-13fiscal Q2 2012431180001144204-12-051157
10-Q2012-05-15fiscal Q1 201238800001144204-12-029191
10-K/A2012-03-30fiscal FY 201139790001144204-12-018557
10-Q2011-11-14fiscal Q3 2011391070001144204-11-063832
10-Q2011-08-15fiscal Q2 2011401090001144204-11-047214

Inspect the source

Entity
SORL Auto Parts, Inc. / CIK 0000714284
Captured
SEC response SHA-256
0aabed3553f48529a455454f63b4aa9765e7c5ff20faa9bd2a0df9c4c0a0c41d

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