Skip to content

CLARCOR INC.: filings

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

Filing record ends 2017-01-27

The latest filing in this captured record is a 10-K filed 2017-01-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. CLARCOR 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-K2017-01-27fiscal FY 2016511780000020740-17-000006
10-Q2016-09-16fiscal Q3 2016461230000020740-16-000184
10-Q2016-06-17fiscal Q2 2016461230000020740-16-000166
10-Q2016-03-21fiscal Q1 201646930000020740-16-000132
10-K2016-01-22fiscal FY 2015511770000020740-16-000123
10-Q2015-09-18fiscal Q3 2015451220000020740-15-000069
10-Q2015-06-19fiscal Q2 2015451220000020740-15-000057
10-Q2015-03-20fiscal Q1 201545910000020740-15-000031
10-K2015-01-26fiscal FY 2014511770000020740-15-000023
10-Q2014-09-19fiscal Q3 2014431180000020740-14-000058
10-Q2014-06-20fiscal Q2 2014431180000020740-14-000046
10-Q2014-03-21fiscal Q1 201443870000020740-14-000018
10-K2014-01-24fiscal FY 2013511780000020740-14-000007
10-Q2013-09-20fiscal Q3 2013431170000020740-13-000059
10-Q2013-06-21fiscal Q2 2013431170000020740-13-000043
10-Q2013-03-22fiscal Q1 201343870000020740-13-000018
10-K2013-01-25fiscal FY 2012491730000020740-13-000010
10-Q2012-09-21fiscal Q3 2012421130000020740-12-000037
10-Q2012-06-22fiscal Q2 2012421130000020740-12-000030
10-Q2012-03-23fiscal Q1 201242850000020740-12-000021
10-K2012-01-27fiscal FY 2011491730000020740-12-000014
10-Q2011-09-16fiscal Q3 2011421130000020740-11-000012
10-Q2011-06-17fiscal Q2 2011391060000020740-11-000007
10-Q2011-03-18fiscal Q1 201140810001144204-11-015742
10-K2011-01-21fiscal FY 2010391040001144204-11-003411
10-Q2010-09-17fiscal Q3 2010391020001144204-10-049887

Inspect the source

Entity
CLARCOR INC. / CIK 0000020740
Captured
SEC response SHA-256
d7c2bf2238950a9b8ade91830c83f9251d8d8561b3a36dc808b5087c4ca59f53

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