Skip to content

Kaspien Holdings Inc.: filings

Every Kaspien Holdings Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-12-18

The latest filing in this captured record is a 10-Q filed 2023-12-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. Kaspien Holdings 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-Q2023-12-18fiscal Q3 2023391240001140361-23-058190
10-Q2023-09-12fiscal Q2 2023401260001140361-23-043678
10-Q2023-06-13fiscal Q1 202337920001140361-23-029614
10-K2023-04-28fiscal FY 2022471300001140361-23-021619
10-Q2022-12-13fiscal Q3 2022401280001140361-22-045389
10-Q2022-09-13fiscal Q2 2022411310001140361-22-033186
10-Q2022-06-14fiscal Q1 202240990001140361-22-022912
10-K2022-04-29fiscal FY 2021471320001140361-22-016979
10-Q2021-12-14fiscal Q3 2021411300001140361-21-041544
10-Q2021-09-14fiscal Q2 2021421340001140361-21-031232
10-Q2021-06-15fiscal Q1 202140980001140361-21-021016
10-K2021-04-30fiscal FY 2020451270001140361-21-015301
10-Q2020-12-15fiscal Q3 2020391240001140361-20-028467
10-Q2020-09-15fiscal Q2 2020351080001140361-20-020509
10-Q2020-07-31fiscal Q1 202035880001140361-20-017134
10-K2020-06-15fiscal FY 2019451140001140361-20-013775
10-Q2019-12-23fiscal Q3 2019391140000930413-19-003071
10-Q2019-09-17fiscal Q2 2019391140000930413-19-002495
10-Q2019-06-18fiscal Q1 201939920000930413-19-001890
10-K2019-05-14fiscal FY 2018401040000930413-19-001668
10-Q2018-12-18fiscal Q3 2018351050000930413-18-003586
10-Q2018-09-18fiscal Q2 2018371140000930413-18-002883
10-Q2018-06-19fiscal Q1 201838930000930413-18-002048
10-K2018-05-04fiscal FY 2017401230000930413-18-001725
10-Q2017-12-07fiscal Q3 2017341000000930413-17-003989
10-Q2017-09-07fiscal Q2 2017341070000930413-17-003203
10-Q2017-06-08fiscal Q1 201734800000930413-17-002320
10-K2017-04-13fiscal FY 2016401210000930413-17-001559
10-Q2016-12-08fiscal Q3 201628850000930413-16-008938
10-Q2016-09-08fiscal Q2 201625820000930413-16-008143
10-Q2016-06-09fiscal Q1 201630740000930413-16-007328
10-K2016-04-14fiscal FY 2016361210000930413-16-006422
10-Q2015-12-10fiscal Q3 201525810000930413-15-004722
10-Q2015-09-10fiscal Q2 201525810000930413-15-003666
10-Q2015-06-11fiscal Q1 201528730000930413-15-002814
10-K2015-04-16fiscal FY 2015361220000930413-15-001785
10-Q2014-12-11fiscal Q3 201424770000930413-14-004830
10-Q2014-09-11fiscal Q2 201425810000930413-14-003968
10-Q2014-06-12fiscal FY 201427670000930413-14-002835
10-K2014-04-17fiscal FY 2013361210000930413-14-001843
10-Q2013-12-12fiscal Q3 201323730000930413-13-005759
10-Q2013-09-12fiscal Q2 201327890000930413-13-004555
10-Q2013-06-13fiscal Q1 201327670000930413-13-003423
10-K2013-04-18fiscal FY 2012361210000930413-13-002308
10-Q2012-12-06fiscal Q3 201226850000930413-12-006528
10-Q2012-09-06fiscal Q2 201226850000930413-12-005125
10-Q2012-06-07fiscal Q1 201226650000930413-12-003469
10-K2012-04-12fiscal FY 201134900000930413-12-002199
10-Q2011-12-09fiscal Q3 201122690000930413-11-007795
10-Q2011-09-09fiscal Q2 201121650000930413-11-005955

Inspect the source

Entity
Kaspien Holdings Inc. / CIK 0000795212
Captured
SEC response SHA-256
96aada3dd6f69557298274dd17801ac0e958fa3fe77e88ea04307a82348fc2f3

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