Skip to content

Atlas Financial Holdings, Inc.: filings

Every Atlas Financial Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2022-11-10

The latest filing in this captured record is a 10-Q filed 2022-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Atlas Financial Holdings, Inc. 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-Q2022-11-10fiscal Q3 2022391190001539894-22-000070
10-Q2022-08-12fiscal Q2 2022381130001539894-22-000054
10-Q2022-05-23fiscal Q1 202238790001539894-22-000038
10-K2022-03-31fiscal FY 202140830001539894-22-000011
10-Q2021-11-08fiscal Q3 2021391200001539894-21-000058
10-Q2021-08-10fiscal Q2 2021381120001539894-21-000043
10-Q2021-05-17fiscal Q1 202138800001539894-21-000023
10-K2021-04-15fiscal FY 202038780001539894-21-000017
10-Q2021-03-02fiscal Q3 2020381160001539894-21-000012
10-Q2021-02-08fiscal Q2 2020371100001539894-21-000007
10-Q2021-01-19fiscal Q1 202037780001539894-21-000004
10-K2020-12-03fiscal FY 201941830001539894-20-000071
10-Q2020-03-30fiscal Q3 2019381080001539894-20-000020
10-Q2020-03-26fiscal Q2 2019371040001539894-20-000018
10-Q2020-03-11fiscal Q1 201939810001539894-20-000015
10-K/A2020-03-05fiscal FY 2018371260001539894-20-000012
10-K2020-02-12fiscal FY 2018371260001539894-20-000009
10-Q2018-11-06fiscal Q3 2018371090001539894-18-000058
10-Q2018-08-06fiscal Q2 2018361070001539894-18-000049
10-Q2018-05-07fiscal Q1 201836770001539894-18-000034
10-K2018-04-03fiscal FY 2017351270001539894-18-000025
10-Q2017-11-07fiscal Q3 2017351050001539894-17-000047
10-Q2017-08-07fiscal Q2 2017351050001539894-17-000042
10-Q2017-05-08fiscal Q1 201735750001539894-17-000027
10-K2017-03-13fiscal FY 2016361300001539894-17-000009
10-Q2016-10-31fiscal Q3 2016351050001539894-16-000072
10-Q2016-08-01fiscal Q2 2016351050001539894-16-000066
10-Q2016-05-09fiscal Q1 201635750001539894-16-000058
10-K2016-03-07fiscal FY 2015371360001539894-16-000050
10-Q2015-11-09fiscal Q3 2015351030001539894-15-000045
10-Q2015-08-03fiscal Q2 201533950001539894-15-000038
10-Q2015-05-11fiscal Q1 201533710001539894-15-000018
10-K2015-03-10fiscal FY 2014351100001539894-15-000005
10-Q2014-11-10fiscal Q3 201432930001539894-14-000049
10-Q2014-08-05fiscal Q2 201432930001539894-14-000041
10-Q/A2014-05-09fiscal Q1 201432700001539894-14-000034
10-K2014-03-10fiscal FY 2013331060001539894-14-000007
10-Q2013-11-04fiscal Q3 201331860001539894-13-000118
10-Q2013-08-13fiscal Q2 201331780001539894-13-000106
10-Q2013-05-13fiscal Q1 201331700001539894-13-000081
10-K2013-03-18fiscal FY 2012331060001539894-13-000054
10-Q2012-11-13fiscal Q3 201227780001539894-12-000061
10-Q2012-08-13fiscal Q2 201225690001539894-12-000043
10-Q/A2012-06-26fiscal Q1 201222470001539894-12-000036
10-Q2012-05-14fiscal Q1 201222470001539894-12-000019

Inspect the source

Entity
Atlas Financial Holdings, Inc. / CIK 0001539894
Captured
SEC response SHA-256
e3f2814830266224fd4fb44dacff914a5803620eaaa07d016aeb72e2ec04b507

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