Skip to content

ESSENT GROUP LTD.: filings

Every ESSENT 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.

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 202630830001448893-26-000024
10-Q2026-05-08fiscal Q1 202631650001448893-26-000016
10-K2026-02-18fiscal FY 202535970001448893-26-000009
10-Q2025-11-07fiscal Q3 202531870001448893-25-000093
10-Q2025-08-08fiscal Q2 202531870001448893-25-000081
10-Q2025-05-09fiscal Q1 202531650001448893-25-000053
10-K2025-02-19fiscal FY 202434930001448893-25-000009
10-Q2024-11-05fiscal Q3 202431870001448893-24-000078
10-Q2024-08-06fiscal Q2 202431870001448893-24-000061
10-Q2024-05-07fiscal Q1 202431650001448893-24-000043
10-K2024-02-16fiscal FY 202335950001448893-24-000015
10-Q2023-11-07fiscal Q3 202331870001448893-23-000086
10-Q2023-08-08fiscal Q2 202331870001448893-23-000066
10-Q2023-05-10fiscal Q1 202331650001448893-23-000047
10-K2023-02-17fiscal FY 202236990001448893-23-000013
10-Q2022-11-08fiscal Q3 202231870001448893-22-000085
10-Q2022-08-08fiscal Q2 202231870001448893-22-000066
10-Q2022-05-06fiscal Q1 202232670001448893-22-000047
10-K2022-02-16fiscal FY 202136990001448893-22-000016
10-Q2021-11-08fiscal Q3 202132890001448893-21-000108
10-Q2021-08-06fiscal Q2 202131850001448893-21-000087
10-Q2021-05-07fiscal Q1 202130630001448893-21-000057
10-K2021-02-26fiscal FY 2020351440001448893-21-000021
10-Q2020-11-06fiscal Q3 202034950001448893-20-000111
10-Q2020-08-10fiscal Q2 202034950001448893-20-000081
10-Q2020-05-08fiscal Q1 202033690001448893-20-000052
10-K2020-02-18fiscal FY 2019351420001448893-20-000015
10-Q2019-11-08fiscal Q3 201931870001448893-19-000082
10-Q2019-08-05fiscal Q2 201931870001448893-19-000060
10-Q2019-05-06fiscal Q1 201931650001448893-19-000048
10-K2019-02-19fiscal FY 2018341440001448893-19-000015
10-Q2018-11-09fiscal Q3 201831860001448893-18-000074
10-Q2018-08-06fiscal Q2 201829820001448893-18-000063
10-Q2018-05-08fiscal Q1 201829620001448893-18-000053
10-K2018-02-20fiscal FY 2017321390001448893-18-000023
10-Q2017-11-09fiscal Q3 201730850001448893-17-000011
10-Q2017-08-07fiscal Q2 201729820001628280-17-008165
10-Q2017-05-09fiscal Q1 201729620001628280-17-005244
10-K2017-02-16fiscal FY 2016311270001628280-17-001400
10-Q2016-11-04fiscal Q3 201627760001628280-16-020866
10-Q2016-08-05fiscal Q2 201627760001628280-16-018617
10-Q2016-05-06fiscal Q1 201627600001628280-16-015803
10-K2016-02-29fiscal FY 2015301260001628280-16-011882
10-Q2015-11-06fiscal Q3 201527800001628280-15-008427
10-Q2015-08-10fiscal Q2 201526760001628280-15-006369
10-Q2015-05-11fiscal Q1 201523520001104659-15-036771
10-K2015-02-27fiscal FY 201427990001047469-15-001414
10-Q2014-11-14fiscal Q3 201425690001104659-14-080985
10-Q2014-08-14fiscal Q2 201420570001104659-14-061033
10-Q2014-05-15fiscal Q1 201420440001104659-14-039374

Inspect the source

Entity
ESSENT GROUP LTD. / CIK 0001448893
Captured
2026-09-20T09:05:11.194Z
SEC response SHA-256
94e9ee73297310a01ba93d13ec9349e2aeac9a1d3c62e00b8e6fecc48e48d59a

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