Tutorials
Developer guides
Practical guides from vendor selection to production integration for trading, analytics, and AI apps.
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 guideIntegrate market data API with Python
Integrate TIQEX with Python: start with REST quotes/candles, then add WebSocket when you need live ticks.
Read guideWebSocket 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 guideBacktesting data source setup
Backtest quality depends on history methodology, adjustment rules, and calendar alignment with TIQEX klines.
Read guideREST API authentication and security
All market REST/WS calls need a valid API key. Covers headers, entitlements, 401/403/429, and key hygiene.
Read guideUnified 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 guideNode.js WebSocket live quotes
Node.js fits BFFs, boards, and light strategy engines. This guide covers connect, subscribe, routing, heartbeats, and reconnect.
Read guideMarket 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 guideWebSocket reconnect best practices
Long-lived sockets face jitter and restarts. Detection, backoff, and state recovery decide terminal stability.
Read guide