Skip to content

AmerInst Insurance Group, Ltd.: filings

Every AmerInst Insurance Group, Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-15

The latest filing in this captured record is a 10-Q filed 2023-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. AmerInst Insurance Group, Ltd. 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-Q2023-11-15fiscal Q3 202322770001437749-23-032073
10-Q2023-08-02fiscal Q2 202322730001437749-23-021620
10-Q2023-05-15fiscal Q1 202322490001437749-23-014569
10-K2023-03-31fiscal FY 202225830001437749-23-008787
10-Q2022-11-15fiscal Q3 202223790001437749-22-027447
10-Q2022-08-15fiscal Q2 202223750001437749-22-020524
10-Q2022-05-13fiscal Q1 202223510001437749-22-012278
10-K2022-03-30fiscal FY 202127870001437749-22-007724
10-Q2021-11-12fiscal Q3 202121750001437749-21-026429
10-Q2021-08-13fiscal Q2 202121710001437749-21-019820
10-Q2021-05-13fiscal Q1 202121460001193125-21-160452
10-K2021-03-30fiscal FY 202027870001193125-21-099832
10-Q2020-11-16fiscal Q3 202021750001193125-20-294499
10-Q2020-08-13fiscal Q2 202021710001193125-20-219166
10-Q2020-05-13fiscal Q1 202021450001193125-20-141415
10-K2020-03-30fiscal FY 201928880001193125-20-090899
10-Q2019-11-13fiscal Q3 201921730001193125-19-291100
10-Q2019-08-12fiscal Q2 201921690001193125-19-218980
10-Q2019-05-14fiscal Q1 201919410001193125-19-146647
10-K2019-03-29fiscal FY 201827860001193125-19-092905
10-Q2018-11-14fiscal Q3 201821630001193125-18-326643
10-Q2018-08-10fiscal Q2 201821630001193125-18-246028
10-Q2018-05-14fiscal Q1 201820430001193125-18-162437
10-K2018-03-29fiscal FY 201726750001193125-18-101432
10-Q2017-11-14fiscal Q3 201718590001193125-17-342610
10-Q2017-08-15fiscal Q2 201718590001193125-17-258415
10-Q2017-05-12fiscal Q1 201718410001193125-17-168393
10-K2017-03-31fiscal FY 201618540001193125-17-106012
10-Q2016-11-14fiscal Q3 201614430001193125-16-767749
10-Q2016-08-12fiscal Q2 201614420001193125-16-680625
10-Q2016-05-13fiscal Q1 201617380001193125-16-590143
10-K2016-03-28fiscal FY 201521600001193125-16-519524
10-Q2015-11-13fiscal Q3 201517510001193125-15-376818
10-Q2015-08-13fiscal Q2 201517500001193125-15-289448
10-Q2015-05-14fiscal Q1 201516370001193125-15-187822
10-K2015-03-26fiscal FY 201422620001193125-15-106992
10-Q2014-11-14fiscal Q3 201417510001193125-14-412807
10-Q2014-08-14fiscal Q2 201417510001193125-14-309653
10-Q2014-05-14fiscal Q1 201416360001193125-14-198673
10-K2014-03-25fiscal FY 201320560001193125-14-114379
10-Q2013-11-14fiscal Q3 201316480001193125-13-441525
10-Q2013-08-14fiscal Q2 201316460001193125-13-334414
10-Q2013-05-14fiscal Q1 201316360001193125-13-219663
10-K2013-03-28fiscal FY 201220580001193125-13-132479
10-Q2012-11-14fiscal Q3 201217470001193125-12-470764
10-Q2012-08-14fiscal Q2 201217470001193125-12-355528
10-Q2012-05-14fiscal Q1 201216350001193125-12-231242
10-K2012-03-29fiscal FY 201118380001193125-12-139829
10-Q2011-11-14fiscal Q3 201117480001193125-11-310436
10-Q2011-08-12fiscal Q2 201117480001193125-11-221048

Inspect the source

Entity
AmerInst Insurance Group, Ltd. / CIK 0001065201
Captured
SEC response SHA-256
e66dff9d78e962c825686101056051be68f3dc24c53c97ead8a992582d34aef0

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