Skip to content

KINGOLD JEWELRY, INC.: filings

Every KINGOLD JEWELRY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2019-11-12

The latest filing in this captured record is a 10-Q filed 2019-11-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. KINGOLD JEWELRY, 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-12fiscal Q3 2019501480001104659-19-062633
10-Q2019-08-09fiscal Q2 2019501440001144204-19-038879
10-Q2019-05-15fiscal Q1 2019491020001144204-19-026547
10-K2019-04-02fiscal FY 2018471360001144204-19-017761
10-Q2018-11-14fiscal Q3 2018461390001144204-18-059949
10-Q2018-08-09fiscal Q2 2018451340001144204-18-043282
10-Q2018-05-10fiscal Q1 201843900001144204-18-027105
10-K2018-03-15fiscal FY 2017441530001144204-18-014981
10-Q2017-11-09fiscal Q3 2017421220001144204-17-057769
10-K2017-09-15fiscal FY 201643880001144204-17-048285
10-Q2017-08-09fiscal Q2 2017381140001144204-17-041764
10-Q2017-05-10fiscal Q1 201736740001144204-17-026141
10-K2017-04-17fiscal FY 201643880001144204-17-020749
10-Q2017-04-10fiscal Q3 2016431280001144204-17-019807
10-Q2017-04-10fiscal Q2 2016411220001144204-17-019806
10-Q2017-04-10fiscal Q1 201636760001144204-17-019805
10-Q2016-11-14fiscal Q3 2016431280001144204-16-134386
10-Q2016-08-12fiscal Q2 2016411220001144204-16-118737
10-Q2016-05-16fiscal Q1 201636760001144204-16-102659
10-K2016-03-29fiscal FY 201540820001144204-16-090736
10-Q2015-11-16fiscal Q3 2015411220001144204-15-065986
10-Q2015-08-19fiscal Q2 2015421260001144204-15-050759
10-Q2015-05-15fiscal Q1 201540820001144204-15-031751
10-K2015-03-31fiscal FY 201441840001144204-15-020162
10-Q2014-11-13fiscal Q3 2014401200001144204-14-067741
10-Q2014-08-13fiscal Q2 2014401190001144204-14-049330
10-Q2014-05-15fiscal Q1 201443870001144204-14-031193
10-K2014-03-31fiscal FY 201344910001144204-14-019384
10-Q2013-11-14fiscal Q3 2013421250001144204-13-061844
10-Q2013-08-13fiscal Q2 2013421250001144204-13-045176
10-Q2013-05-15fiscal Q1 201342870001144204-13-029532
10-K2013-03-28fiscal FY 201243910001144204-13-018016
10-Q2012-11-13fiscal Q3 2012411170001144204-12-061684
10-Q2012-08-14fiscal Q2 2012411180001144204-12-045050
10-Q2012-05-09fiscal Q1 201239780001144204-12-027241
10-K2012-03-26fiscal FY 201140810001144204-12-017178
10-Q2011-11-09fiscal Q3 2011391100001144204-11-062543
10-Q/A2011-08-09fiscal Q2 2011401130001144204-11-044864

Inspect the source

Entity
KINGOLD JEWELRY, INC. / CIK 0001089531
Captured
SEC response SHA-256
c66225148218287b5ed7839e88ed86475260593d380d08e745ad9ff58be7d5c6

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