Skip to content

NOBLE ENERGY INC: filings

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

Filing record ends 2020-08-03

The latest filing in this captured record is a 10-Q filed 2020-08-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. NOBLE 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-Q2020-08-03fiscal Q2 2020401220000072207-20-000069
10-Q2020-05-08fiscal Q1 202044940000072207-20-000041
10-K2020-02-12fiscal FY 2019481170000072207-20-000010
10-Q2019-11-07fiscal Q3 2019461400000072207-19-000083
10-Q2019-08-02fiscal Q2 2019461360000072207-19-000067
10-Q2019-05-03fiscal Q1 201946960000072207-19-000053
10-K2019-02-19fiscal FY 2018431120000072207-19-000018
10-Q2018-11-01fiscal Q3 2018441310000072207-18-000073
10-Q2018-08-03fiscal Q2 2018441310000072207-18-000060
10-Q2018-05-01fiscal Q1 201843920000072207-18-000041
10-K2018-02-20fiscal FY 2017421120000072207-18-000020
10-Q2017-10-31fiscal Q3 2017411170000072207-17-000089
10-Q2017-08-03fiscal Q2 2017411180000072207-17-000066
10-Q2017-05-02fiscal Q1 201741850000072207-17-000039
10-K2017-02-14fiscal FY 2016461240000072207-17-000014
10-Q2016-11-02fiscal Q3 2016431270000072207-16-000115
10-Q2016-08-03fiscal Q2 2016411220000072207-16-000104
10-Q2016-05-04fiscal Q1 201641860000072207-16-000088
10-K2016-02-17fiscal FY 2015471290000072207-16-000070
10-Q2015-11-02fiscal Q3 2015431260000072207-15-000062
10-Q2015-08-03fiscal Q2 2015431260000072207-15-000047
10-Q2015-05-05fiscal Q1 201543900000072207-15-000030
10-K2015-02-19fiscal FY 2014461260000072207-15-000007
10-Q2014-10-28fiscal Q3 2014431260000072207-14-000051
10-Q2014-07-24fiscal Q2 2014431260000072207-14-000038
10-Q2014-04-24fiscal Q1 201443900000072207-14-000021
10-K2014-02-06fiscal FY 2013461260000072207-14-000008
10-Q2013-10-24fiscal Q3 2013441280000072207-13-000059
10-Q2013-07-25fiscal Q2 2013441280000072207-13-000047
10-Q2013-04-25fiscal Q1 201344920000072207-13-000028
10-K2013-02-07fiscal FY 2012481310000072207-13-000013
10-Q2012-10-25fiscal Q3 2012421220000072207-12-000021
10-Q2012-07-26fiscal Q2 2012411200000072207-12-000008
10-Q2012-04-26fiscal Q1 201240840001140361-12-021487
10-K2012-02-09fiscal FY 2011431500001140361-12-006454
10-Q2011-10-20fiscal Q3 2011401160001140361-11-049923
10-Q2011-07-28fiscal Q2 2011401160001140361-11-038302
10-Q2011-04-28fiscal Q1 201140830001140361-11-023588
10-K2011-02-10fiscal FY 2010431490001140361-11-007888
10-Q2010-10-28fiscal Q3 2010391140001140361-10-042488
10-Q2010-07-29fiscal Q2 2010391140001140361-10-030762
10-Q2010-04-29fiscal Q1 201036760001140361-10-017930
10-K2010-02-18fiscal FY 2009381000000072207-10-000006
10-Q2009-10-29fiscal Q3 2009371040000072207-09-000038
10-Q2009-07-30fiscal Q2 2009371080000072207-09-000031

Inspect the source

Entity
NOBLE ENERGY INC / CIK 0000072207
Captured
SEC response SHA-256
0f40d252c3f5e02a03d3671c07d80b4574c403e58c96f6105a787ca74d91dfe0

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