Skip to content

ANDEAVOR: filings

Every ANDEAVOR annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2018-08-07

The latest filing in this captured record is a 10-Q filed 2018-08-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. ANDEAVOR 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-Q2018-08-07fiscal Q2 2018391030000050104-18-000181
10-Q2018-05-08fiscal Q1 201839810000050104-18-000103
10-K2018-02-21fiscal FY 2017481650000050104-18-000054
10-Q2017-11-09fiscal Q3 201737980000050104-17-000229
10-Q2017-08-09fiscal Q2 2017381000000050104-17-000189
10-Q2017-05-09fiscal Q1 201740820000050104-17-000123
10-K2017-02-21fiscal FY 2016501710000050104-17-000056
10-Q2016-11-02fiscal Q3 2016391080000050104-16-000088
10-Q2016-08-04fiscal Q2 2016391120001628280-16-018505
10-Q2016-05-05fiscal Q1 201639800000050104-16-000062
10-K2016-02-25fiscal FY 2015501710000050104-16-000055
10-Q2015-10-29fiscal Q3 2015391120000050104-15-000035
10-Q2015-08-06fiscal Q2 2015391120000050104-15-000028
10-Q2015-05-08fiscal Q1 201538780000050104-15-000019
10-K2015-02-24fiscal FY 2014491690000050104-15-000007
10-Q2014-10-31fiscal Q3 2014381080000050104-14-000061
10-Q2014-08-01fiscal Q2 2014381070000050104-14-000046
10-Q2014-05-02fiscal Q1 201436740000050104-14-000024
10-K2014-02-24fiscal FY 2013491690000050104-14-000013
10-Q2013-11-07fiscal Q3 2013411140000050104-13-000073
10-Q2013-08-05fiscal Q2 2013411140000050104-13-000058
10-Q2013-05-03fiscal Q1 201337760000050104-13-000029
10-K2013-02-22fiscal FY 2012451590000050104-13-000019
10-Q2012-11-01fiscal Q3 2012381020000050104-12-000085
10-Q2012-08-02fiscal Q2 2012381020000050104-12-000062
10-Q2012-05-03fiscal Q1 201238780000050104-12-000042
10-K2012-02-24fiscal FY 2011441530000050104-12-000020
10-Q2011-11-04fiscal Q3 201137970000050104-11-000084
10-Q2011-08-08fiscal Q2 2011391000000050104-11-000059
10-Q2011-05-09fiscal Q1 201135720000950123-11-047401
10-K2011-03-01fiscal FY 201036940000950123-11-020449
10-Q2010-11-05fiscal Q3 201035890000950123-10-101504
10-Q2010-07-29fiscal Q2 201035900000950123-10-069651

Inspect the source

Entity
ANDEAVOR / CIK 0000050104
Captured
SEC response SHA-256
9bf1f2de8321c9b16c4fe86fbe469b1f1f8348939836a6636ae8c1433a656743

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