Hello all, I am using kiteConnect.getQuote(..) to get LTP for only single option script. I am querying it after every second (as per timebound limit of 1-second). Question : Is there any way/API to get LTP much faster than 1-second timebound limit ? (eg. 200ms/300ms )
You can use WebSocket stream, it broadcast tick data as received from the exchange. PS: There can be no guarantee of ticks coming every 200/300ms, exchange broadcast ticks only if there is any change in the tick packet fields.
PS: There can be no guarantee of ticks coming every 200/300ms, exchange broadcast ticks only if there is any change in the tick packet fields.