Skip to content

Harvest Oil & Gas Corp.: filings

Every Harvest Oil & Gas Corp. 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-04-14

The latest filing in this captured record is a 10-K filed 2020-04-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Harvest Oil & Gas Corp. 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-K2020-04-14fiscal FY 2019421870001558370-20-003884
10-Q2019-11-14fiscal Q3 2019371100001558370-19-011064
10-Q2019-08-14fiscal Q2 201938910001558370-19-008097
10-Q2019-05-15fiscal Q1 201936480001558370-19-005026
10-K2019-03-29fiscal FY 201833510001558370-19-002576
10-Q2018-05-14fiscal Q1 201825510001144204-18-028222
10-K2018-04-02fiscal FY 201727930001144204-18-018630
10-Q2017-11-09fiscal Q3 201724690001144204-17-057379
10-Q2017-08-09fiscal Q2 201724690001144204-17-041344
10-Q2017-05-10fiscal Q1 201720410001144204-17-025743
10-K2017-03-01fiscal FY 201625880001144204-17-011934
10-Q2016-11-09fiscal Q3 201622640001144204-16-132513
10-Q2016-08-09fiscal Q2 201621620001144204-16-117390
10-Q2016-05-10fiscal Q1 201619400001144204-16-100069
10-K2016-02-29fiscal FY 201524850001144204-16-084719
10-Q2015-11-09fiscal Q3 201521620001144204-15-063462
10-Q2015-08-10fiscal Q2 201521620001144204-15-047478
10-Q2015-05-11fiscal Q1 201518380001144204-15-028947
10-K2015-03-02fiscal FY 201423850001144204-15-013000
10-Q2014-11-10fiscal Q3 201422680001144204-14-066205
10-Q2014-08-11fiscal Q2 201422680001144204-14-048215
10-Q2014-05-12fiscal Q1 201422460001144204-14-029268
10-K2014-03-03fiscal FY 201323840001144204-14-012672
10-Q2013-11-12fiscal Q3 201322650001144204-13-060211
10-Q2013-08-09fiscal Q2 201321630001144204-13-044146
10-Q2013-05-10fiscal Q1 201321440001144204-13-027652
10-K2013-03-01fiscal FY 201222820001144204-13-012203
10-Q2012-11-08fiscal Q3 201222660001144204-12-060501
10-Q2012-08-09fiscal Q2 201222670001144204-12-044114
10-Q2012-05-09fiscal Q1 201223460001144204-12-027151
10-K2012-02-29fiscal FY 201122820001144204-12-011999
10-Q2011-11-08fiscal Q3 201121640001144204-11-062118
10-Q2011-08-09fiscal Q2 201121640001144204-11-045015
10-Q/A2011-06-21fiscal Q1 201124500001144204-11-036837

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Harvest Oil & Gas Corp. / CIK 0001361937
Captured
SEC response SHA-256
cf0bda774320c8a2f81f72483fc28429e671e7750325ff5230e06589111f54a8

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