Skip to content

PROTECTIVE LIFE CORPORATION: filings

Every PROTECTIVE LIFE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-11-12

The latest filing in this captured record is a 10-Q filed 2019-11-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. PROTECTIVE LIFE CORPORATION 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-Q2019-11-12fiscal Q3 201920660000355429-19-000033
10-Q2019-08-13fiscal Q2 201920600000355429-19-000022
10-Q2019-05-07fiscal Q1 201919420000355429-19-000012
10-K2019-03-05fiscal FY 201826910000355429-19-000008
10-Q2018-11-09fiscal Q3 201815400000355429-18-000011
10-Q2018-08-09fiscal Q2 201815400000355429-18-000008
10-Q2018-05-11fiscal Q1 201815300000355429-18-000006
10-K2018-03-02fiscal FY 201725880000355429-18-000003
10-Q2017-11-14fiscal Q3 201715400000355429-17-000019
10-Q2017-08-03fiscal Q2 201715400000355429-17-000012
10-Q2017-05-08fiscal Q1 201715300000355429-17-000007
10-Q2015-11-06fiscal Q3 201518250001104659-15-076546
10-Q2015-08-07fiscal Q2 201518250001104659-15-057618
10-Q2015-05-08fiscal Q1 201518190001104659-15-036101
10-K2015-02-26fiscal FY 2014261260001047469-15-001286
10-Q2014-11-07fiscal Q3 201420590001104659-14-078302
10-Q2014-08-08fiscal Q2 201420590001104659-14-058830
10-Q2014-05-08fiscal Q1 201420410001104659-14-036331
10-K2014-02-28fiscal FY 2013291430001047469-14-001556
10-Q2013-11-04fiscal Q3 201323650001104659-13-080501
10-Q2013-08-02fiscal Q2 201323650001104659-13-059377
10-Q2013-05-08fiscal Q1 201323450001104659-13-038810
10-K2013-02-28fiscal FY 2012271360001047469-13-001909
10-Q2012-11-07fiscal Q3 201222680001104659-12-075396
10-Q2012-08-08fiscal Q2 201222660001104659-12-055925
10-Q2012-05-09fiscal Q1 201222430001104659-12-035130
10-K2012-02-28fiscal FY 2011271330001047469-12-001760
10-Q2011-11-04fiscal Q3 201122670001104659-11-061091
10-Q2011-08-05fiscal Q2 201125710001104659-11-044142
10-Q2011-05-06fiscal Q1 201123450001104659-11-026775
10-K2011-02-28fiscal FY 201026690001047469-11-001541
10-Q2010-11-04fiscal Q3 201024680001104659-10-056029
10-Q2010-08-05fiscal Q2 201024660001104659-10-041973

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

Inspect the source

Entity
PROTECTIVE LIFE CORPORATION / CIK 0000355429
Captured
SEC response SHA-256
2946b4499da20a6a78ec0adb8e2485a3bee574150fdc7204928807b6538a9d61

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