Skip to main content
Module skeleton. This is the entry point for the Market Data module, modeled on Order Flow. Deep-dive pages are in progress; the existing references below cover the endpoints today.
The Market Data module answers “what is this instrument doing right now, and what has it done?” Use REST for snapshots, search, and history; use the WebSocket for a live stream of quotes and trades.

Query over REST

Symbol search

Find equities and instruments by name or ticker.

Equity details

Live quote and detail for a stock or ETF.

Option details

Quotes and detail for option contracts.

Options contract symbols

Enumerate strikes and expirations for an underlying — the inputs for building option order legs.

Stream live over WebSocket

For continuously updating prices, open the Market Data WebSocket instead of polling REST.

Market Data WebSocket

Live equity and option quotes and trades on a single connection.

TradingView chart feed

Streaming bars for charting integrations.

How it connects to trading

Market data feeds the rest of the platform:
  • Pick a symbol from search → place an order in the Orders module.
  • Pull option contract symbols → build the legs for a single-leg or multi-leg option order.
  • Watch a live quote → decide between a market and limit order.

Planned deep-dive pages

  • Quotes & snapshots — one-off vs. streaming, and when to use each.
  • Historical bars — intervals, ranges, and charting.
  • Options chains — from underlying to a tradable contract.

Supplemental Market Data

Fundamentals, news, calendars, analytics, and more.