Skip to content

STEIN MART INC: filings

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

Filing record ends 2020-07-16

The latest filing in this captured record is a 10-Q filed 2020-07-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. STEIN MART 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-Q2020-07-16fiscal Q1 2020421020000884940-20-000024
10-K2020-06-15fiscal FY 2019461530000884940-20-000019
10-Q2019-12-04fiscal Q3 2019421270001564590-19-045246
10-Q2019-09-09fiscal Q2 2019461390001564590-19-034371
10-Q2019-06-18fiscal Q1 2019461100001193125-19-175693
10-K2019-03-28fiscal FY 2019471570001193125-19-090595
10-Q2018-12-04fiscal Q3 2018451350001193125-18-342248
10-Q2018-08-31fiscal Q2 2018451350001193125-18-264999
10-Q2018-06-07fiscal Q1 2018421020001193125-18-186895
10-K2018-05-04fiscal FY 2017381480001193125-18-152760
10-Q2017-11-29fiscal Q3 2017361140001193125-17-355707
10-Q2017-09-01fiscal Q2 2017361140001193125-17-275632
10-Q2017-06-08fiscal Q1 201736900001193125-17-198520
10-K2017-04-13fiscal FY 2016371460001193125-17-123414
10-Q2016-12-01fiscal Q3 2016361140001193125-16-782676
10-Q2016-08-31fiscal Q2 2016361140001193125-16-697654
10-Q2016-06-07fiscal Q1 201636890001193125-16-614772
10-K2016-04-11fiscal FY 2015371450001193125-16-537187
10-Q2015-12-09fiscal Q3 2015371150001193125-15-398618
10-Q2015-09-03fiscal Q2 2015371150001193125-15-311390
10-Q2015-06-04fiscal Q1 201537900001193125-15-212868
10-K2015-04-02fiscal FY 2014351410001193125-15-117546
10-Q2014-12-04fiscal Q3 2014351120001193125-14-433090
10-Q2014-09-04fiscal Q2 2014351120001193125-14-331769
10-Q2014-06-05fiscal Q1 201435880001193125-14-226480
10-K2014-04-15fiscal FY 2013351250001193125-14-144145
10-Q2013-12-04fiscal Q3 2013381160001193125-13-461926
10-Q2013-09-04fiscal Q2 2013361110001193125-13-357020
10-Q2013-06-06fiscal Q1 201336890001193125-13-249487
10-K2013-05-03fiscal FY 2012391360001193125-13-199332
10-Q2013-05-03fiscal Q3 2012361110001193125-13-199284
10-Q2013-05-03fiscal Q2 2012361110001193125-13-199242
10-Q/A2013-05-03fiscal Q1 201235870001193125-13-199157
10-Q2012-06-06fiscal Q1 201235870001193125-12-261936
10-K2012-04-12fiscal FY 201136960001193125-12-160849
10-Q2011-12-22fiscal Q3 2011341030001193125-11-350892
10-Q2011-09-07fiscal Q2 2011331000001193125-11-242154

Inspect the source

Entity
STEIN MART INC / CIK 0000884940
Captured
SEC response SHA-256
74fa7e35542cccd6160e809b3a4f11667b77d95eba4ad0559206e0fa68c42ae0

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