Skip to content

AMAZING ENERGY OIL AND GAS, CO.: filings

Every AMAZING ENERGY OIL AND GAS, CO. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-03-25

The latest filing in this captured record is a 10-Q/A filed 2020-03-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. AMAZING ENERGY OIL AND 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-Q/A2020-03-25fiscal Q2 202032830001654954-20-003175
10-Q2019-12-23fiscal Q1 202032650001199835-19-000047
10-K2019-11-13fiscal FY 201931630001199835-19-000034
10-Q2019-06-14fiscal Q3 201930850001654954-19-007346
10-Q2019-03-15fiscal Q2 201930750001654954-19-002820
10-Q2018-12-17fiscal Q1 201829590001654954-18-014007
10-K2018-10-29fiscal FY 201831620001654954-18-011671
10-Q2018-06-21fiscal Q3 201825650001056520-18-000035
10-Q2018-06-18fiscal Q3 201825640001056520-18-000033
10-Q2018-03-19fiscal Q2 201827680001056520-18-000017
10-Q2017-12-15fiscal Q1 201725490001056520-17-000098
10-K2017-11-14fiscal FY 201727540001056520-17-000083
10-Q2017-06-19fiscal Q3 201729680001002014-17-000114
10-Q2017-05-26fiscal Q2 201732820001002014-17-000101
10-Q2017-01-17fiscal Q1 201627530001002014-17-000004
10-K2016-11-15fiscal FY 201636700001002014-16-000781
10-Q2016-06-10fiscal Q3 201628690001002014-16-000690
10-Q2016-03-16fiscal Q2 201628700001002014-16-000610
10-Q2015-12-15fiscal Q1 201627550001002014-15-000546
10-K2015-11-13fiscal FY 201530620001002014-15-000505
10-Q2015-06-15fiscal Q3 201529700001002014-15-000294
10-Q2015-03-18fiscal Q2 201528700001002014-15-000099
10-Q2014-11-12fiscal Q3 201420510001052918-14-000437
10-Q2014-08-12fiscal Q2 201419480001052918-14-000310
10-Q2014-05-13fiscal Q1 201422490001052918-14-000153
10-K2014-04-10fiscal FY 201324590001052918-14-000100
10-Q2013-11-14fiscal Q3 201323620001052918-13-000487
10-Q2013-08-14fiscal Q2 201324660001052918-13-000340
10-Q2013-05-20fiscal Q1 201322500001052918-13-000209
10-K2013-04-16fiscal FY 201222580001052918-13-000145
10-Q2012-11-14fiscal Q3 201221580001052918-12-000532
10-Q/A2012-09-19fiscal Q2 201221570001052918-12-000439
10-Q2012-05-15fiscal Q1 201221470001052918-12-000239
10-K2012-03-30fiscal FY 201123550001052918-12-000124
10-Q2011-11-14fiscal Q3 201121600001052918-11-000648
10-Q/A2011-09-16fiscal Q2 201117460001052918-11-000499

Inspect the source

Entity
AMAZING ENERGY OIL AND GAS, CO. / CIK 0001375618
Captured
SEC response SHA-256
907709a8e4e2a4e601608afb21262ed7134e8d062d98cfcd592e7d6cae57d912

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