Skip to content

GENERAL STEEL HOLDINGS INC: filings

Every GENERAL STEEL HOLDINGS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-08-14

The latest filing in this captured record is a 10-Q filed 2019-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. GENERAL STEEL HOLDINGS 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-08-14fiscal Q2 201935960001144204-19-039879
10-Q2019-05-15fiscal Q1 201930630001144204-19-026637
10-K2019-04-01fiscal FY 201823470001144204-19-017485
10-Q2019-02-08fiscal Q3 201818490001144204-19-005857
10-Q2019-02-08fiscal Q2 201819510001144204-19-005704
10-Q2019-02-07fiscal Q1 201818370001144204-19-005517
10-K2018-12-17fiscal FY 201724490001144204-18-064808
10-Q2018-12-10fiscal Q3 201722610001144204-18-063734
10-Q2018-12-07fiscal Q2 201722610001144204-18-063443
10-Q2018-12-06fiscal Q1 201723470001144204-18-063232
10-K2018-12-04fiscal FY 201627540001144204-18-063161
10-Q2017-10-23fiscal Q3 201629810001144204-17-053633
10-Q2017-10-23fiscal Q2 201627710001144204-17-053626
10-Q2017-10-23fiscal Q1 201628570001144204-17-053621
10-K2016-08-30fiscal FY 201530610001144204-16-121870
10-Q2015-12-28fiscal Q3 201535910001144204-15-072828
10-Q2015-08-19fiscal Q2 2015401140001144204-15-050798
10-Q2015-05-20fiscal Q1 201540820001144204-15-032628
10-K2015-04-10fiscal FY 201441840001144204-15-022209
10-Q2014-11-14fiscal Q3 2014381070001144204-14-068763
10-Q2014-08-19fiscal Q2 2014381070001144204-14-051388
10-Q2014-08-19fiscal Q1 201438770001144204-14-051377
10-K/A2014-08-19fiscal FY 2013406440001144204-14-051362
10-Q2014-05-15fiscal Q1 201438770001144204-14-031297
10-K2014-03-27fiscal FY 201339790001144204-14-018287
10-Q2013-11-12fiscal Q3 2013431170001144204-13-060581
10-Q2013-08-30fiscal Q2 2013431170001144204-13-048823
10-Q2013-08-06fiscal Q1 201342850001144204-13-043372
10-K2013-06-17fiscal FY 201242930001144204-13-035237
10-Q2013-06-17fiscal Q3 2012421180001144204-13-035231
10-Q2013-06-11fiscal Q2 2012411140001144204-13-034229
10-Q2013-06-11fiscal Q1 201236770001144204-13-034226
10-K2013-02-15fiscal FY 201135720001144204-13-009718
10-Q2013-02-01fiscal Q3 201135990001144204-13-005217
10-Q2013-02-01fiscal Q2 2011351010001144204-13-005215

Inspect the source

Entity
GENERAL STEEL HOLDINGS INC / CIK 0001239188
Captured
SEC response SHA-256
670029a12259006eb4bb63c09435479b1224c7a12f4c3c7857ffdcf4ae4bee26

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