Skip to content

QEP RESOURCES, INC.: filings

Every QEP RESOURCES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2021-02-24

The latest filing in this captured record is a 10-K filed 2021-02-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. QEP RESOURCES, 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-K2021-02-24fiscal FY 2020391390001108827-21-000012
10-Q2020-10-28fiscal Q3 202030890001108827-20-000080
10-Q2020-07-29fiscal Q2 202031910001108827-20-000069
10-Q2020-04-29fiscal Q1 202031650001108827-20-000044
10-K2020-02-26fiscal FY 2019391390001108827-20-000009
10-Q2019-10-23fiscal Q3 201933900001108827-19-000062
10-Q2019-08-07fiscal Q2 201933910001108827-19-000052
10-Q2019-04-24fiscal Q1 201932640001108827-19-000028
10-K2019-02-20fiscal FY 2018351220001108827-19-000010
10-Q2018-11-07fiscal Q3 201832880001108827-18-000044
10-Q2018-07-25fiscal Q2 201832880001108827-18-000035
10-Q2018-04-25fiscal Q1 201832640001108827-18-000023
10-K2018-02-28fiscal FY 2017331180001108827-18-000006
10-Q2017-10-25fiscal Q3 201733900001108827-17-000077
10-Q2017-07-26fiscal Q2 201733900001108827-17-000054
10-Q2017-04-26fiscal Q1 201732660001108827-17-000022
10-K2017-02-22fiscal FY 2016351240001108827-17-000007
10-Q2016-10-26fiscal Q3 201633900001108827-16-000100
10-Q2016-07-27fiscal Q2 201633900001108827-16-000087
10-Q2016-04-27fiscal Q1 201633680001108827-16-000073
10-K2016-02-24fiscal FY 2015371160001108827-16-000057
10-Q2015-10-28fiscal Q3 201533920001108827-15-000042
10-Q2015-08-03fiscal Q2 201527680001108827-15-000034
10-Q2015-04-29fiscal Q1 201533690001108827-15-000023
10-K2015-02-25fiscal FY 2014381170001108827-15-000009
10-K2015-02-24fiscal FY 2014381170001108827-15-000006
10-Q2014-11-05fiscal Q3 201434940001108827-14-000058
10-Q2014-08-06fiscal Q2 2014351010001108827-14-000043
10-Q2014-05-07fiscal Q1 201435730001108827-14-000028
10-K2014-02-25fiscal FY 2013381430001108827-14-000016
10-Q2013-11-05fiscal Q3 2013361020001445305-13-002709
10-Q2013-07-31fiscal Q2 2013361020001108827-13-000024
10-Q2013-04-30fiscal Q1 201335720001108827-13-000013
10-K2013-02-22fiscal FY 2012361290001108827-13-000008
10-Q2012-10-30fiscal Q3 201233920001108827-12-000006
10-Q2012-07-31fiscal Q2 201231880001140361-12-034461
10-Q2012-04-26fiscal Q1 201231640001140361-12-021551
10-K2012-02-24fiscal FY 2011321170001140361-12-010483
10-Q2011-10-28fiscal Q3 201127780001140361-11-050658
10-Q2011-07-29fiscal Q2 201127750001193125-11-202252

Inspect the source

Entity
QEP RESOURCES, INC. / CIK 0001108827
Captured
SEC response SHA-256
caca4fb236b988df7e136dc4058fdd0911f3028849def2f19bfada03ed951963

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