Complete list of instrument tokens of NSE and BSE

Rekha
How can I get the complete list of instrument tokens of NSE and BSE both.
  • rakeshr
    You can use instruments API to fetch the complete instrument list. Refer to the documentation here.
  • Souvick
    Souvick edited April 2023
    @rakeshr I have saved daily websocket feeds for NSE options data. But I have just realized that it has only instrument tokens. If I get the instrument tokens using kite.instruments('NFO'), it does not have the historical mappings. Is there anyway I can find the tradingsymbol for expired options using instrument tokens?
  • rakeshr
    Is there anyway I can find the tradingsymbol for expired options using instrument tokens?
    No, currently we have made available only the current day trading instruments in the full instruments list. To get historical tokens, you will need to store/dump the instrument file at your end, maybe at end of the day, and then fetch it locally. We don't have any API available for this.
Sign In or Register to comment.