Skip to content

Independence Contract Drilling, Inc.: filings

Every Independence Contract Drilling, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

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-Q2024-11-19fiscal Q3 2024411130001537028-24-000049
10-Q2024-08-07fiscal Q2 2024411090001537028-24-000029
10-Q2024-05-01fiscal Q1 202441840001537028-24-000015
10-K2024-02-28fiscal FY 202344870001537028-24-000006
10-Q2023-11-01fiscal Q3 2023401120001537028-23-000041
10-Q2023-08-03fiscal Q2 2023401080001537028-23-000030
10-Q2023-05-09fiscal Q1 202340840001537028-23-000023
10-K2023-03-06fiscal FY 202241820001537028-23-000015
10-Q2022-11-01fiscal Q3 2022391100001537028-22-000052
10-Q2022-08-04fiscal Q2 2022391060001537028-22-000043
10-Q2022-05-16fiscal Q1 202239820001537028-22-000026
10-K2022-03-15fiscal FY 2021421090001537028-22-000007
10-Q2021-11-02fiscal Q3 2021381030001537028-21-000087
10-Q2021-08-04fiscal Q2 202137970001537028-21-000077
10-Q2021-05-04fiscal Q1 202137770001537028-21-000068
10-K2021-03-01fiscal FY 2020401380001537028-21-000041
10-Q2020-11-03fiscal Q3 2020381070001537028-20-000099
10-Q2020-08-04fiscal Q2 2020381030001537028-20-000090
10-Q2020-05-07fiscal Q1 202037780001537028-20-000077
10-K2020-03-02fiscal FY 2019431350001537028-20-000057
10-Q2019-10-31fiscal Q3 2019381050001537028-19-000087
10-Q2019-08-01fiscal Q2 2019381010001537028-19-000043
10-Q2019-05-03fiscal Q1 201937770001537028-19-000034
10-K2019-03-01fiscal FY 2018391320001537028-19-000025
10-Q2018-11-06fiscal Q3 201832820001537028-18-000113
10-Q2018-08-02fiscal Q2 201831800001537028-18-000069
10-Q2018-04-26fiscal Q1 201832660001537028-18-000045
10-K2018-02-26fiscal FY 2017331180001537028-18-000029
10-Q2017-10-31fiscal Q3 201730780001537028-17-000097
10-Q2017-07-27fiscal Q2 201729760001537028-17-000080
10-Q2017-04-27fiscal Q1 201729600001537028-17-000073
10-K2017-02-28fiscal FY 2016361230001537028-17-000064
10-Q2016-10-26fiscal Q3 201626700001537028-16-000059
10-Q2016-07-28fiscal Q2 201625680001537028-16-000024
10-Q2016-04-28fiscal Q1 201626540001537028-16-000021
10-K2016-02-18fiscal FY 2015341200001537028-16-000018
10-Q2015-10-29fiscal Q3 201528780001537028-15-000014
10-Q2015-08-06fiscal Q2 201528780001537028-15-000011
10-Q2015-05-11fiscal Q1 201528580001537028-15-000008
10-K2015-03-16fiscal FY 2014381400001537028-15-000002
10-Q2014-11-12fiscal Q3 201430820001537028-14-000009
10-Q2014-09-19fiscal Q2 201430820001537028-14-000003

Inspect the source

Entity
Independence Contract Drilling, Inc. / CIK 0001537028
Captured
2026-09-21T17:19:44.288Z
SEC response SHA-256
4e7ba40bfb0ab22569ad8c292b4d640095b33efc4dd5d9eed6818e3ecea65241

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