Skip to content

SCULPTOR CAPITAL MANAGEMENT, INC.: filings

Every SCULPTOR CAPITAL MANAGEMENT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2023-11-08

The latest filing in this captured record is a 10-Q filed 2023-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. SCULPTOR CAPITAL MANAGEMENT, 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-11-08fiscal Q3 2023401190001403256-23-000116
10-Q2023-08-08fiscal Q2 2023391150001403256-23-000111
10-Q2023-05-05fiscal Q1 202339830001403256-23-000084
10-K2023-03-03fiscal FY 2022411120001403256-23-000051
10-Q2022-11-09fiscal Q3 2022391150001403256-22-000137
10-Q2022-08-05fiscal Q2 2022391150001403256-22-000107
10-Q2022-05-06fiscal Q1 202239830001403256-22-000072
10-K2022-02-25fiscal FY 2021401090001403256-22-000047
10-Q2021-11-05fiscal Q3 2021381100001403256-21-000197
10-Q2021-08-05fiscal Q2 2021381100001403256-21-000161
10-Q2021-05-06fiscal Q1 202138800001403256-21-000109
10-K2021-02-23fiscal FY 2020401070001403256-21-000045
10-Q2020-11-09fiscal Q3 2020361040001403256-20-000181
10-Q2020-08-06fiscal Q2 2020361040001403256-20-000154
10-Q2020-05-07fiscal Q1 202036760001403256-20-000129
10-K/A2020-02-25fiscal FY 2019381010001403256-20-000070
10-K2020-02-24fiscal FY 2019381010001403256-20-000066
10-Q2019-11-07fiscal Q3 2019361020001403256-19-000266
10-Q2019-08-06fiscal Q2 201932940001403256-19-000207
10-Q2019-05-09fiscal Q1 201932680001403256-19-000136
10-K2019-03-15fiscal FY 201831840001403256-19-000074
10-Q2018-11-06fiscal Q3 201828900001403256-18-000256
10-Q2018-08-02fiscal Q2 201828840001403256-18-000197
10-Q2018-05-03fiscal Q1 201827560001403256-18-000137
10-K2018-02-23fiscal FY 201729790001403256-18-000053
10-Q2017-11-02fiscal Q3 201727800001403256-17-000196
10-Q2017-08-02fiscal Q2 201727800001403256-17-000149
10-Q2017-05-02fiscal Q1 201727560001403256-17-000090
10-K2017-03-01fiscal FY 201629790001403256-17-000040
10-Q2016-11-02fiscal Q3 201627800001403256-16-000277
10-Q2016-08-02fiscal Q2 201627800001403256-16-000244
10-Q2016-05-03fiscal Q1 201627560001403256-16-000225
10-K2016-02-11fiscal FY 201529790001403256-16-000197
10-Q2015-11-03fiscal Q3 201527800001403256-15-000139
10-Q2015-08-05fiscal Q2 201527800001403256-15-000112
10-Q2015-05-05fiscal Q1 201527560001403256-15-000082
10-K2015-02-24fiscal FY 201430820001403256-15-000034
10-Q2014-11-04fiscal Q3 201428820001445305-14-004759
10-Q2014-08-05fiscal Q2 201427800001564590-14-003144
10-Q2014-05-02fiscal Q1 201430620001564590-14-001753
10-K2014-03-18fiscal FY 201335940001564590-14-000870
10-Q2013-11-05fiscal Q3 201332940001193125-13-427663
10-Q2013-08-02fiscal Q2 201332940001193125-13-317370
10-Q2013-05-02fiscal Q1 201332660001193125-13-196283
10-K2013-02-28fiscal FY 201237980001193125-13-084163
10-Q2012-11-05fiscal Q3 201233930001193125-12-452206
10-Q2012-08-02fiscal Q2 201233930001193125-12-332025
10-Q2012-05-02fiscal Q1 201233680001193125-12-204618
10-K2012-02-27fiscal FY 201136960001193125-12-081620
10-Q2011-11-02fiscal Q3 201132900001193125-11-292873
10-Q2011-08-02fiscal Q2 201131850001193125-11-206438
10-Q2011-05-03fiscal Q1 201122460001193125-11-124125

Inspect the source

Entity
SCULPTOR CAPITAL MANAGEMENT, INC. / CIK 0001403256
Captured
SEC response SHA-256
efea01409ca5508f40631c2d9168421347fb47686ed3a624142e78518ce50936

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