Skip to content

CONTANGO OIL & GAS CO: filings

Every CONTANGO OIL & GAS CO annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-11-15

The latest filing in this captured record is a 10-Q filed 2021-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. CONTANGO OIL & GAS CO 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-Q2021-11-15fiscal Q3 2021421220001071993-21-000029
10-Q2021-08-11fiscal Q2 2021421180001071993-21-000020
10-Q2021-05-13fiscal Q1 202141860001071993-21-000008
10-K2021-03-10fiscal FY 202042990001558370-21-002664
10-Q2020-11-16fiscal Q3 2020431220001071993-20-000043
10-Q2020-08-19fiscal Q2 2020431170001558370-20-010738
10-Q2020-06-22fiscal Q1 202040830001071993-20-000023
10-K2020-03-30fiscal FY 201941920001071993-20-000012
10-Q2019-11-12fiscal Q3 2019391120001071993-19-000051
10-Q2019-08-08fiscal Q2 2019371050001071993-19-000037
10-Q2019-05-08fiscal Q1 201936730001071993-19-000030
10-K2019-03-18fiscal FY 201838750001071993-19-000015
10-Q2018-11-07fiscal Q3 201835960001071993-18-000047
10-Q2018-08-08fiscal Q2 201835970001071993-18-000037
10-Q2018-05-04fiscal Q1 201834690001071993-18-000023
10-K2018-03-09fiscal FY 201737950001071993-18-000012
10-Q2017-11-08fiscal Q3 201735900001071993-17-000073
10-Q2017-08-03fiscal Q2 201734900001071993-17-000055
10-Q2017-05-10fiscal Q1 201728560001071993-17-000038
10-K2017-03-15fiscal FY 201632800001071993-17-000021
10-Q2016-11-03fiscal Q3 201628790001071993-16-000093
10-Q2016-08-04fiscal Q2 201627780001071993-16-000089
10-Q2016-05-09fiscal Q1 201627530001071993-16-000079
10-K2016-03-14fiscal FY 201529770001071993-16-000071
10-Q2015-11-04fiscal Q3 201527800001071993-15-000055
10-Q2015-08-07fiscal Q2 201527800001071993-15-000042
10-Q2015-05-08fiscal Q1 201528540001071993-15-000026
10-K2015-03-03fiscal FY 201430790001562762-15-000054
10-Q2014-11-10fiscal Q3 201428810001071993-14-000037
10-Q2014-08-11fiscal Q2 201431860001071993-14-000025
10-Q2014-05-12fiscal Q1 201432650001071993-14-000019
10-K/A2014-03-28fiscal FY 201334900001071993-14-000010
10-K2014-03-03fiscal FY 2013351540001071993-14-000005
10-Q2013-11-12fiscal Q1 201428580001071993-13-000013
10-K2013-08-29fiscal FY 201331840001071993-13-000011
10-Q2013-05-10fiscal Q3 201331900001071993-13-000008
10-Q2013-02-11fiscal Q2 201331880001071993-13-000004
10-Q2012-11-09fiscal Q1 201328590001445305-12-003621
10-K2012-08-29fiscal FY 201229790001445305-12-002782
10-Q2012-05-09fiscal Q3 201232940001193125-12-222318
10-Q2012-02-09fiscal Q2 201232920001193125-12-048556
10-Q2011-11-09fiscal Q1 201231640001193125-11-304301

Inspect the source

Entity
CONTANGO OIL & GAS CO / CIK 0001071993
Captured
SEC response SHA-256
0dc85525ed36bd10306d021d20376a77ba742e2536c88882ace8fe480365f90b

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