Intercontinental Exchange website screenshot

Intercontinental Exchange

Intercontinental Exchange (ICE) operates global exchanges, clearing houses, and data services for financial and commodity markets, including the New York Stock Exchange (NYSE). ICE provides multiple developer portals including the Developer Center at developer.theice.com for market data APIs, the IDS Portal for real-time data integration, and the ICE Mortgage Technology Developer Portal for lending application development.

3 APIs 0 Features
CommoditiesFinancial ExchangesMarket DataNYSETradingFortune 1000

APIs

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 exchan...

ICE Data Services API

The ICE Data Services API provides access to market data, reference data, and analytics from Intercontinental Exchange. The IDS Portal provides documentation, tools, and softwar...

ICE Mortgage Technology Developer Portal

The ICE Mortgage Technology Developer Portal is a self-service solution providing developers with resources and documentation to build and deploy mortgage lending applications. ...

Collections

Pricing Plans

Rate Limits

FinOps

Press

Intercontinental Exchange's AI Strategy: Analysis of ...

2026-05-25

How Intercontinental Exchange is Taking AI from ...

2026-05-25

Insights on AI and Data Management from Intercontinental ...

2026-05-25

ICE Collaborates with Space Intelligence to Launch ICE's ...

2026-05-25

National Housing Conference and ICE host industry ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: ICE Consolidated Feed API
  version: '1.0'
items:
- info:
    name: Instruments
    type: folder
  items:
  - info:
      name: List instruments
      type: http
    http:
      method: GET
      url: https://api.theice.com/marketdata/instruments
      params:
      - name: exchange
        value: ''
        type: query
        description: Filter by exchange code.
      - name: productType
        value: ''
        type: query
        description: Filter by product type (futures, options, etc.).
    docs: Retrieves a list of available instruments and contracts across ICE exchanges with filtering by exchange, product
      type, and status.
- info:
    name: Market Data
    type: folder
  items:
  - info:
      name: Get market quotes
      type: http
    http:
      method: GET
      url: https://api.theice.com/marketdata/quotes
      params:
      - name: instrumentId
        value: ''
        type: query
        description: The instrument identifier.
    docs: Retrieves real-time or delayed market quotes for specified instruments including bid, ask, last trade, and volume.
  - info:
      name: Get market data history
      type: http
    http:
      method: GET
      url: https://api.theice.com/marketdata/history
      params:
      - name: instrumentId
        value: ''
        type: query
        description: The instrument identifier.
      - name: startDate
        value: ''
        type: query
        description: Start date for historical data.
      - name: endDate
        value: ''
        type: query
        description: End date for historical data.
    docs: Retrieves historical market data for a specified instrument including OHLC prices, volume, and open interest.
- info:
    name: Reference Data
    type: folder
  items:
  - info:
      name: List exchanges
      type: http
    http:
      method: GET
      url: https://api.theice.com/reference/exchanges
    docs: Retrieves a list of exchanges operated by ICE including exchange codes, names, and available product types.
bundled: true