@sujith security code is passing to get tick data
Kindly let me know where incan get list of all security code or can i pass just symbol name of stock to get ticks
Yes I too agree .. It would have been great if there was a simple API to get the instrument token by passing the Symbol for those who work with only few symbols.
there is an API kiteConnect.getInstruments(String exchange) which can be used to get instruments list, and then get token out of it for any trading symbol.
I was also looking for a way to get instrument token, reached this thread after google search, but then I also tried to see if there is any appropriate api for the same, and found the above one.
go to api.kite.trade/instruments to get instuments csv file
Symbol name can't be used to get tick data..
Use their instruments token to get tick data...
I was also looking for a way to get instrument token, reached this thread after google search, but then I also tried to see if there is any appropriate api for the same, and found the above one.