Tutorials

Developer guides

Practical guides from vendor selection to production integration for trading, analytics, and AI apps.

Pillar guide

Complete guide to financial market data APIs

Market-data APIs underpin trading terminals, quant stacks, and AI agents. This guide covers REST vs WebSocket, multi-market integration, and how TIQEX endpoints map to real fields.

Read guide

Integrate market data API with Python

Integrate TIQEX with Python: start with REST quotes/candles, then add WebSocket when you need live ticks.

Read guide

WebSocket live quote subscription

WebSocket is the right production path for live quotes. This guide covers subscribe payloads, message types, and REST vs stream roles.

Read guide

Backtesting data source setup

Backtest quality depends on history methodology, adjustment rules, and calendar alignment with TIQEX klines.

Read guide

REST API authentication and security

All market REST/WS calls need a valid API key. Covers headers, entitlements, 401/403/429, and key hygiene.

Read guide

Unified multi-market integration

Cross-market products fail on N APIs and drifting fields. TIQEX uses one auth model, a shared quote envelope, and market-specific kline paths to cut integration cost.

Read guide

Node.js WebSocket live quotes

Node.js fits BFFs, boards, and light strategy engines. This guide covers connect, subscribe, routing, heartbeats, and reconnect.

Read guide

Market data storage design

Boards, risk, and backtests need durable history. This guide covers writing TIQEX REST/WebSocket data into RDBMS or time-series stores.

Read guide

WebSocket reconnect best practices

Long-lived sockets face jitter and restarts. Detection, backoff, and state recovery decide terminal stability.

Read guide