Skip to content

BLACK KNIGHT, INC.: filings

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

Filing record ends 2023-11-03

The latest filing in this captured record is a 10-Q filed 2023-11-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. BLACK KNIGHT, INC. 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-Q2023-11-03fiscal Q3 2023411060001558370-23-017617
10-Q2023-08-03fiscal Q2 2023411160001558370-23-013080
10-Q2023-05-04fiscal Q1 202341860001558370-23-007986
10-K2023-02-28fiscal FY 2022501300001558370-23-002252
10-Q2022-11-03fiscal Q3 2022421180001558370-22-016160
10-Q2022-08-04fiscal Q2 2022421180001558370-22-012241
10-Q2022-05-09fiscal Q1 202242880001558370-22-007853
10-K2022-02-25fiscal FY 2021501290001558370-22-002149
10-Q2021-11-08fiscal Q3 2021431190001558370-21-014932
10-Q2021-08-05fiscal Q2 2021431190001558370-21-010436
10-Q2021-05-06fiscal Q1 202142870001627014-21-000015
10-K2021-02-26fiscal FY 2020501300001627014-21-000005
10-Q2020-11-09fiscal Q3 2020451240001627014-20-000041
10-Q2020-08-10fiscal Q2 2020451210001627014-20-000034
10-Q2020-05-05fiscal Q1 202044910001627014-20-000013
10-K2020-02-28fiscal FY 2019501390001627014-20-000005
10-Q2019-11-07fiscal Q3 2019451250001627014-19-000049
10-Q2019-08-06fiscal Q2 2019431190001627014-19-000036
10-Q2019-05-01fiscal Q1 201942850001627014-19-000020
10-K2019-02-22fiscal FY 2018451170001627014-19-000013
10-Q2018-10-30fiscal Q3 2018401080001627014-18-000051
10-Q2018-07-31fiscal Q2 2018391040001627014-18-000045
10-Q2018-05-08fiscal Q1 201839800001627014-18-000033
10-K2018-02-23fiscal FY 2017421050001627014-18-000016
10-Q2017-11-02fiscal Q3 2017401060001627014-17-000061
10-Q2017-07-28fiscal Q2 201736910001627014-17-000050
10-Q2017-05-05fiscal Q1 201735720001627014-17-000029
10-K2017-02-24fiscal FY 2016411010001627014-17-000012
10-Q2016-11-03fiscal Q3 201637920001627014-16-000075
10-Q2016-08-09fiscal Q2 201637920001627014-16-000067
10-Q2016-04-29fiscal Q1 201636750001627014-16-000045
10-K2016-02-26fiscal FY 201517360001627014-16-000037
10-Q2015-10-30fiscal Q3 201536940001627014-15-000024
10-Q2015-08-04fiscal Q2 201536960001627014-15-000017

Inspect the source

Entity
BLACK KNIGHT, INC. / CIK 0001627014
Captured
SEC response SHA-256
4beb86b95c0c0e98e3c94cf5371140a5ce3b4c4abb45b3d8080bba4a6f3a1e46

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