Skip to content

NI HOLDINGS, INC.: filings

Every NI HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-Q2026-08-07fiscal Q2 2026351030001174947-26-000777
10-Q2026-05-08fiscal Q1 202635740001174947-26-000570
10-K2026-03-06fiscal FY 2025391040001174947-26-000305
10-Q2025-11-07fiscal Q3 2025371120001174947-25-001356
10-Q2025-08-08fiscal Q2 2025371120001174947-25-001142
10-Q2025-05-09fiscal Q1 202537760001174947-25-000721
10-K2025-03-07fiscal FY 2024381000001174947-25-000304
10-Q2024-11-07fiscal Q3 2024361020001174947-24-001226
10-Q/A2024-11-05fiscal Q2 2024361020001174947-24-001214
10-Q2024-08-08fiscal Q2 2024361020001174947-24-000978
10-Q2024-05-09fiscal Q1 202439790001174947-24-000723
10-K2024-03-15fiscal FY 2023391020001174947-24-000361
10-Q2023-11-07fiscal Q3 2023351020001174947-23-001341
10-Q2023-08-08fiscal Q2 2023381100001174947-23-000989
10-Q2023-05-08fiscal Q1 202338780001174947-23-000737
10-K2023-03-08fiscal FY 202237970001174947-23-000312
10-Q2022-11-07fiscal Q3 2022351030001174947-22-001176
10-Q2022-08-04fiscal Q2 2022361040001174947-22-000922
10-Q2022-05-06fiscal Q1 202236740001174947-22-000638
10-K2022-03-09fiscal FY 202135920001174947-22-000353
10-Q2021-11-05fiscal Q3 202134990001174947-21-001005
10-Q2021-08-04fiscal Q2 202134990001174947-21-000750
10-Q2021-05-05fiscal Q1 202134710001174947-21-000500
10-K2021-03-10fiscal FY 2020351340001174947-21-000255
10-Q2020-11-04fiscal Q3 2020351030001174947-20-001096
10-Q2020-08-05fiscal Q2 2020351030001174947-20-000869
10-Q2020-05-06fiscal Q1 202034710001174947-20-000638
10-K2020-03-11fiscal FY 2019341300001174947-20-000354
10-Q2019-11-06fiscal Q3 201932940001174947-19-001160
10-Q2019-08-07fiscal Q2 201932940001174947-19-000963
10-Q2019-05-08fiscal Q1 201932660001174947-19-000654
10-K2019-03-13fiscal FY 2018361260001174947-19-000367
10-Q2018-11-13fiscal Q3 201832920001174947-18-001364
10-Q2018-08-03fiscal Q2 201832880001174947-18-001074
10-Q2018-05-04fiscal Q1 201832620001174947-18-000725
10-K2018-03-07fiscal FY 2017351050001174947-18-000312
10-Q2017-11-13fiscal Q3 201727700001174947-17-001544
10-Q2017-08-11fiscal Q2 201727690001174947-17-001200
10-Q2017-05-12fiscal Q1 201727510001174947-17-000865
10-K2017-04-07fiscal FY 201627980001174947-17-000571

Inspect the source

Entity
NI HOLDINGS, INC. / CIK 0001681206
Captured
2026-09-21T17:23:46.968Z
SEC response SHA-256
c5a8aaa1772f85de795f3a3962c86240e05b9ad0d881a25ad7bc6cf0572f4575

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