Nubra Developer Guides¶
End-to-end, opinionated guides to help you design, test, and run production-grade algorithmic trading systems using Nubra’s APIs.
These guides are written in the order real trading systems are built — not just API reference order.
Getting Started & Core Foundations¶
Everything you must understand before touching real money.
Authentication & Login Flow
Automated TOTP login, session handling, and production-safe authentication with working code examples.
Instrument Tracker
Instrument formats, expiries, strikes, and resolving ref_ids reliably.
Market Data & Price Discovery¶
Fetching prices, depth, and snapshots efficiently.
Market Quotes & Order Book
LTPs, bid–ask depth, snapshots, and real-time price access.
Expired Options
Greeks, ohlcv and more data of Exipred Options using Historical Data API
Real-Time Market Data & Streaming¶
Event-driven price feeds for low-latency, reactive trading systems.
Index Data Stream
Live index and instrument ticks for momentum and reactive market monitoring.
Option Chain Stream
Full strike ladder updates by underlying and expiry in realtime.
Order Book Stream
Live bid–ask depth updates, tick-by-tick changes, and market microstructure signals via WebSocket streams.
Greeks Stream
Live IV and Greeks updates for option sensitivity-aware strategies.
OHLCV Stream
Time-bucketed candle updates for indicator and timeframe-driven systems.
Realtime Order Updates
Order lifecycle and trade-fill websocket updates for execution control.
Order Placement & Execution¶
Placing, grouping, and managing orders programmatically.