Skip to content

SCHOOL SPECIALTY INC: filings

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

Filing record ends 2020-04-07

The latest filing in this captured record is a 10-K filed 2020-04-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. SCHOOL SPECIALTY 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-K2020-04-07fiscal FY 2019551330001193125-20-099715
10-Q2019-11-12fiscal Q3 2019541630001193125-19-290152
10-Q2019-08-12fiscal Q2 2019541640001193125-19-219102
10-Q2019-05-08fiscal Q1 2019531300001193125-19-141431
10-K2019-03-14fiscal FY 2018511590001193125-19-074795
10-Q2018-11-08fiscal Q3 2018531620001193125-18-322699
10-Q2018-08-07fiscal Q2 2018531630001193125-18-241211
10-Q2018-05-09fiscal Q1 2018471200001193125-18-157704
10-K2018-03-15fiscal FY 2017461910001193125-18-082774
10-Q2017-11-08fiscal Q3 2017451430001193125-17-337189
10-Q2017-08-09fiscal Q2 2017451440001193125-17-252769
10-Q2017-05-09fiscal Q1 2017451130001193125-17-163943
10-K2017-03-15fiscal FY 2016442580001193125-17-082761
10-Q2016-11-01fiscal Q3 2016431350001193125-16-755236
10-Q2016-08-02fiscal Q2 2016451430001193125-16-668238
10-Q2016-05-03fiscal Q1 2016451130001193125-16-574875
10-Q2015-12-02fiscal Q2 2016451430001193125-15-393134
10-Q2015-09-01fiscal Q1 2016441100001193125-15-309305
10-K2015-07-09fiscal FY 2015421220001193125-15-249099
10-Q2015-03-04fiscal Q3 2015441530001193125-15-076779
10-Q2014-12-04fiscal Q2 2015441510001193125-14-433429
10-Q2014-09-04fiscal Q1 2015451240001193125-14-332041
10-K2014-07-09fiscal FY 201446740001193125-14-264326
10-Q2014-03-05fiscal Q3 201444790001193125-14-084596
10-Q2013-12-16fiscal Q2 201444870001193125-13-474115
10-Q/A2013-12-16fiscal Q1 201443700001193125-13-474112
10-Q2013-09-16fiscal Q1 201443700001193125-13-368031
10-K2013-08-07fiscal FY 2013471630001193125-13-324155
10-Q2013-03-07fiscal Q3 2013421210001193125-13-095145
10-Q2012-12-06fiscal Q2 2013461370001193125-12-493631
10-Q2012-09-06fiscal Q1 2013461140001193125-12-382673
10-K2012-07-09fiscal FY 2012401070001193125-12-297457
10-Q2012-03-07fiscal Q3 2012361040001193125-12-101336
10-Q2011-12-06fiscal Q2 2012401200001193125-11-332040
10-Q2011-09-07fiscal Q1 201239960001193125-11-241959

Inspect the source

Entity
SCHOOL SPECIALTY INC / CIK 0001055454
Captured
SEC response SHA-256
98ffa0a2213ad8953dc2716d530f7f1f4a605bf6aa0c5ba9f34c50ac555c7ad9

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