Skip to content

SYNTHESIS ENERGY SYSTEMS INC: filings

Every SYNTHESIS ENERGY SYSTEMS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2020-03-02

The latest filing in this captured record is a 10-Q filed 2020-03-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. SYNTHESIS ENERGY SYSTEMS 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-Q2020-03-02fiscal Q2 202026710001493152-20-003190
10-Q2020-01-13fiscal Q1 202024470001493152-20-000478
10-K2020-01-13fiscal FY 201935630001493152-20-000477
10-Q2019-05-13fiscal Q3 201930820001493152-19-006927
10-Q2019-02-13fiscal Q2 201929770001171843-19-000888
10-Q2018-11-20fiscal Q1 201930600001171843-18-008075
10-K2018-11-14fiscal FY 201839740001171843-18-007960
10-Q2018-05-14fiscal Q3 201833830001171843-18-003911
10-Q2018-02-12fiscal Q2 201835910001171843-18-001040
10-Q2017-11-14fiscal Q1 201826540001171843-17-007006
10-K2017-10-25fiscal FY 2017331000001171843-17-006289
10-Q2017-05-12fiscal Q3 201729780001171843-17-003029
10-Q2017-02-14fiscal Q2 201728710001171843-17-000863
10-Q2016-11-14fiscal Q1 201728570001171843-16-013227
10-K2016-09-29fiscal FY 201631950001171843-16-012314
10-Q2016-05-13fiscal Q3 201628740001171843-16-010054
10-Q2016-02-12fiscal Q2 201628740001171843-16-007873
10-Q2015-11-13fiscal Q1 201628560001171843-15-006331
10-K2015-09-21fiscal FY 2015321010001171843-15-005237
10-Q2015-05-13fiscal Q3 201527730001171843-15-002805
10-Q2015-02-13fiscal Q2 201527740001144204-15-009170
10-Q2014-11-14fiscal Q1 201528580001144204-14-068785
10-K2014-09-12fiscal FY 2014331040001144204-14-055659
10-Q2014-05-14fiscal Q3 201428860001144204-14-030521
10-Q2014-02-06fiscal Q2 201428860001144204-14-006561
10-Q2013-11-13fiscal Q1 201430770001144204-13-060985
10-K2013-09-25fiscal FY 2013351360001144204-13-052209
10-Q2013-05-13fiscal Q3 201329870001144204-13-028151
10-Q2013-02-12fiscal Q2 201329840001193125-13-052020
10-Q2012-11-13fiscal Q1 201329870001193125-12-467727
10-K2012-09-27fiscal FY 2012351420001193125-12-405575
10-Q2012-05-14fiscal Q3 201229980001193125-12-231707
10-Q2012-02-14fiscal Q2 201229990001193125-12-057449
10-Q2011-11-10fiscal Q1 201229870000950123-11-097452

Inspect the source

Entity
SYNTHESIS ENERGY SYSTEMS INC / CIK 0001375063
Captured
SEC response SHA-256
e654e32cfb7bdfb3b731aaff1707f086f4c8d4724cfe0787caa3bfc532d0e2ee

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