Skip to content

STEEL PARTNERS HOLDINGS L.P.: filings

Every STEEL PARTNERS HOLDINGS L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-K2025-03-11fiscal FY 202444910001452857-25-000010
10-Q2024-11-08fiscal Q3 2024381040001452857-24-000030
10-Q2024-08-07fiscal Q2 2024381020001452857-24-000024
10-Q2024-05-08fiscal Q1 202439820001452857-24-000015
10-K2024-03-08fiscal FY 202344910001452857-24-000008
10-Q2023-11-09fiscal Q3 2023391100001452857-23-000046
10-Q2023-08-09fiscal Q2 2023391080001452857-23-000039
10-Q2023-05-05fiscal Q1 202339820001452857-23-000021
10-K2023-03-08fiscal FY 202246950001452857-23-000008
10-Q2022-11-09fiscal Q3 2022391080001452857-22-000039
10-Q2022-08-05fiscal Q2 2022391060001452857-22-000031
10-Q2022-05-05fiscal Q1 202239820001452857-22-000019
10-K2022-03-10fiscal FY 202146940001452857-22-000011
10-Q2021-11-12fiscal Q3 2021401100001452857-21-000047
10-Q2021-08-05fiscal Q2 2021401080001452857-21-000043
10-Q2021-05-14fiscal Q1 202139820001452857-21-000026
10-K2021-04-13fiscal FY 202044890001452857-21-000010
10-Q2020-11-03fiscal Q3 2020381040001452857-20-000064
10-Q2020-08-07fiscal Q2 2020381030001452857-20-000050
10-Q2020-05-07fiscal Q1 202038790001452857-20-000030
10-K2020-02-28fiscal FY 2019471080001452857-20-000010
10-Q2019-11-12fiscal Q3 2019411100001452857-19-000028
10-Q2019-08-08fiscal Q2 2019411080001452857-19-000022
10-Q2019-05-02fiscal Q1 201940800001452857-19-000011
10-K2019-03-01fiscal FY 2018441050001452857-19-000006
10-Q2018-11-01fiscal Q3 201835950001452857-18-000039
10-Q2018-08-07fiscal Q2 201835950001452857-18-000031
10-Q2018-05-04fiscal Q1 201835730001452857-18-000017
10-K2018-03-09fiscal FY 2017421230001452857-18-000009
10-Q2017-11-07fiscal Q3 201734900001452857-17-000032
10-Q2017-08-08fiscal Q2 201734900001452857-17-000022
10-Q2017-05-09fiscal Q1 201734700001452857-17-000012
10-K2017-03-14fiscal FY 2016411210001452857-17-000005
10-Q2016-11-07fiscal Q3 201635920001452857-16-000055
10-Q2016-08-04fiscal Q2 201634900001452857-16-000048
10-Q2016-05-05fiscal Q1 201638790001452857-16-000042
10-K2016-03-11fiscal FY 2015411220001452857-16-000034
10-Q2015-11-05fiscal Q3 2015381010001452857-15-000028
10-Q2015-08-06fiscal Q2 2015381010001452857-15-000021
10-Q2015-05-11fiscal Q1 201538790001452857-15-000013
10-K2015-03-16fiscal FY 2014411230001452857-15-000003
10-Q2014-11-06fiscal Q3 201437970001452857-14-000033
10-Q2014-08-07fiscal Q2 201437970001452857-14-000028
10-Q2014-05-09fiscal Q1 201438790001452857-14-000018
10-K2014-03-12fiscal FY 2013411220001452857-14-000009
10-Q2013-11-07fiscal Q3 2013381090001452857-13-000045
10-Q2013-08-08fiscal Q2 2013381090001452857-13-000034
10-Q2013-05-10fiscal Q1 201338790001452857-13-000022
10-K2013-03-21fiscal FY 2012401200001452857-13-000007
10-Q/A2012-11-15fiscal Q3 201236970001452857-12-000014
10-Q2012-08-14fiscal Q2 201236970001445305-12-002647
10-Q2012-05-15fiscal Q1 201230620001445305-12-001772

Inspect the source

Entity
STEEL PARTNERS HOLDINGS L.P. / CIK 0001452857
Captured
2026-09-21T17:19:57.295Z
SEC response SHA-256
3ab7bd7086215744796835048b2b5edba72ee72614d9b69a93edf8261e39ad56

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