Skip to content

ALLSTATE LIFE INSURANCE CO: filings

Every ALLSTATE LIFE INSURANCE CO annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2020-02-28

The latest filing in this captured record is a 10-K filed 2020-02-28. No later filing is in the SEC companyfacts record captured on 2026-09-23. ALLSTATE LIFE INSURANCE CO 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-K2020-02-28fiscal FY 201919650000352736-20-000002
10-Q2019-11-05fiscal Q3 201915430000352736-19-000012
10-Q2019-08-07fiscal Q2 201915430000352736-19-000009
10-Q2019-05-07fiscal Q1 201915330000352736-19-000006
10-K2019-02-22fiscal FY 201817600000352736-19-000003
10-Q2018-11-05fiscal Q3 201814390001104659-18-065933
10-Q2018-08-06fiscal Q2 201814390000352736-18-000009
10-Q2018-05-07fiscal Q1 201814290000352736-18-000006
10-K2018-03-05fiscal FY 201716590000352736-18-000004
10-Q2017-11-02fiscal Q3 201714390000352736-17-000020
10-Q2017-08-03fiscal Q2 201714390000352736-17-000018
10-Q2017-05-04fiscal Q1 201714290000352736-17-000015
10-K2017-02-24fiscal FY 201616590000352736-17-000012
10-Q2016-11-03fiscal Q3 201614390000352736-16-000032
10-Q2016-08-05fiscal Q2 201614390000352736-16-000029
10-Q2016-05-06fiscal Q1 201614290000352736-16-000025
10-K2016-03-02fiscal FY 201516590000352736-16-000022
10-Q2015-11-05fiscal Q3 201514390000352736-15-000017
10-Q2015-08-06fiscal Q2 201514390000352736-15-000013
10-Q2015-05-07fiscal Q1 201514290000352736-15-000010
10-K2015-03-04fiscal FY 201417610000352736-15-000007
10-Q2014-10-31fiscal Q3 201414390000352736-14-000004
10-Q2014-08-01fiscal Q2 201414390001104659-14-055700
10-Q2014-05-08fiscal Q1 201414290001104659-14-036149
10-K2014-03-05fiscal FY 201317610001104659-14-016286
10-Q2013-11-01fiscal Q3 201314390001104659-13-079878
10-Q2013-08-02fiscal Q2 201314390001104659-13-059228
10-Q2013-05-03fiscal Q1 201314280001104659-13-036873
10-K2013-03-08fiscal FY 201217610001104659-13-018597
10-Q2012-11-02fiscal Q3 201214380001104659-12-073486
10-Q2012-08-06fiscal Q2 201214380001104659-12-054457
10-Q2012-05-04fiscal Q1 201214280001104659-12-032889
10-K2012-03-08fiscal FY 201114370001104659-12-016583
10-Q2011-11-04fiscal Q3 201113340001104659-11-060880
10-Q2011-08-05fiscal Q2 201113340001104659-11-044150

Inspect the source

Entity
ALLSTATE LIFE INSURANCE CO / CIK 0000352736
Captured
SEC response SHA-256
55ea3dae2e9812111c29a6ae61be3c31cc73cb013a506fa1b2b43bf6b9e5a4f2

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