Skip to content

CANNAE HOLDINGS, INC.: filings

Every CANNAE HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-10fiscal Q2 2026401210001704720-26-000153
10-Q2026-05-11fiscal Q1 202639890001704720-26-000107
10-K2026-03-02fiscal FY 2025491290001704720-26-000045
10-Q2025-11-10fiscal Q3 2025391140001704720-25-000175
10-Q2025-08-11fiscal Q2 2025381100001704720-25-000082
10-Q2025-05-12fiscal Q1 202537800001704720-25-000064
10-K2025-02-27fiscal FY 2024481260001704720-25-000015
10-Q2024-11-12fiscal Q3 2024381120001704720-24-000084
10-Q2024-08-08fiscal Q2 2024391160001704720-24-000069
10-Q2024-05-09fiscal Q1 202438820001704720-24-000052
10-K2024-02-29fiscal FY 2023491290001704720-24-000030
10-Q2023-11-07fiscal Q3 2023381120001704720-23-000098
10-Q2023-08-09fiscal Q2 2023381120001704720-23-000071
10-Q2023-05-09fiscal Q1 202339840001704720-23-000049
10-K2023-03-01fiscal FY 2022501310001704720-23-000025
10-Q2022-11-09fiscal Q3 2022411180001704720-22-000070
10-Q2022-08-08fiscal Q2 2022381100001704720-22-000057
10-Q2022-05-09fiscal Q1 202238800001704720-22-000033
10-K2022-02-25fiscal FY 2021501290001704720-22-000020
10-Q2021-11-09fiscal Q3 2021381100001704720-21-000083
10-Q2021-08-06fiscal Q2 2021391110001704720-21-000056
10-Q/A2021-08-02fiscal Q1 202141860001704720-21-000045
10-Q2021-05-10fiscal Q1 202141860001628280-21-009678
10-K2021-02-26fiscal FY 2020511310001704720-21-000024
10-Q2020-11-09fiscal Q3 2020461270001704720-20-000085
10-Q2020-08-07fiscal Q2 2020461260001704720-20-000070
10-Q2020-05-08fiscal Q1 202045950001704720-20-000034
10-K2020-03-02fiscal FY 2019521280001704720-20-000017
10-Q2019-11-12fiscal Q3 2019461490001704720-19-000053
10-Q2019-08-08fiscal Q2 2019451250001704720-19-000038
10-Q2019-05-09fiscal Q1 201945950001704720-19-000024
10-K2019-03-18fiscal FY 2018501300001704720-19-000012
10-Q2018-11-08fiscal Q3 2018421180001704720-18-000055
10-Q2018-08-13fiscal Q2 2018411160001704720-18-000051
10-Q2018-05-10fiscal Q1 201839840001704720-18-000035
10-K2018-03-26fiscal FY 2017471220001704720-18-000022
10-Q2017-11-28fiscal Q3 201732860001704720-17-000007

Inspect the source

Entity
CANNAE HOLDINGS, INC. / CIK 0001704720
Captured
2026-09-21T17:26:09.105Z
SEC response SHA-256
6e28b7c779e7772be34117ad01bd8ba296e3c6e8dab2e12ad230b146bb0b9ea8

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