Hi, I want orderbooks for any stock symbol every second. Is it possible to use the python kite client to get orderbooks? which function should I use? orderbook contains few bid prices, bid quantities, ask prices and ask quantities.
To receive live order-book data, including the top-5 bid and ask levels with prices and quantities, use the WebSocket streaming API (KiteTicker). With KiteTicker, you can subscribe to the required instrument tokens and set the mode to MODE_FULL to stream this data every second.
KiteTicker). With KiteTicker, you can subscribe to the required instrument tokens and set the mode toMODE_FULLto stream this data every second.For more details, please refer to the WebSocket streaming API documentation here: https://kite.trade/docs/connect/v3/websocket.