Skip to content

CLOUD PEAK ENERGY INC.: filings

Every CLOUD PEAK ENERGY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-10-18

The latest filing in this captured record is a 10-Q filed 2019-10-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. CLOUD PEAK ENERGY INC. 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-Q2019-10-18fiscal Q3 2019411210001104659-19-054793
10-Q2019-09-20fiscal Q2 2019421240001104659-19-050758
10-Q2019-05-10fiscal Q1 201943930001104659-19-028662
10-K2019-03-15fiscal FY 2018491740001104659-19-014968
10-Q2018-10-26fiscal Q3 2018401110001104659-18-063983
10-Q2018-07-27fiscal Q2 2018401110001104659-18-047470
10-Q2018-04-27fiscal Q1 201840830001104659-18-027251
10-K2018-02-16fiscal FY 2017451610001104659-18-010090
10-Q2017-10-27fiscal Q3 2017381040001104659-17-064072
10-Q2017-07-28fiscal Q2 2017381040001104659-17-047466
10-Q2017-04-28fiscal Q1 201734700001104659-17-027043
10-K2017-02-16fiscal FY 2016421490001104659-17-009687
10-Q2016-10-28fiscal Q3 2016351010001104659-16-152646
10-Q2016-07-29fiscal Q2 2016351000001104659-16-135066
10-Q2016-04-29fiscal Q1 201636740001104659-16-115425
10-K2016-02-18fiscal FY 2015421510001104659-16-097811
10-Q2015-10-28fiscal Q3 2015371060001104659-15-073176
10-Q2015-07-30fiscal Q2 2015371060001104659-15-054449
10-Q2015-05-01fiscal Q1 201537760001104659-15-032743
10-K2015-02-18fiscal FY 2014411460001104659-15-011392
10-Q2014-10-30fiscal Q3 2014351000001104659-14-074918
10-Q2014-07-30fiscal Q2 201434980001104659-14-054557
10-Q2014-04-30fiscal Q1 201434700001104659-14-032052
10-Q2013-10-30fiscal Q3 201334980001104659-13-078834
10-Q2013-07-31fiscal Q2 2013351000001104659-13-057972
10-Q2013-05-01fiscal Q1 201335720001104659-13-035375
10-K2013-02-14fiscal FY 2012401250001047469-13-001007
10-Q2012-10-26fiscal Q3 201234980001104659-12-071265
10-Q2012-08-01fiscal Q2 201234980001104659-12-052820
10-Q2012-05-01fiscal Q1 201234700001104659-12-030783
10-K2012-02-17fiscal FY 2011401300001047469-12-001130
10-Q2011-10-28fiscal Q3 2011361010001104659-11-058538
10-Q2011-08-03fiscal Q2 2011381050001104659-11-042743

Inspect the source

Entity
CLOUD PEAK ENERGY INC. / CIK 0001441849
Captured
SEC response SHA-256
1fbde9b11946923ee2ecd30b543156a62bb77cf776eb7c5c68615791c117b3fa

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