Skip to content

AMERICAN NATIONAL INSURANCE CO: filings

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

Filing record ends 2020-05-08

The latest filing in this captured record is a 10-Q filed 2020-05-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. AMERICAN NATIONAL 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-Q2020-05-08fiscal Q1 202025540000904163-20-000008
10-K2020-02-28fiscal FY 2019271140000904163-20-000004
10-Q2019-11-05fiscal Q3 201924760000904163-19-000014
10-Q2019-08-06fiscal Q2 201924720000904163-19-000010
10-Q2019-05-07fiscal Q1 201923500000904163-19-000007
10-K2019-02-28fiscal FY 201821970000904163-19-000004
10-Q2018-11-06fiscal Q3 201823650001193125-18-319410
10-Q2018-08-07fiscal Q2 201823650001193125-18-241154
10-Q2018-05-08fiscal Q1 201820430001193125-18-155955
10-K2018-02-28fiscal FY 201720950001193125-18-064370
10-Q2017-11-08fiscal Q3 201719570001193125-17-337429
10-Q2017-08-07fiscal Q2 201719570001193125-17-249851
10-Q2017-05-08fiscal Q1 201719430001193125-17-162524
10-K2017-03-10fiscal FY 201619960001193125-17-078162
10-Q2016-11-04fiscal Q3 201619590001193125-16-760353
10-Q2016-08-05fiscal Q2 201619590001193125-16-673371
10-Q2016-05-06fiscal Q1 201619430001193125-16-581781
10-K2016-02-29fiscal FY 201519950001193125-16-485504
10-Q2015-11-06fiscal Q3 201519590001193125-15-369816
10-Q2015-08-07fiscal Q2 201519590001193125-15-282659
10-Q2015-05-08fiscal Q1 201519430001193125-15-179286
10-K/A2015-03-02fiscal FY 201419950001193125-15-072965
10-Q2014-11-07fiscal Q3 201419590001193125-14-403025
10-Q2014-08-08fiscal Q2 201419590001193125-14-302773
10-Q2014-05-06fiscal Q1 201422490001193125-14-185136
10-K2014-02-28fiscal FY 2013221040001193125-14-077865
10-Q2013-11-05fiscal Q3 201322650001193125-13-427940
10-Q2013-08-06fiscal Q2 201322650001193125-13-321688
10-Q2013-05-07fiscal Q1 201322490001193125-13-204793
10-K2013-03-08fiscal FY 2012221040001193125-13-098167
10-Q2012-11-05fiscal Q3 201222650001193125-12-451620
10-Q2012-08-08fiscal Q2 201222640001193125-12-341605
10-Q2012-05-04fiscal Q1 201222470001193125-12-211568
10-K2012-03-06fiscal FY 201122600000950123-12-004587
10-Q2011-11-04fiscal Q3 201122630000950123-11-095274
10-Q2011-08-05fiscal Q2 201122630000950123-11-073649

Inspect the source

Entity
AMERICAN NATIONAL INSURANCE CO / CIK 0000904163
Captured
SEC response SHA-256
05bc84a26c822f7ad1954e7485149f29eb4c87db49d9bed6224e80b113937c18

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