Skip to content

WHITING HOLDINGS LLC: filings

Every WHITING HOLDINGS LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2022-05-04

The latest filing in this captured record is a 10-Q filed 2022-05-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. WHITING HOLDINGS LLC 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-Q2022-05-04fiscal Q1 202232680001255474-22-000024
10-K/A2022-03-04fiscal FY 2021421420001255474-22-000012
10-K2022-02-23fiscal FY 2021421420001255474-22-000008
10-Q2021-11-03fiscal Q3 2021361300001255474-21-000039
10-Q2021-08-04fiscal Q2 2021361050001255474-21-000025
10-Q2021-05-05fiscal Q1 202138780001255474-21-000019
10-K2021-02-25fiscal FY 2020451660001255474-21-000009
10-Q2020-11-06fiscal Q3 2020401620001255474-20-000026
10-Q2020-08-07fiscal Q2 2020421210001255474-20-000014
10-Q2020-05-07fiscal Q1 202041850001255474-20-000011
10-K2020-02-27fiscal FY 2019461140001255474-20-000007
10-Q2019-11-06fiscal Q3 2019431180001255474-19-000033
10-Q2019-08-01fiscal Q2 2019431170001255474-19-000026
10-Q2019-05-02fiscal Q1 201942830001255474-19-000017
10-K2019-02-28fiscal FY 2018441130001255474-19-000009
10-Q2018-10-31fiscal Q3 2018401100001255474-18-000031
10-Q2018-08-01fiscal Q2 2018401100001255474-18-000024
10-Q2018-05-01fiscal Q1 201839770001255474-18-000015
10-K2018-02-22fiscal FY 2017431090001255474-18-000008
10-Q2017-10-26fiscal Q3 2017361040001255474-17-000029
10-Q2017-07-27fiscal Q2 2017351000001255474-17-000020
10-Q2017-04-27fiscal Q1 201735720001255474-17-000010
10-K2017-02-23fiscal FY 201640980001255474-17-000005
10-Q2016-10-27fiscal Q3 2016361030001255474-16-000041
10-Q2016-07-28fiscal Q2 2016361030001255474-16-000036
10-Q2016-04-28fiscal Q1 201636750001255474-16-000030
10-K2016-02-25fiscal FY 2015431380001255474-16-000024
10-Q2015-10-29fiscal Q3 2015361020001255474-15-000019
10-Q2015-07-30fiscal Q2 2015361030001255474-15-000014
10-Q2015-04-30fiscal Q1 201536750001255474-15-000010
10-K2015-02-27fiscal FY 2014411350001255474-15-000004
10-Q2014-10-30fiscal Q3 2014361080001255474-14-000015
10-Q2014-07-31fiscal Q2 2014361080001562762-14-000190
10-Q2014-05-01fiscal Q1 201436760001255474-14-000010
10-K2014-02-28fiscal FY 2013401340001255474-14-000005
10-Q2013-10-25fiscal Q3 2013361080001255474-13-000021
10-Q2013-07-26fiscal Q2 2013361080001255474-13-000015
10-Q2013-04-26fiscal Q1 201335740001255474-13-000011
10-K2013-02-28fiscal FY 2012391320001255474-13-000005
10-Q2012-10-25fiscal Q3 2012351060001255474-12-000020
10-Q2012-07-27fiscal Q2 2012351060001255474-12-000014
10-Q2012-04-27fiscal Q1 201237780001255474-12-000010
10-K2012-02-23fiscal FY 2011401340001255474-12-000005
10-Q2011-11-03fiscal Q3 2011351000001255474-11-000018
10-Q2011-07-29fiscal Q2 2011351000001255474-11-000013
10-Q2011-04-29fiscal Q1 201135740001255474-11-000009
10-K2011-02-24fiscal FY 201036940001255474-11-000004
10-Q2010-10-29fiscal Q3 201035990001255474-10-000017
10-Q2010-07-30fiscal Q2 201035980001255474-10-000014

Inspect the source

Entity
WHITING HOLDINGS LLC / CIK 0001255474
Captured
SEC response SHA-256
dcaceb8310b2a6cd87de8475dbb01fe0e34551e5c2f2538c27383d4aad5ca0c1

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