Skip to content

CONSOL Coal Resources LP: filings

Every CONSOL Coal Resources LP annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

Filing record ends 2020-11-05

The latest filing in this captured record is a 10-Q filed 2020-11-05. No later filing is in the SEC companyfacts record captured on 2026-09-23. CONSOL Coal Resources LP 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-11-05fiscal Q3 202032860001437749-20-022620
10-Q2020-08-10fiscal Q2 202032840001437749-20-017175
10-Q2020-05-11fiscal Q1 202031640001637558-20-000011
10-K2020-02-14fiscal FY 201934660001637558-20-000005
10-Q2019-11-05fiscal Q3 201933850001637558-19-000023
10-Q2019-08-06fiscal Q2 201930770001637558-19-000016
10-Q2019-05-08fiscal Q1 201930590001637558-19-000011
10-K2019-02-08fiscal FY 201830600001637558-19-000006
10-Q2018-11-01fiscal Q3 201828740001637558-18-000022
10-Q2018-08-02fiscal Q2 201829760001637558-18-000018
10-Q2018-05-03fiscal Q1 201830610001637558-18-000011
10-K2018-02-16fiscal FY 2017301260001637558-18-000006
10-Q2017-10-31fiscal Q3 201728740001637558-17-000041
10-Q2017-08-01fiscal Q2 201728740001637558-17-000035
10-Q2017-05-02fiscal Q1 201728580001637558-17-000029
10-K2017-02-08fiscal FY 2016291240001637558-17-000018
10-Q2016-11-01fiscal Q3 201628740001637558-16-000075
10-Q2016-07-29fiscal Q2 201628740001637558-16-000061
10-Q2016-04-28fiscal Q1 201628580001637558-16-000050
10-K2016-02-05fiscal FY 2015301080001637558-16-000040
10-Q2015-11-03fiscal Q3 201528740001637558-15-000012
10-Q2015-07-31fiscal Q2 201525640001637558-15-000005

Inspect the source

Entity
CONSOL Coal Resources LP / CIK 0001637558
Captured
SEC response SHA-256
5ca7250553adeaec9eaf15248829fdb068e543fd3e11eec0a7a94e90411b8bad

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