Skip to content

NMI Holdings, Inc.: filings

Every NMI Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-07-31fiscal Q2 202629880001547903-26-000038
10-Q2026-05-01fiscal Q1 202629620001547903-26-000029
10-K2026-02-12fiscal FY 2025391050001547903-26-000011
10-Q2025-11-05fiscal Q3 202529920001547903-25-000103
10-Q2025-07-30fiscal Q2 202529880001547903-25-000094
10-Q2025-04-30fiscal Q1 202528600001547903-25-000060
10-K2025-02-14fiscal FY 2024381040001547903-25-000026
10-Q2024-11-07fiscal Q3 202429920001547903-24-000159
10-Q2024-07-31fiscal Q2 202429880001547903-24-000139
10-Q2024-05-01fiscal Q1 202427580001547903-24-000103
10-K2024-02-15fiscal FY 2023381680001547903-24-000035
10-Q2023-11-02fiscal Q3 202328880001547903-23-000140
10-Q2023-08-02fiscal Q2 202328840001547903-23-000116
10-Q2023-05-03fiscal Q1 202326560001547903-23-000087
10-K2023-02-15fiscal FY 2022401730001547903-23-000036
10-Q2022-11-02fiscal Q3 202231940001547903-22-000166
10-Q2022-08-03fiscal Q2 202231900001547903-22-000149
10-Q2022-05-05fiscal Q1 202229610001547903-22-000091
10-K2022-02-16fiscal FY 2021391680001547903-22-000060
10-Q2021-11-03fiscal Q3 202128880001547903-21-000167
10-Q2021-08-04fiscal Q2 202128840001547903-21-000145
10-Q2021-05-05fiscal Q1 202127580001547903-21-000100
10-K2021-02-24fiscal FY 2020391680001547903-21-000055
10-Q2020-11-05fiscal Q3 202028880001547903-20-000089
10-Q2020-08-06fiscal Q2 202028840001547903-20-000078
10-Q2020-05-07fiscal Q1 202028600001547903-20-000045
10-K2020-02-14fiscal FY 2019391650001547903-20-000018
10-Q2019-11-07fiscal Q3 201931940001547903-19-000131
10-Q2019-08-01fiscal Q2 201931900001547903-19-000103
10-Q2019-05-02fiscal Q1 201931640001547903-19-000064
10-K2019-02-14fiscal FY 2018361620001547903-19-000017
10-Q2018-10-30fiscal Q3 201828910001547903-18-000133
10-Q2018-08-01fiscal Q2 201827810001547903-18-000101
10-Q2018-05-01fiscal Q1 201827590001547903-18-000065
10-K2018-02-16fiscal FY 2017341560001547903-18-000038
10-Q2017-11-01fiscal Q3 201727810001547903-17-000125
10-Q2017-08-01fiscal Q2 201726790001547903-17-000100
10-Q2017-05-04fiscal Q1 201724550001547903-17-000060
10-K2017-02-17fiscal FY 2016311240001547903-17-000032
10-Q2016-11-03fiscal Q3 201624720001547903-16-000285
10-Q2016-08-08fiscal Q2 201624720001547903-16-000270
10-Q2016-04-28fiscal Q1 201520440001547903-16-000230
10-K2016-02-19fiscal FY 201527790001547903-16-000203
10-Q2015-10-30fiscal Q3 201518500001547903-15-000133
10-Q2015-08-05fiscal Q2 201518500001547903-15-000112
10-Q2015-05-06fiscal Q1 201518400001547903-15-000071
10-K2015-02-20fiscal FY 201425740001547903-15-000032
10-Q2014-11-07fiscal Q3 201421580001547903-14-000126
10-Q2014-08-08fiscal Q2 201421580001547903-14-000110
10-Q2014-05-14fiscal Q1 201418400001547903-14-000077
10-K2014-03-12fiscal FY 201319590001547903-14-000029
10-Q2013-12-17fiscal Q3 201320680001547903-13-000072

Inspect the source

Entity
NMI Holdings, Inc. / CIK 0001547903
Captured
2026-09-20T09:18:18.310Z
SEC response SHA-256
29eb74282d356d17712b2e6be0031e181807234a21bcba3758a96832d233c197

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