Skip to content

SEARS HOLDINGS CORP: filings

Every SEARS HOLDINGS CORP 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-12-13

The latest filing in this captured record is a 10-Q filed 2018-12-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. SEARS HOLDINGS CORP 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-12-13fiscal Q3 2018401410001310067-18-000029
10-Q2018-09-13fiscal Q2 2018381240001310067-18-000021
10-Q2018-05-31fiscal Q1 201837950001310067-18-000014
10-K2018-03-23fiscal FY 2017471530001310067-18-000006
10-Q2017-11-30fiscal Q3 2017351120001310067-17-000028
10-Q2017-08-24fiscal Q2 2017371200001310067-17-000021
10-Q2017-05-25fiscal Q1 201736900001310067-17-000013
10-K2017-03-21fiscal FY 2016451500001310067-17-000005
10-Q2016-12-08fiscal Q3 2016351150001310067-16-000088
10-Q2016-08-25fiscal Q2 2016361190001310067-16-000080
10-Q2016-05-26fiscal Q1 201636910001310067-16-000068
10-K2016-03-16fiscal FY 2015461510001310067-16-000059
10-Q2015-12-03fiscal Q3 2015361190001310067-15-000048
10-Q2015-08-20fiscal Q2 2015361190001310067-15-000038
10-Q2015-06-08fiscal Q1 201535880001310067-15-000018
10-K2015-03-17fiscal FY 2014461530001310067-15-000009
10-Q2014-12-04fiscal Q3 2014351160001310067-14-000043
10-Q2014-08-21fiscal Q2 2014351160001310067-14-000029
10-Q2014-05-22fiscal Q1 201436890001310067-14-000017
10-K2014-03-18fiscal FY 2013461320001310067-14-000007
10-Q2013-11-21fiscal Q3 2013351160001310067-13-000044
10-Q2013-08-22fiscal Q2 2013351160001310067-13-000035
10-Q2013-05-24fiscal Q1 201334870001310067-13-000021
10-K2013-03-20fiscal FY 2012461320001310067-13-000013
10-Q2012-11-16fiscal Q3 2012361190001445305-12-003689
10-Q2012-08-16fiscal Q2 2012361170001193125-12-358165
10-Q2012-05-17fiscal Q1 201235860001193125-12-238344
10-K2012-03-14fiscal FY 2011431200001193125-12-114869
10-Q2011-11-17fiscal Q3 201130930001193125-11-314963
10-Q2011-08-18fiscal Q2 201130940001193125-11-226650
10-Q2011-05-19fiscal Q1 201131770001193125-11-144672
10-K2011-03-11fiscal FY 201038980001193125-11-062911
10-Q2010-11-18fiscal Q3 201027820001193125-10-263486
10-Q2010-08-20fiscal Q2 201027830001193125-10-193532

Inspect the source

Entity
SEARS HOLDINGS CORP / CIK 0001310067
Captured
SEC response SHA-256
2143fc2ea572be1622c8b6ac8c51d310fe2c2113db94a88a101919d28371dfe7

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