Instrument Token

m7010621123
I have downloaded the Instruments list. Is there any Idea or Code to identify the Instrument_Token of the Symbol?
  • SRIJAN
    Read the csv file and loop through all the rows.
  • m7010621123
    where the csv file stored. The .NET API parses and return a list. Right? How to access the files? or is there any other function to download the csv file?
  • SRIJAN
    The csv file downloaded through C# client is just stored in the program's memory.
    You can convert the list into a csv file and store in your system.

    Or, directly download csv from this link:

    https://api.kite.trade/instruments

    If you want instruments dump for a specific exchange,add the exchange as suffix,like:

    https://api.kite.trade/instruments/NSE
Sign In or Register to comment.