Skip to content

DEEP WELL OIL & GAS INC: filings

Every DEEP WELL OIL & GAS 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 2021-09-27

The latest filing in this captured record is a 10-K filed 2021-09-27. No later filing is in the SEC companyfacts record captured on 2026-09-23. DEEP WELL OIL & GAS 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-K2021-09-27fiscal FY 202025520001213900-21-049964
10-Q2021-09-27fiscal Q3 202022620001213900-21-049910
10-Q2021-09-27fiscal Q2 202022570001213900-21-049909
10-Q2020-02-19fiscal Q1 202021450001213900-20-004200
10-K2020-01-13fiscal FY 201924500001213900-20-000866
10-Q2019-08-14fiscal Q3 201921600001213900-19-015711
10-Q2019-05-15fiscal Q2 201921550001213900-19-008709
10-Q2019-02-14fiscal Q1 201921440001213900-19-002462
10-K2018-12-21fiscal FY 201824480001213900-18-017673
10-Q2018-08-14fiscal Q3 201821490001213900-18-010915
10-Q2018-05-15fiscal Q2 201820480001213900-18-006211
10-Q2018-05-11fiscal Q1 201820430001213900-18-005905
10-K2018-04-27fiscal FY 201722470001213900-18-005049
10-Q2018-04-19fiscal Q3 201720480001213900-18-004681
10-Q2018-04-17fiscal Q2 201720490001213900-18-004557
10-Q2018-04-13fiscal Q1 201720420001213900-18-004405
10-K2018-03-08fiscal FY 201625500001213900-18-002720
10-Q2018-02-27fiscal Q3 201622550001213900-18-002323
10-Q2018-02-23fiscal Q2 201622560001213900-18-002231
10-Q2018-02-20fiscal Q1 201622450001213900-18-002122
10-K2017-12-29fiscal FY 201527530001213900-17-013723
10-Q2015-08-14fiscal Q3 201527630001213900-15-006113
10-Q2015-05-15fiscal Q2 201526600001213900-15-003772
10-Q2015-02-23fiscal Q1 201526530001213900-15-001298
10-K2015-01-13fiscal FY 201426500001213900-15-000238
10-Q2014-08-14fiscal Q3 201427680001213900-14-005804
10-Q2014-05-15fiscal Q2 201427690001213900-14-003338
10-Q2014-02-14fiscal Q1 201427630001213900-14-000869
10-K2014-01-14fiscal FY 201327820001213900-14-000231
10-Q2013-08-14fiscal Q3 201327670001213900-13-004243
10-Q2013-05-15fiscal Q2 201326650001213900-13-002552
10-Q2013-02-14fiscal Q1 201327690001144204-13-008666
10-K2013-01-15fiscal FY 201228890001144204-13-002380
10-Q2012-08-14fiscal Q3 201226680001144204-12-045289
10-Q2012-05-15fiscal Q2 201221560001144204-12-028853
10-Q2012-02-14fiscal Q1 201221480001144204-12-008300
10-K2011-12-29fiscal FY 201121620001144204-11-072203
10-Q2011-08-12fiscal Q3 201121550001144204-11-045828

Inspect the source

Entity
DEEP WELL OIL & GAS INC / CIK 0000869495
Captured
SEC response SHA-256
88294b87dd510a889e04a7d53540ee76b6804683e72ecbd06f4066fc6ab2006b

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