@sujith : we need to scan 1000+ scrips/stocks across BSE/NSE for our strategy. Is there a separate/differential pricing for getting streaming data for 1000-1500 symbols/scrips. Please let us know .
@naz One possibility would be to use 3 or 4 zerodha accounts to stream data for 1000+ scripts. Basically, if a few like-minded traders co-operate, then everyone can share all that data. It is easy to set it up in a server, where the data streams into a MySQL db, which can then be access by everybody.
With 200 scripts per socket, we can stream 600 scripts per user. If 3 users pool the data, then we have the capability to stream 1800 scripts! That is quite something.
Hi @mahadevmurmu, You can store it in a database or in app preferences. If you wish to keep it only in memory then, I think you might need a map of tokens and LTP.
To store tick data LTP in database, Do we need a variable or we can directly store it in mysql database? can you provide me code to store tick data in database?
Hi @mahadevmurmu, This is something that you have to look up yourself. There are several other threads on this forum discussing this topic. Do look them up.
Currently, we don't provide it. We can consider this if there are a significant number of users who are willing to subscribe to it.
You can subscribe for up to 200 scrips with one connection. For more information, you can take a look at documentation.
We can get 200 symbols quotes per API Subscription? Or per connection made using using same API subscription.
Also quotes don't have open interest of FnO. Time stamp also missing. Without time stamp an old quote may be receiving again and again we do not know.
You can subscribe for up to 200 scrips per connection.
Right now we are working on revamp of core apis, hence we have frozen developing new features, once it is complete we will do all the enhancements.
You can store it in a database or in app preferences.
If you wish to keep it only in memory then, I think you might need a map of tokens and LTP.
If the number of scrips you are subscribing to is more then I would suggest you use the database.
This is something that you have to look up yourself. There are several other threads on this forum discussing this topic. Do look them up.