Back to Home

Kite Connect API

Zerodha trading API for market access

Trading

Role in the Platform

Kite Connect provides programmatic access to Zerodha trading. WebSocket streaming delivers real-time ticks, while REST APIs handle order placement, position management, and historical data retrieval.

Implementation Highlights

WebSocket streaming for live tick data
Order placement and modification APIs
Position and holdings retrieval
Historical OHLCV data access
OAuth 2.0 authentication flow

Platform Components

ccl_ltp_ingester - WebSocket tick streaming
ccl_strategy_sma_fno - Order execution
ccl-oms - Order management
ccl-pravesh - OAuth authentication
ccl_kite_scrip_navikarana - Instrument sync

Learn more about Kite Connect API:

Visit Official Website