Skip to content

ALLIANCEBERNSTEIN HOLDING L.P.: filings

Every ALLIANCEBERNSTEIN HOLDING L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q2026-07-31fiscal Q2 202610300000825313-26-000050
10-Q2026-05-01fiscal Q1 202610220000825313-26-000032
10-K2026-02-12fiscal FY 202511310000825313-26-000020
10-Q2025-10-23fiscal Q3 20259260000825313-25-000104
10-Q2025-07-24fiscal Q2 20259260000825313-25-000077
10-Q2025-04-24fiscal Q1 202510220000825313-25-000034
10-K2025-02-14fiscal FY 202411310000825313-25-000014
10-Q2024-10-24fiscal Q3 202410300000825313-24-000075
10-Q2024-07-26fiscal Q2 202410300000825313-24-000060
10-Q2024-04-25fiscal Q1 202410220000825313-24-000037
10-K2024-02-09fiscal FY 202311310000825313-24-000020
10-Q2023-10-26fiscal Q3 202311320000825313-23-000062
10-Q2023-07-27fiscal Q2 202311320000825313-23-000041
10-Q2023-04-26fiscal Q1 202310220000825313-23-000021
10-K2023-02-10fiscal FY 202211310000825313-23-000011
10-Q2022-10-28fiscal Q3 202211320000825313-22-000070
10-Q2022-07-29fiscal Q2 202211320000825313-22-000053
10-Q2022-04-29fiscal Q1 202211240000825313-22-000035
10-K2022-02-11fiscal FY 202111310000825313-22-000012
10-Q2021-10-28fiscal Q3 202111320000825313-21-000068
10-Q2021-07-29fiscal Q2 202111320000825313-21-000040
10-Q2021-04-29fiscal Q1 202110220000825313-21-000021
10-K2021-02-11fiscal FY 202010360000825313-21-000006
10-Q2020-10-22fiscal Q3 202010280000825313-20-000067
10-Q2020-07-23fiscal Q2 202010280000825313-20-000046
10-Q2020-04-28fiscal Q1 202010220000825313-20-000030
10-K2020-02-12fiscal FY 201910360000825313-20-000012
10-Q2019-10-24fiscal Q3 201910280000825313-19-000058
10-Q2019-07-25fiscal Q2 201910280000825313-19-000044
10-Q2019-04-25fiscal Q1 201910220000825313-19-000021
10-K2019-02-13fiscal FY 201810360000825313-19-000006
10-Q2018-10-24fiscal Q3 201810280000825313-18-000058
10-Q2013-07-31fiscal Q2 20139260001140361-13-029562
10-Q2013-05-01fiscal Q1 201310220001140361-13-018035
10-K2013-02-12fiscal FY 201210360001140361-13-005892
10-Q2012-10-24fiscal Q3 201210280001140361-12-044579
10-Q2012-08-02fiscal Q2 201210280001140361-12-034708
10-Q2012-05-02fiscal Q1 201210220001140361-12-022253
10-K2012-02-10fiscal FY 20119330001140361-12-006703
10-Q2011-10-26fiscal Q3 201110280001140361-11-050382
10-Q/A2011-08-26fiscal Q2 201110280001140361-11-043719
10-Q2011-05-02fiscal Q1 20119200001140361-11-024152
10-K2011-02-10fiscal FY 20109250001140361-11-007854
10-Q2010-10-28fiscal Q3 20109240001140361-10-042468
10-Q/A2010-08-26fiscal Q2 20109240001140361-10-035185

20 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
ALLIANCEBERNSTEIN HOLDING L.P. / CIK 0000825313
Captured
2026-09-19T15:07:47.620Z
SEC response SHA-256
61eaab92369728899d02e53094312395ae65e15d19305845c19764d0801b7975

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