Hi 2 all. i m new in algo trading i m planning to implement some algo trading in crude . but i m facing problem to fetch data of future and option, and some indicator data in real time. i m using python to built the api
Kite Connect only provides live market data, you need to calculate the indicators at your end. You can know more about the Websocket API here. For instrument token, you need to fetch the instruments master every day morning and store it at your end.
You can know more about the Websocket API here.
For instrument token, you need to fetch the instruments master every day morning and store it at your end.