ICE Consolidated Feed API

The ICE Consolidated Feed API provides developers with access to ICE Data Services real-time and delayed market data. The API delivers consolidated market data feeds from exchanges operated by Intercontinental Exchange including ICE Futures, NYSE, and other trading venues. The Developer Center provides detailed API documentation, samples, and SDK downloads.

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/consolidated-feed-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

intercontinental-exchange-instruments-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: ICE Consolidated Feed Instruments API
  description: The ICE Consolidated Feed API provides access to ICE Data Services real-time and delayed market data from exchanges operated by Intercontinental Exchange including ICE Futures, NYSE, and other trading venues.
  version: '1.0'
servers:
- url: https://api.theice.com
tags:
- name: Instruments
  description: Retrieve instrument and contract information.
paths:
  /marketdata/instruments:
    get:
      operationId: listInstruments
      summary: List instruments
      description: Retrieves a list of available instruments and contracts across ICE exchanges with filtering by exchange, product type, and status.
      tags:
      - Instruments
      parameters:
      - name: exchange
        in: query
        description: Filter by exchange code.
        schema:
          type: string
      - name: productType
        in: query
        description: Filter by product type (futures, options, etc.).
        schema:
          type: string
      responses:
        '200':
          description: Success
components:
  securitySchemes:
    apiKey:
      type: apiKey
      in: header
      name: Authorization
    bearerAuth:
      type: http
      scheme: bearer