Skip to content

Carbon Energy Corp: filings

Every Carbon Energy Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-08-14

The latest filing in this captured record is a 10-Q filed 2020-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Carbon Energy 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-Q2020-08-14fiscal Q2 202033980001213900-20-022270
10-Q2020-05-14fiscal Q1 202032680001213900-20-012248
10-K2020-03-30fiscal FY 201936700001213900-20-007986
10-Q2019-11-13fiscal Q3 201933970001213900-19-023176
10-Q2019-08-14fiscal Q2 201933930001213900-19-015901
10-Q2019-05-14fiscal Q1 201934700001213900-19-008477
10-K2019-03-28fiscal FY 201836720001213900-19-005141
10-Q2018-11-13fiscal Q3 201833910001213900-18-015486
10-Q2018-08-14fiscal Q2 201829820001213900-18-010868
10-Q2018-05-15fiscal Q1 201827550001213900-18-006379
10-K2018-04-02fiscal FY 201730600001213900-18-003775
10-Q2017-11-14fiscal Q3 201730890001213900-17-012085
10-Q2017-08-14fiscal Q2 201729860001213900-17-008601
10-Q2017-05-19fiscal Q1 201728580001213900-17-005529
10-K2017-03-31fiscal FY 201630630001213900-17-003130
10-Q2016-11-14fiscal Q3 201629830001213900-16-018385
10-Q2016-08-15fiscal Q2 201628830001213900-16-015979
10-Q2016-05-23fiscal Q1 201628560001213900-16-013726
10-K2016-03-28fiscal FY 201532610001213900-16-011912
10-Q2015-11-16fiscal Q3 201529830001213900-15-008678
10-Q2015-08-13fiscal Q2 201529820001213900-15-006063
10-Q2015-05-14fiscal Q1 201528560001213900-15-003662
10-K2015-03-31fiscal FY 201430590001213900-15-002265
10-Q2014-11-14fiscal Q3 201426780001213900-14-008166
10-Q2014-08-14fiscal Q2 201426780001213900-14-005825
10-Q2014-05-14fiscal Q1 201425520001213900-14-003234
10-K2014-03-31fiscal FY 201328570001213900-14-001890
10-Q2013-11-13fiscal Q3 201326770001213900-13-006328
10-Q2013-08-14fiscal Q2 201326770001213900-13-004232
10-Q2013-05-15fiscal Q1 201325520001213900-13-002556
10-K2013-03-29fiscal FY 201232610001213900-13-001428
10-Q2012-11-14fiscal Q3 201229800001213900-12-006108
10-Q/A2012-09-13fiscal Q2 201227770001213900-12-005239
10-Q2012-05-15fiscal Q1 201225500001104659-12-037274
10-K2012-03-30fiscal FY 201129560001104659-12-022818
10-Q2011-11-14fiscal Q3 201128780001104659-11-063939
10-Q/A2011-09-12fiscal Q2 201127770001104659-11-051278

Inspect the source

Entity
Carbon Energy Corp / CIK 0000086264
Captured
SEC response SHA-256
2219a3a589b2c0e4afac556f052796987e6970c22e91b6f6626b98d215e77ffa

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