Skip to content

Steel Connect, Inc.: filings

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

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-Q2024-12-12fiscal Q1 2025531110001628280-24-050862
10-K2024-11-06fiscal FY 2024601580001628280-24-045740
10-Q2024-06-06fiscal Q3 2024541520001628280-24-026960
10-Q2024-03-15fiscal Q2 2024531490001628280-24-011314
10-Q2023-12-14fiscal Q1 2024511080001628280-23-041490
10-K2023-11-08fiscal FY 2023591550001628280-23-037522
10-Q2023-06-12fiscal Q3 2023481370001628280-23-021865
10-Q2023-03-15fiscal Q2 2023481370001628280-23-008129
10-Q2022-12-14fiscal Q1 2023491030001628280-22-031920
10-K2022-11-09fiscal FY 2022571230001628280-22-029044
10-Q2022-06-14fiscal Q3 2022431210001628280-22-017016
10-Q2022-03-17fiscal Q2 2022531490001628280-22-006483
10-Q2021-12-13fiscal Q1 2022531110001628280-21-024955
10-K2021-10-29fiscal FY 2021601210001628280-21-020879
10-Q2021-06-03fiscal Q3 2021521450001628280-21-011568
10-Q2021-03-10fiscal Q2 2021521450001628280-21-004473
10-Q2020-12-11fiscal Q1 2021521090001628280-20-017412
10-K2020-09-30fiscal FY 2020581150001628280-20-014053
10-Q2020-06-08fiscal Q3 2020531440001628280-20-009133
10-Q2020-03-11fiscal Q2 2020521420001628280-20-003403
10-Q2019-12-10fiscal Q1 2020511030001628280-19-014932
10-K2019-10-15fiscal FY 2019571230001628280-19-012291
10-Q2019-06-06fiscal Q3 2019481440001628280-19-007673
10-Q2019-03-11fiscal Q2 2019481340001193125-19-070979
10-Q2018-12-21fiscal Q1 201846940001193125-18-356473
10-K2018-12-04fiscal FY 2018562240001193125-18-341399
10-Q2018-06-18fiscal Q3 2018451440001193125-18-194733
10-Q2018-03-15fiscal Q2 2018411130001193125-18-083618
10-Q2017-12-07fiscal Q1 201836740001193125-17-363877
10-K2017-10-16fiscal FY 2017441670001193125-17-310969
10-Q2017-06-05fiscal Q3 201737990001193125-17-194568
10-Q2017-03-06fiscal Q2 201737980001193125-17-071728
10-Q2016-12-07fiscal Q1 201736730001193125-16-787464
10-K2016-10-14fiscal FY 2016441680001193125-16-738725
10-Q2016-06-09fiscal Q3 2016401090001193125-16-617852
10-Q2016-03-11fiscal Q2 2016401080001193125-16-501620
10-Q2015-12-10fiscal Q1 201639780001193125-15-400270
10-K2015-10-14fiscal FY 2015481760001193125-15-343814
10-Q2015-06-08fiscal Q3 2015411130001193125-15-216544
10-Q2015-03-12fiscal Q2 2015421150001193125-15-089371
10-Q2014-12-10fiscal Q1 201542840001193125-14-439007
10-K2014-10-14fiscal FY 2014451710001193125-14-370175
10-Q2014-06-09fiscal Q3 2014401060001193125-14-230548
10-Q2014-03-03fiscal Q2 2014421170001193125-14-080626
10-Q2013-12-10fiscal Q1 201441840001193125-13-468406
10-K2013-10-15fiscal FY 2013491870001193125-13-399947
10-Q2013-06-10fiscal Q3 2013411210001193125-13-253355
10-Q2013-03-12fiscal Q2 2013411190001193125-13-103338
10-Q2013-01-11fiscal Q1 201340810001193125-13-010767
10-K2013-01-11fiscal FY 2012494890001193125-13-010752
10-Q2013-01-11fiscal Q3 2012371000001193125-13-010739
10-Q2012-03-12fiscal Q2 2012381040001193125-12-109628
10-Q2011-12-12fiscal Q1 201238780001193125-11-338283

Inspect the source

Entity
Steel Connect, Inc. / CIK 0000914712
Captured
2026-09-21T17:17:40.370Z
SEC response SHA-256
3a6714d3bab3b55c18fe0324e0abb7bca87f0dde06b5a043edc0cd80c12d9d0f

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