@vmx the total no. of rows for my db comes in at no more than approx 70 million every day(rare volatile days could take this to 75 million). That's less than half of what you get of about 140 million+ per day.
I don't think there's a databa…
@vmx ok feel free to get back any time.
Am discarding the best 5 bid and offer and also all ticks that are before the particular minute during which the data is being streamed. So for example that means I will not accept ticks of 9:30 am at…
@vmx i use instances with GBPS bandwidth, ample RAM, multicore CPU, SSD disk for high disk i/o. There doesn't seem to be any bottleneck anywhere and yet i don't get 4 gb every hour like you made a mention of. Am I missing incoming ticks? How?
@vmx Usually subscribe to 8600+ instruments everyday but at the end of the day get only a 4.5 gb sqlite file(in FULL MODE). Then I reduce this file by converting raw ticks into 1 min ohlc.
Have used both AWS and GCP. Am wondering how you get 4gb eve…
@Matti
What if I only want to use the kite API for websocket data purposes and not for order placement. I have my own charting and analysis platform and want to continue using it. I can place orders manually on kite web but I need the API for realt…
@Matti There seems to also be a requirement for a generic algo ID that will be assigned to an algo even in case of retailers' algo too(below 10 orders/sec). How will this be implemented? Will it be tied to API key such that all orders emanating from…
Zerodha Websocket api allows one to provide a list for subscription using the following syntax
thanks a ton for this syntax to subscribe to multiple instruments
This is about 500 instruments. Checked the logs and it takes about 18 milliseconds …
Thanks for such a detailed reply! And, I forgot to mention that all timings in my query are as per 24 hour clock..so for instance by 12:15 am I meant 15 mins past midnight.
The thing is I use APIs from a lot many different brokers and all of them h…
@sujith Its not possible to use multiple zerodha kite instances from multiple laptops(though it's possible to have a parallel smartphone session). Logging in at one place forces a logout from some other place that's already logged in
but if so…