Skip to content

Anadarko Petroleum Corp: filings

Every Anadarko Petroleum Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2019-07-30

The latest filing in this captured record is a 10-Q filed 2019-07-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. Anadarko Petroleum 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-Q2019-07-30fiscal Q2 2019461320000773910-19-000054
10-Q2019-05-08fiscal Q1 201945900000773910-19-000034
10-K2019-02-14fiscal FY 2018491310000773910-19-000009
10-Q2018-10-30fiscal Q3 2018421210000773910-18-000055
10-Q2018-07-31fiscal Q2 2018421210000773910-18-000044
10-Q2018-05-01fiscal Q1 201841820000773910-18-000023
10-K2018-02-15fiscal FY 2017461260000773910-18-000012
10-Q2017-10-31fiscal Q3 2017381140000773910-17-000059
10-Q2017-07-24fiscal Q2 2017381140000773910-17-000047
10-Q2017-05-02fiscal Q1 201736740000773910-17-000033
10-K2017-02-17fiscal FY 2016471240000773910-17-000020
10-Q2016-10-31fiscal Q3 2016391110000773910-16-000136
10-Q2016-07-26fiscal Q2 2016381100000773910-16-000116
10-Q2016-05-02fiscal Q1 201638780000773910-16-000088
10-K2016-02-17fiscal FY 2015441190000773910-16-000073
10-Q2015-10-27fiscal Q3 2015381100000773910-15-000058
10-Q2015-07-28fiscal Q2 2015381100000773910-15-000047
10-Q2015-05-04fiscal Q1 201538780000773910-15-000023
10-K2015-02-20fiscal FY 2014451220000773910-15-000012
10-Q2014-10-28fiscal Q3 2014391120000773910-14-000047
10-Q2014-07-29fiscal Q2 2014391120000773910-14-000040
10-Q2014-05-05fiscal Q1 201439800000773910-14-000025
10-K2014-02-28fiscal FY 2013451220000773910-14-000014
10-Q2013-11-04fiscal Q3 2013391140000773910-13-000019
10-Q2013-07-29fiscal Q2 2013391130000773910-13-000006
10-Q2013-05-06fiscal Q1 201339800001193125-13-201639
10-K2013-02-19fiscal FY 2012451220001193125-13-065430
10-Q2012-10-29fiscal Q3 2012391140001193125-12-439609
10-Q2012-08-08fiscal Q2 2012401150001193125-12-344024
10-Q2012-04-30fiscal Q1 201240820001193125-12-196332
10-K2012-02-21fiscal FY 2011451200001193125-12-070408
10-Q2011-10-31fiscal Q3 2011401160001193125-11-288902
10-Q2011-07-27fiscal Q2 2011421200001193125-11-198376
10-Q2011-05-02fiscal Q1 201142860001193125-11-121736
10-K2011-02-23fiscal FY 2010451210001193125-11-043021
10-Q2010-11-01fiscal Q3 2010421180001193125-10-242664
10-Q/A2010-08-23fiscal Q2 2010411160001193125-10-194985
10-Q2010-05-04fiscal Q1 201039790001193125-10-105970
10-K2010-02-23fiscal FY 2009401060001193125-10-037173
10-Q2009-11-03fiscal Q3 2009401120001193125-09-221564
10-Q2009-08-04fiscal Q2 200934960001193125-09-163299

Inspect the source

Entity
Anadarko Petroleum Corp / CIK 0000773910
Captured
SEC response SHA-256
07860a3225f8957499a4f65c225925d59215899a7439bd2aa2fcb510d5797c48

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