Skip to content

Intercontinental Exchange, Inc.: filings

Every Intercontinental Exchange, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-30fiscal Q2 2026461320001571949-26-000011
10-Q2026-04-30fiscal Q1 202646960001571949-26-000007
10-K2026-02-05fiscal FY 2025541440001571949-26-000004
10-Q2025-10-30fiscal Q3 2025461320001571949-25-000018
10-Q2025-07-31fiscal Q2 2025461320001571949-25-000013
10-Q2025-05-01fiscal Q1 202546950001571949-25-000007
10-K2025-02-06fiscal FY 2024531420001571949-25-000003
10-Q2024-10-31fiscal Q3 2024451300001571949-24-000017
10-Q2024-08-01fiscal Q2 2024451300001571949-24-000014
10-Q2024-05-02fiscal Q1 202445940001571949-24-000011
10-K2024-02-08fiscal FY 2023531410001571949-24-000007
10-Q2023-11-02fiscal Q3 2023461300001571949-23-000019
10-Q2023-08-03fiscal Q2 2023461300001571949-23-000015
10-Q2023-05-04fiscal Q1 202346960001571949-23-000011
10-K2023-02-02fiscal FY 2022531400001571949-23-000006
10-Q2022-11-03fiscal Q3 2022461300001571949-22-000016
10-Q2022-08-04fiscal Q2 2022461300001571949-22-000013
10-Q2022-05-05fiscal Q1 202246960001571949-22-000010
10-K2022-02-03fiscal FY 2021531400001571949-22-000006
10-Q2021-10-28fiscal Q3 2021451250001571949-21-000013
10-Q2021-07-29fiscal Q2 2021451250001571949-21-000010
10-Q2021-04-29fiscal Q1 202145930001571949-21-000007
10-K2021-02-04fiscal FY 2020511670001571949-21-000003
10-Q2020-10-29fiscal Q3 2020481350001571949-20-000012
10-Q2020-07-30fiscal Q2 2020461270001571949-20-000009
10-Q2020-04-30fiscal Q1 202046950001571949-20-000006
10-K2020-02-06fiscal FY 2019551700001571949-20-000003
10-Q2019-10-31fiscal Q3 2019501350001571949-19-000015
10-Q2019-08-01fiscal Q2 2019501350001571949-19-000012
10-Q/A2019-05-02fiscal Q1 2019501020001571949-19-000008
10-Q2019-05-02fiscal Q1 2019501020001571949-19-000006
10-K2019-02-07fiscal FY 2018521700001571949-19-000003
10-Q2018-10-31fiscal Q3 2018471270001571949-18-000014
10-Q2018-08-02fiscal Q2 2018461270001571949-18-000011
10-Q2018-05-03fiscal Q1 201845930001571949-18-000007
10-K2018-02-07fiscal FY 2017501670001571949-18-000003
10-Q2017-11-02fiscal Q3 2017431190001571949-17-000011
10-Q2017-08-03fiscal Q2 2017431190001571949-17-000009
10-Q2017-05-03fiscal Q1 201743890001571949-17-000006
10-K2017-02-07fiscal FY 2016491550001571949-17-000003
10-Q2016-11-01fiscal Q3 2016431190001571949-16-000029
10-Q2016-08-03fiscal Q2 2016421090001571949-16-000025
10-Q2016-05-04fiscal Q1 201642870001571949-16-000022
10-K2016-02-04fiscal FY 2015491550001571949-16-000020
10-Q2015-10-28fiscal Q3 2015431200001571949-15-000017
10-Q2015-08-05fiscal Q2 2015421200001571949-15-000010
10-Q2015-05-05fiscal Q1 201542890001571949-15-000007
10-K2015-02-05fiscal FY 2014501660001571949-15-000003
10-Q2014-11-04fiscal Q3 2014431190001571949-14-000018
10-Q2014-08-07fiscal Q2 2014431180001571949-14-000015
10-Q2014-05-08fiscal Q1 201443880001571949-14-000009
10-K2014-02-14fiscal FY 2013491610001571949-14-000006
10-Q2013-11-05fiscal Q3 201310100001193125-13-426946

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Intercontinental Exchange, Inc. / CIK 0001571949
Captured
2026-09-20T09:21:25.183Z
SEC response SHA-256
08da1864170083e2020b61dfe2ac6ab760f923c436105fd8174cbdc99b01ea46

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