Skip to content

ESSENDANT INC: filings

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

Filing record ends 2018-10-25

The latest filing in this captured record is a 10-Q filed 2018-10-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. ESSENDANT 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-Q2018-10-25fiscal Q3 201840980001564590-18-025148
10-Q2018-08-09fiscal Q2 201840980001564590-18-020715
10-Q2018-04-25fiscal Q1 201835690001564590-18-009075
10-K2018-02-21fiscal FY 2017451460001564590-18-002697
10-Q2017-10-25fiscal Q3 201734910001564590-17-020028
10-Q2017-07-26fiscal Q2 201734910001564590-17-014089
10-Q2017-04-27fiscal Q1 201734690001564590-17-007375
10-K2017-02-27fiscal FY 2016451490001564590-17-002595
10-Q2016-10-26fiscal Q3 201634920001564590-16-026238
10-Q2016-07-21fiscal Q2 201634920001564590-16-021308
10-Q2016-04-20fiscal Q1 201634700001564590-16-016418
10-K2016-02-19fiscal FY 2015451510001564590-16-012894
10-Q2015-10-21fiscal Q3 2015371990001564590-15-008526
10-Q2015-07-23fiscal Q2 201537980001564590-15-005623
10-Q2015-04-23fiscal Q1 201535720001564590-15-002810
10-K2015-02-18fiscal FY 2014411390001564590-15-000738
10-Q2014-10-24fiscal Q3 201435920001564590-14-004476
10-Q2014-07-25fiscal Q2 201436960001193125-14-280449
10-Q2014-04-28fiscal Q1 201435720001193125-14-162935
10-K2014-02-19fiscal FY 2013471530001193125-14-058879
10-Q2013-10-28fiscal Q3 2013381000001193125-13-413488
10-Q2013-07-30fiscal Q2 201336940001193125-13-309354
10-Q2013-04-30fiscal Q1 201336740001193125-13-186896
10-K2013-02-22fiscal FY 2012421430001193125-13-071543
10-Q2012-10-30fiscal Q3 201237980001193125-12-441700
10-Q2012-08-01fiscal Q2 201237980001193125-12-327934
10-Q2012-05-03fiscal Q1 201237750001193125-12-205139
10-K2012-02-27fiscal FY 2011401380001193125-12-082027
10-Q2011-11-02fiscal Q3 201136920001193125-11-292641
10-Q2011-08-04fiscal Q2 201136920001193125-11-208567
10-Q2011-05-04fiscal Q1 201135710001193125-11-125910
10-K2011-02-25fiscal FY 201036960001047469-11-001401
10-Q2010-11-04fiscal Q3 201035860001104659-10-056023
10-Q2010-08-06fiscal Q2 201035860001104659-10-042608

Inspect the source

Entity
ESSENDANT INC / CIK 0000355999
Captured
SEC response SHA-256
29338016f55012185c6cb158b8e52d05b17e38affad8f656f12444994e6bf0d9

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