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.
UAT Environment
Test strategies safely in a sandbox before deploying to live markets.
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.
Order Placement & Execution¶
Placing, grouping, and managing orders programmatically.