Skip to content

Express Scripts Holding Co.: filings

Every Express Scripts Holding Co. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2018-10-31

The latest filing in this captured record is a 10-Q filed 2018-10-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. Express Scripts Holding Co. 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-10-31fiscal Q3 2018461260001532063-18-000014
10-Q2018-08-01fiscal Q2 2018461260001532063-18-000011
10-Q2018-05-02fiscal Q1 201846940001532063-18-000007
10-K2018-02-27fiscal FY 2017522080001532063-18-000004
10-Q2017-10-24fiscal Q3 2017481320001532063-17-000014
10-Q2017-07-25fiscal Q2 2017471300001532063-17-000011
10-Q2017-04-24fiscal Q1 201747960001532063-17-000007
10-K2017-02-14fiscal FY 2016522090001532063-17-000004
10-Q2016-10-25fiscal Q3 2016461280001532063-16-000026
10-Q2016-07-25fiscal Q2 2016461280001532063-16-000023
10-Q2016-04-25fiscal Q1 201646940001532063-16-000020
10-K2016-02-16fiscal FY 2015522090001532063-16-000017
10-Q2015-10-27fiscal Q3 2015461280001532063-15-000013
10-Q2015-07-28fiscal Q2 2015461280001532063-15-000010
10-Q2015-04-28fiscal Q1 201546940001532063-15-000007
10-K2015-02-23fiscal FY 2014532120001532063-15-000004
10-Q2014-10-28fiscal Q3 2014471320001532063-14-000028
10-Q2014-07-29fiscal Q2 2014471340001532063-14-000020
10-Q2014-04-29fiscal Q1 201447960001532063-14-000011
10-K2014-02-20fiscal FY 2013532130001532063-14-000006
10-Q2013-10-24fiscal Q3 2013461320001532063-13-000009
10-Q2013-07-29fiscal Q2 2013431260001532063-13-000004
10-Q2013-04-29fiscal Q1 201342860001445305-13-000961
10-K2013-02-19fiscal FY 2012522080001193125-13-063930
10-Q2012-11-06fiscal Q3 2012431310001193125-12-452576
10-Q2012-08-07fiscal Q2 2012431210001193125-12-340911
10-Q2012-05-10fiscal Q1 201237770001193125-12-225583

Inspect the source

Entity
Express Scripts Holding Co. / CIK 0001532063
Captured
SEC response SHA-256
3bc696b84eb4a1cbfe17984b8843ad88bc40238e55714c7460d16714071d0328

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