Thanks @rakeshr
2.It is quantity(lot size*no.of quantity).
>> Could you please elaborate - is it #shares (underlying) or is it #lots traded. It is not very clear from your response.
Thanks,
Amar
@rakeshr, I could do that but it will increase the latency of the strategy. I have to fetch the data for about 100 instruments every minute and place an order based on some calculations.
I read in the documentation that websockets are the least la…
Thanks @rakeshr , @Imran
@rakeshr , Can we retrieve data for multiple instruments at the same time using the code that you have shared?
I am using the following code snippet to get historical data:
kite.set_access_token(access_token)
#EDL testin…
Thanks @Imran. Please find a couple of follow-up questions below:
2. yes you can query multiple instruments at the same time to the historical Api and as well as live api.
>> Could you please provide an example of getting multiple instruments…
Thanks @rakeshr
Two follow on questions:
1. So, I will be able to query the historical Api in real time to get last minutes OHLC data?
2. Is it possible to query multiple instruments at the same time to the historical Api? I ask this…