Ticker to fetch realtime values

ayyaz
As i read somewhere that for ticker values i cant subscribe more than 50 stock , can i subscribe in multiple chunks of 50 stocks ? what i mean is in onConnected listener can i call subscribe multiple times with different tokens , is there any limit per account how many stock i am subscribe
  • tonystark
    You can subscribe to 1000 instruments at a time. You can have only 1 ticker connection at a time.
  • chinmay
    @tonystark So you mean to say if I have 3 symbols - Reliance, Biocon and Infosys, I can only get values for 1 symbol at a time? The code will only be applied to 1 symbol?
  • tonystark
    You will get updates for all of them whenever there is a tick available for them. The number of ticks you get depends on the liquidity of the instrument.
Sign In or Register to comment.