Skip to content

TRANSAMERICA ADVISORS LIFE INSURANCE CO: filings

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

Filing record ends 2018-11-14

The latest filing in this captured record is a 10-Q filed 2018-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. TRANSAMERICA ADVISORS 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-Q2018-11-14fiscal Q3 201818480001564590-18-029579
10-Q2018-08-14fiscal Q2 201818480001564590-18-021637
10-Q2018-05-14fiscal Q1 201813280001564590-18-013441
10-K2018-03-29fiscal FY 201714360001564590-18-007157
10-Q2017-11-14fiscal Q3 201713380001564590-17-023723
10-Q2017-08-14fiscal Q2 201713380001564590-17-017576
10-Q2017-05-12fiscal Q1 201713280001564590-17-010692
10-K2017-03-30fiscal FY 201612310001193125-17-104095
10-Q2016-11-14fiscal Q3 201612340001193125-16-767852
10-Q2016-08-12fiscal Q2 201612340001193125-16-680787
10-Q2016-05-13fiscal Q1 201612280001193125-16-590462
10-K2016-04-15fiscal FY 201512330001193125-16-541697
10-Q2015-11-12fiscal Q3 201512380001193125-15-375614
10-Q2015-08-13fiscal Q2 201512380001193125-15-289856
10-Q2015-05-15fiscal Q1 201512280001193125-15-190060
10-K2015-04-15fiscal FY 201412720001193125-15-131238
10-Q2014-11-14fiscal Q3 201412380001193125-14-413043
10-Q2014-08-13fiscal Q2 201415410001193125-14-308379
10-Q2014-05-14fiscal Q1 201415320001193125-14-199178
10-K2014-03-27fiscal FY 201315400001193125-14-118610
10-Q2013-11-13fiscal Q3 201315400001193125-13-439744
10-Q2013-08-13fiscal Q2 201316420001193125-13-332092
10-Q2013-05-13fiscal Q1 201316340001193125-13-215943
10-K2013-03-28fiscal FY 201216410001193125-13-131942
10-Q2012-11-13fiscal Q3 201216410001193125-12-466538
10-Q2012-08-13fiscal Q2 201216410001193125-12-352247
10-Q2012-05-11fiscal Q1 201216330001193125-12-227917
10-K2012-03-29fiscal FY 201116410001193125-12-139751
10-Q2011-11-14fiscal Q3 201116410001193125-11-310554
10-Q2011-08-12fiscal Q2 201116420001193125-11-220925

Inspect the source

Entity
TRANSAMERICA ADVISORS LIFE INSURANCE CO / CIK 0000845091
Captured
SEC response SHA-256
bebbf2c447b86a95c2b562b4c59c850e265f86db01cd6c55c3b15b43a3b10286

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