Skip to content

EQUITABLE HOLDINGS, INC.: filings

Every EQUITABLE HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-08-06fiscal Q2 202625780001333986-26-000040
10-Q2026-05-07fiscal Q1 202625540001333986-26-000025
10-K2026-02-25fiscal FY 202532930001333986-26-000012
10-Q2025-11-07fiscal Q3 202525830001333986-25-000068
10-Q2025-08-11fiscal Q2 202525830001333986-25-000049
10-Q2025-05-01fiscal Q1 2025252050001333986-25-000020
10-K2025-02-24fiscal FY 202432880001333986-25-000011
10-Q2024-11-05fiscal Q3 202425780001333986-24-000033
10-Q2024-08-01fiscal Q2 202425780001333986-24-000026
10-Q2024-05-02fiscal Q1 202426560001333986-24-000019
10-K2024-02-26fiscal FY 202333910001333986-24-000009
10-Q2023-11-03fiscal Q3 202326820001333986-23-000036
10-Q2023-08-09fiscal Q2 202326820001333986-23-000028
10-Q2023-05-09fiscal Q1 202326560001333986-23-000010
10-K2023-02-21fiscal FY 202233910001333986-23-000004
10-Q2022-11-03fiscal Q3 202226820001333986-22-000022
10-Q2022-08-04fiscal Q2 202226820001333986-22-000018
10-Q2022-05-10fiscal Q1 202226560001333986-22-000013
10-K2022-02-22fiscal FY 202134930001333986-22-000006
10-Q2021-11-04fiscal Q3 202127840001333986-21-000032
10-Q2021-08-05fiscal Q2 202127860001333986-21-000026
10-Q2021-05-06fiscal Q1 202127620001333986-21-000018
10-K2021-02-24fiscal FY 202033880001333986-21-000011
10-Q2020-11-05fiscal Q3 2020271850001333986-20-000052
10-Q2020-08-05fiscal Q2 202025780001333986-20-000044
10-Q2020-05-07fiscal Q1 202025560001333986-20-000030
10-K2020-02-27fiscal FY 2019301270001333986-20-000015
10-Q2019-11-07fiscal Q3 201926770001333986-19-000032
10-Q2019-08-09fiscal Q2 201926810001333986-19-000026
10-Q2019-05-10fiscal Q1 201926590001333986-19-000019
10-K2019-03-08fiscal FY 2018271250001333986-19-000010
10-Q2018-11-13fiscal Q3 2018231390001333986-18-000022
10-Q2018-08-13fiscal Q2 201822890001333986-18-000015
10-Q2018-06-20fiscal Q1 201821530001333986-18-000006

Inspect the source

Entity
EQUITABLE HOLDINGS, INC. / CIK 0001333986
Captured
2026-09-20T07:53:32.265Z
SEC response SHA-256
e481653851b83ac584b335f12bf4afe9f9766c01196c5d821428785146388f42

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