Skip to content

FEDNAT HOLDING COMPANY: filings

Every FEDNAT HOLDING COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-05-18

The latest filing in this captured record is a 10-Q filed 2022-05-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. FEDNAT HOLDING COMPANY 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-05-18fiscal Q1 202232680001069996-22-000058
10-K2022-04-25fiscal FY 202135950001069996-22-000027
10-Q2021-11-09fiscal Q3 202134980001069996-21-000138
10-Q2021-08-09fiscal Q2 202133940001069996-21-000121
10-Q2021-05-06fiscal Q1 202132680001069996-21-000098
10-K2021-03-29fiscal FY 202037990001069996-21-000048
10-Q2020-11-09fiscal Q3 202032900001069996-20-000094
10-Q2020-08-07fiscal Q2 202032900001069996-20-000071
10-Q2020-05-06fiscal Q1 202032660001069996-20-000050
10-K2020-03-06fiscal FY 2019361160001069996-20-000011
10-Q2019-11-12fiscal Q3 201933910001069996-19-000090
10-Q2019-08-07fiscal Q2 201933910001069996-19-000067
10-Q2019-05-08fiscal Q1 201933680001069996-19-000055
10-K2019-03-07fiscal FY 2018311100001069996-19-000018
10-Q2018-11-07fiscal Q3 201829860001069996-18-000028
10-Q2018-08-07fiscal Q2 201829820001069996-18-000012
10-Q2018-05-08fiscal Q1 201829600001069996-18-000006
10-K2018-03-13fiscal FY 2017311500001069996-18-000003
10-Q2017-11-09fiscal Q3 201726760001562762-17-000175
10-Q2017-08-09fiscal Q2 201726760001562762-17-000127
10-Q2017-05-10fiscal Q1 201725520001562762-17-000058
10-K2017-03-16fiscal FY 201625900001562762-17-000034
10-Q2016-11-08fiscal Q3 201625730001562762-16-000453
10-Q2016-08-08fiscal Q2 201625740001140361-16-075097
10-Q2016-05-06fiscal Q1 201625520001140361-16-063870
10-K2016-03-14fiscal FY 201524900001140361-16-057540
10-Q2015-11-09fiscal Q3 201523660001140361-15-040238
10-Q2015-08-10fiscal Q2 201523680001140361-15-030589
10-Q2015-05-11fiscal Q1 201522460001140361-15-018682
10-K2015-03-16fiscal FY 201426710001140361-15-011840
10-Q2014-11-10fiscal Q3 201425700001140361-14-040824
10-Q2014-08-11fiscal Q2 201424680001140361-14-031642
10-Q2014-05-12fiscal Q1 201424500001140361-14-020121
10-K2014-03-17fiscal FY 201327740001140361-14-012986
10-Q2013-11-06fiscal Q3 201324680001140361-13-040889
10-Q2013-08-14fiscal Q2 201324680001140361-13-032551
10-Q2013-05-15fiscal Q1 201324500001140361-13-020790
10-K2013-04-01fiscal FY 201226700001140361-13-014741
10-Q2012-11-14fiscal Q3 201224680001140361-12-047018
10-Q2012-08-14fiscal Q2 201224680001140361-12-036846
10-Q2012-05-15fiscal Q1 201224500001140361-12-025195
10-K2012-03-30fiscal FY 201124660001140361-12-018226
10-Q2011-11-14fiscal Q3 201123640001140361-11-053104
10-Q2011-08-15fiscal Q2 201123640001140361-11-041827

Inspect the source

Entity
FEDNAT HOLDING COMPANY / CIK 0001069996
Captured
SEC response SHA-256
98ec627bb4cc89ea985bd24fd788616738d7cd308f10effee733ad4a98a12418

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