Skip to content

IHS MARKIT LTD.: filings

Every IHS MARKIT LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

Filing record ends 2022-01-24

The latest filing in this captured record is a 10-K filed 2022-01-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. IHS MARKIT LTD. 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-K2022-01-24fiscal FY 2021501260001598014-22-000011
10-Q2021-09-28fiscal Q3 2021411130001598014-21-000137
10-Q2021-06-23fiscal Q2 2021411130001598014-21-000107
10-Q2021-03-23fiscal Q1 202141830001598014-21-000052
10-K2021-01-22fiscal FY 2020501570001598014-21-000015
10-Q2020-09-29fiscal Q3 2020411110001598014-20-000200
10-Q2020-06-23fiscal Q2 2020411110001598014-20-000160
10-Q2020-03-24fiscal Q1 202041810001598014-20-000065
10-K2020-01-17fiscal FY 2019461520001598014-20-000008
10-Q2019-09-24fiscal Q3 2019381060001598014-19-000126
10-Q2019-06-26fiscal Q2 2019381060001598014-19-000084
10-Q2019-03-26fiscal Q1 201938760001598014-19-000043
10-K2019-01-18fiscal FY 2018451490001598014-19-000017
10-Q2018-09-25fiscal Q3 2018381060001598014-18-000124
10-Q2018-06-26fiscal Q2 2018381060001598014-18-000103
10-Q2018-03-27fiscal Q1 201838760001598014-18-000041
10-K2018-01-23fiscal FY 2017451430001598014-18-000020
10-Q2017-09-26fiscal Q3 2017391080001598014-17-000136
10-Q2017-06-27fiscal Q2 2017391080001598014-17-000112
10-Q2017-03-28fiscal Q1 201738770001598014-17-000068
10-K2017-01-27fiscal FY 2016441420001598014-17-000024
10-Q2016-10-07fiscal Q3 2016381060001598014-16-000072

Inspect the source

Entity
IHS MARKIT LTD. / CIK 0001598014
Captured
SEC response SHA-256
e9f869649bdc42a8b4f10fe4276f07cf42016a66fe976475966630d5f8696088

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