Skip to content

Noble Corp: filings

Every Noble Corp 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-08-09

The latest filing in this captured record is a 10-Q filed 2022-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Noble Corp 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-08-09fiscal Q2 2022441450001628280-22-021784
10-Q2022-05-03fiscal Q1 2022441150001628280-22-012009
10-K2022-02-17fiscal FY 2021511760001628280-22-003005
10-Q2021-11-05fiscal Q3 2021451650001628280-21-021925
10-Q2021-08-05fiscal Q2 2021461700001628280-21-015743
10-Q2021-05-07fiscal Q1 2021461380001628280-21-009441
10-K2021-03-12fiscal FY 2020481390001628280-21-004612
10-Q2020-11-05fiscal Q3 2020421200001628280-20-015643
10-Q2020-08-07fiscal Q2 2020411180001628280-20-012111
10-Q2020-05-07fiscal Q1 202041860001628280-20-006911
10-K2020-02-20fiscal FY 2019441250001628280-20-001897
10-Q2019-10-31fiscal Q3 2019431200001628280-19-012987
10-Q2019-08-02fiscal Q2 2019431200001628280-19-009851
10-Q2019-05-02fiscal Q1 201943870001628280-19-005678
10-K2019-02-22fiscal FY 2018431350001628280-19-001707
10-Q2018-11-02fiscal Q3 2018411160001628280-18-013391
10-Q2018-08-03fiscal Q2 2018401140001628280-18-010405
10-Q2018-05-10fiscal Q1 201840830001628280-18-006528
10-K2018-02-23fiscal FY 2017401330001628280-18-002128
10-Q2017-11-03fiscal Q3 2017381100001628280-17-010795
10-Q2017-08-04fiscal Q2 2017381100001628280-17-008078
10-Q2017-05-05fiscal Q1 201739820001628280-17-005037
10-K2017-02-24fiscal FY 2016441560001628280-17-001689
10-Q2016-11-07fiscal Q3 2016421180001628280-16-020934
10-Q2016-08-08fiscal Q2 2016391130001564590-16-023177
10-Q2016-05-05fiscal Q1 201639830001564590-16-017881
10-K2016-02-25fiscal FY 2015411480001564590-16-013321
10-Q2015-11-04fiscal Q3 2015381100001564590-15-009305
10-Q2015-08-06fiscal Q2 2015361030001193125-15-280725
10-Q2015-05-07fiscal Q1 201535750001193125-15-177074
10-K2015-02-27fiscal FY 2014381390001193125-15-068812
10-Q2014-11-07fiscal Q3 2014371060001193125-14-403546
10-Q2014-08-08fiscal Q2 2014361070001193125-14-302798
10-Q2014-05-12fiscal Q1 201436790001193125-14-194106
10-K2014-02-28fiscal FY 2013431520001193125-14-076924
10-Q2013-11-04fiscal Q3 2013381100001193125-13-425147
10-Q2013-08-05fiscal Q2 2013381100001193125-13-319200
10-Q2013-05-02fiscal Q1 201339830001193125-13-196465
10-K2013-02-25fiscal FY 2012391420001193125-13-074360
10-Q2012-11-06fiscal Q3 2012391110001193125-12-454596
10-Q2012-08-06fiscal Q2 2012391110001193125-12-337703
10-Q2012-05-07fiscal Q1 201239830001193125-12-214915
10-K2012-02-27fiscal FY 2011431540000950123-12-003293
10-Q2011-11-02fiscal Q3 2011401120000950123-11-094398
10-Q2011-08-08fiscal Q2 2011401100000950123-11-074173
10-Q2011-05-06fiscal Q1 201139800000950123-11-046290
10-K2011-02-25fiscal FY 2010431560000950123-11-018607
10-Q2010-11-09fiscal Q3 2010381030000950123-10-103086
10-Q2010-08-09fiscal Q2 201035950000950123-10-074834

Inspect the source

Entity
Noble Corp / CIK 0001458891
Captured
SEC response SHA-256
f71d72ee2c9ff59c503263d0edd701064da340a99efea48a03f14be32add5a37

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