Skip to content

GOODRICH PETROLEUM CORPORATION: filings

Every GOODRICH PETROLEUM CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2021-11-08

The latest filing in this captured record is a 10-Q filed 2021-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. GOODRICH PETROLEUM CORPORATION 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-08fiscal Q3 2021431250001437749-21-025709
10-Q2021-08-05fiscal Q2 2021431210001437749-21-018755
10-Q2021-05-06fiscal Q1 202143870001437749-21-011137
10-K2021-03-12fiscal FY 202047900001437749-21-005932
10-Q2020-11-13fiscal Q3 2020441250001437749-20-023832
10-Q/A2020-11-13fiscal Q2 2020441210001437749-20-023831
10-Q2020-08-11fiscal Q2 2020441210001437749-20-017485
10-Q2020-05-07fiscal Q1 202044890001437749-20-009794
10-K2020-03-05fiscal FY 201946900001437749-20-004441
10-Q2019-11-07fiscal Q3 2019431170001437749-19-021889
10-Q2019-08-07fiscal Q2 2019421170001437749-19-015780
10-Q2019-05-14fiscal Q1 201944870001437749-19-009843
10-K2019-03-05fiscal FY 201844890001437749-19-004049
10-Q2018-11-08fiscal Q3 2018381080000943861-18-000016
10-Q2018-08-07fiscal Q2 2018381080000943861-18-000012
10-Q2018-05-15fiscal Q1 201835720000943861-18-000007
10-Q2017-11-08fiscal Q3 201717340000943861-17-000020
10-Q2017-08-04fiscal Q2 201717340000943861-17-000012
10-Q2017-05-09fiscal Q1 201717330000943861-17-000004
10-Q2016-11-09fiscal Q3 201636970001564590-16-028596
10-Q2016-08-08fiscal Q2 201636970001564590-16-023359
10-Q2016-05-16fiscal Q1 201636710001564590-16-019507
10-K2016-03-30fiscal FY 2015381460001564590-16-015670
10-Q2015-11-06fiscal Q3 2015371030001564590-15-009791
10-Q2015-08-06fiscal Q2 2015371020001564590-15-006424
10-Q2015-05-06fiscal Q1 201537730001564590-15-003412
10-K2015-03-02fiscal FY 2014371420001564590-15-001123
10-Q2014-11-06fiscal Q3 2014361030001564590-14-005157
10-Q2014-08-07fiscal Q2 2014391090001193125-14-300459
10-Q2014-05-06fiscal Q1 201438770001193125-14-184974
10-K2014-02-21fiscal FY 2013401520001193125-14-062843
10-Q2013-11-05fiscal Q3 2013371040001193125-13-427190
10-Q2013-08-07fiscal Q2 201335950001193125-13-323602
10-Q2013-05-07fiscal Q1 201335700001193125-13-203741
10-K2013-02-22fiscal FY 201240990001193125-13-071627
10-Q2012-11-07fiscal Q3 201234920001193125-12-457071
10-Q2012-08-07fiscal Q2 201234910001193125-12-340730
10-Q2012-05-08fiscal Q1 201236720001193125-12-217497
10-K2012-02-24fiscal FY 2011421050001193125-12-076931
10-Q2011-11-04fiscal Q3 2011371010001193125-11-296912
10-Q2011-08-05fiscal Q2 201136990001193125-11-211850
10-Q2011-05-06fiscal Q1 201135720001193125-11-130484
10-K2011-02-22fiscal FY 2010401050001193125-11-041211
10-Q2010-11-04fiscal Q3 2010371010001193125-10-247781
10-Q2010-08-05fiscal Q2 2010371010001193125-10-179154

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
GOODRICH PETROLEUM CORPORATION / CIK 0000943861
Captured
SEC response SHA-256
8f3f109a493ec3124042899c918c7432d18965b3b39d2772dffa810d652ddeb4

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