is there a way to get instrument tokens based on symbol list ?

RN0316
is there a way to get instrument tokens based on symbol list ?
The present instruments call returns info about all the symbols. (for an exchange e.g NFO)
I am interested only in few instruments for a specific option symbol.
The HTTP document mentions abt passing symbols as parameters but it seems that the python client API dosent have this capability yet.
  • Kailash
    You can always fetch the /instruments and filter out what you need.

    We'll consider adding a call to get info about a single instrument (this request was raised in another thread as well).
Sign In or Register to comment.