Skip to content

Equitable Financial Life Insurance Co: filings

Every Equitable Financial Life Insurance Co annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-20fiscal FY 202425680000727920-25-000004
10-Q2024-11-07fiscal Q3 202419580000727920-24-000016
10-Q2024-08-12fiscal Q2 202419580000727920-24-000013
10-Q2024-05-09fiscal Q1 202419420000727920-24-000009
10-K2024-03-18fiscal FY 202325680000727920-24-000005
10-Q2023-11-14fiscal Q3 202319580000727920-23-000021
10-Q2023-08-21fiscal Q2 202319580000727920-23-000015
10-Q2023-05-09fiscal Q1 202320440000727920-23-000004
10-K2023-02-21fiscal FY 202225680000727920-23-000002
10-Q2022-11-03fiscal Q3 202219580000727920-22-000013
10-Q2022-08-04fiscal Q2 202219580000727920-22-000011
10-Q2022-05-12fiscal Q1 202219420000727920-22-000008
10-K2022-02-25fiscal FY 202126710000727920-22-000004
10-Q2021-11-04fiscal Q3 202119580000727920-21-000013
10-Q2021-08-05fiscal Q2 202120600000727920-21-000010
10-Q2021-05-06fiscal Q1 202120460000727920-21-000007
10-K2021-03-01fiscal FY 202027720000727920-21-000004
10-Q2020-11-05fiscal Q3 2020201420000727920-20-000024
10-Q2020-08-05fiscal Q2 202019570000727920-20-000020
10-Q2020-05-13fiscal FY 202019410000727920-20-000015
10-K2020-03-12fiscal FY 201926830000727920-20-000008
10-Q2019-11-08fiscal Q3 201922610000727920-19-000022
10-Q2019-08-09fiscal Q2 201923650000727920-19-000017
10-Q2019-05-14fiscal Q1 201921450000727920-19-000011
10-K2019-03-28fiscal FY 201822710000727920-19-000005
10-Q2018-11-13fiscal Q3 2018181370000727920-18-000019
10-Q2018-08-14fiscal Q2 2018181000000727920-18-000014
10-Q2018-05-15fiscal Q1 201819460000727920-18-000009
10-K2018-04-11fiscal FY 2017231190000727920-18-000004
10-Q2017-11-21fiscal Q3 2017201440000727920-17-000031
10-Q2017-08-14fiscal Q2 201720850000727920-17-000020
10-Q2017-05-15fiscal Q1 201720710000727920-17-000012
10-K2017-03-24fiscal FY 201622770000727920-17-000006
10-Q2016-11-10fiscal Q3 201620600000727920-16-000031
10-Q2016-08-10fiscal Q2 201620600000727920-16-000023
10-Q2016-05-13fiscal Q1 201620440000727920-16-000010
10-K2016-03-18fiscal FY 201523800000727920-16-000005
10-Q2015-11-06fiscal Q3 201520600001193125-15-370336
10-Q2015-08-10fiscal Q2 201521620001193125-15-284758
10-Q2015-05-08fiscal Q1 201521460001193125-15-179683
10-K2015-03-10fiscal FY 201424790001193125-15-085345
10-Q2014-11-07fiscal Q3 201421620001193125-14-403024
10-Q2014-08-07fiscal Q2 201421620001193125-14-300424
10-Q2014-05-09fiscal Q1 201421460001193125-14-191999
10-K2014-03-11fiscal FY 201324830001193125-14-092078
10-Q2013-11-08fiscal Q3 201321620001193125-13-435103
10-Q2013-08-08fiscal Q2 201321620001193125-13-326539
10-Q2013-05-10fiscal Q1 201321460001193125-13-214107
10-K2013-03-11fiscal FY 201223810001193125-13-101315
10-Q2012-11-09fiscal Q3 201221610001193125-12-462659
10-Q2012-08-10fiscal Q2 201221650001193125-12-349348
10-Q2012-05-11fiscal Q1 201220430001193125-12-227394
10-K2012-03-08fiscal FY 201120540001193125-12-104082
10-Q2011-11-10fiscal Q3 201119530001193125-11-306906
10-Q/A2011-08-25fiscal Q2 201119530000089024-11-000506

Inspect the source

Entity
Equitable Financial Life Insurance Co / CIK 0000727920
Captured
2026-09-21T17:16:25.632Z
SEC response SHA-256
4891021d705261683b033b51ba61914d303c90d3019b03fbe09ec53b014ad46c

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