Skip to content

Samson Oil & Gas LTD: filings

Every Samson Oil & Gas LTD 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 2020-05-20

The latest filing in this captured record is a 10-Q filed 2020-05-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. Samson Oil & Gas 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-Q2020-05-20fiscal Q3 2020381100001562762-20-000207
10-Q2020-02-19fiscal Q2 202036990001562762-20-000062
10-Q2019-11-14fiscal Q1 202036740001562762-19-000292
10-K2019-10-15fiscal FY 201932640001104659-19-054152
10-Q2019-05-24fiscal Q3 201931850001144204-19-028187
10-Q2019-02-14fiscal Q2 201929780001144204-19-008061
10-Q2018-11-14fiscal Q1 201927610001144204-18-059963
10-K2018-10-15fiscal FY 201830590001144204-18-053749
10-Q2018-05-15fiscal Q3 201829770001144204-18-028943
10-Q2018-02-14fiscal Q2 201829730001144204-18-008878
10-Q2017-11-20fiscal Q1 201829590001144204-17-060162
10-K2017-09-28fiscal FY 201725520001144204-17-050450
10-Q2017-05-15fiscal Q3 201729780001144204-17-027568
10-Q2017-02-21fiscal Q2 201729770001144204-17-010173
10-Q2016-11-14fiscal Q1 201729580001144204-16-134295
10-K2016-09-29fiscal FY 201629730001144204-16-125883
10-Q2016-05-16fiscal Q3 201629750001144204-16-102728
10-Q2016-02-22fiscal Q2 201628740001144204-16-083665
10-Q2015-11-16fiscal Q1 201628560001144204-15-066173
10-K2015-09-15fiscal FY 201530940001144204-15-055084
10-Q2015-05-11fiscal Q3 201530770001144204-15-029377
10-Q2015-02-09fiscal Q2 201530760001144204-15-007166
10-Q2014-11-10fiscal Q1 201530570001144204-14-066588
10-K2014-09-15fiscal FY 2014331050001144204-14-055919
10-Q2014-05-09fiscal Q3 201432810001144204-14-029130
10-Q2014-02-10fiscal Q2 201431810001144204-14-007295
10-Q2013-11-08fiscal Q1 201430580001144204-13-060033
10-K/A2013-09-18fiscal FY 2013321090001144204-13-051384
10-Q2013-05-10fiscal Q3 201330800001144204-13-027981
10-Q/A2013-02-12fiscal Q2 201329800001144204-13-007597
10-Q2012-11-09fiscal Q1 201329600001144204-12-060914
10-K2012-09-13fiscal FY 2012311050001144204-12-051248
10-Q2012-05-09fiscal Q3 201228700001144204-12-027237
10-Q2012-02-09fiscal Q2 201226630001144204-12-007009
10-Q2011-10-31fiscal Q1 201227530001144204-11-060216

Inspect the source

Entity
Samson Oil & Gas LTD / CIK 0001404079
Captured
SEC response SHA-256
4a41eb4a4d16204e57be317d71c580a1b9a0a26f6629046bed20df361030b39e

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