Tradier Streaming API

The Tradier Streaming API delivers real-time market and account events over HTTP and WebSocket. Quote, trade, summary, timesale, and order events are streamed; client first creates a session via the brokerage REST endpoints and connects to stream.tradier.com.

API entry from apis.yml

apis.yml Raw ↑
aid: tradier:streaming-api
name: Tradier Streaming API
tags:
- Streaming
- WebSocket
- HTTP
- Real-time
- Market Data
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://stream.tradier.com/v1
humanURL: https://docs.tradier.com/brokerage-api/streaming
description: The Tradier Streaming API delivers real-time market and account events over HTTP and WebSocket.
  Quote, trade, summary, timesale, and order events are streamed; client first creates a session via the
  brokerage REST endpoints and connects to stream.tradier.com.
properties:
- type: Documentation
  url: https://docs.tradier.com/brokerage-api/streaming
x-features:
- HTTP and WebSocket streaming
- Quote, trade, summary, timesale events
- Account-level order events
x-use-cases:
- Stream live ticks into trading bots
- Power real-time UI updates
- Monitor order state changes in real time