get kite instruments data for NFO

Shadab
Shadab edited October 2021 in Python client
I am using kiteconnect API python client. I am trying to get the list of instrument dumps for NFO but getting error. I am able to get EQ data using instrument_dump = kite.instruments('NSE') ,but for NFO data If I give instrument_dump = kite.instruments('NSE:NFO') it fails. How do I get list of NFO's ?
  • SRIJAN
    SRIJAN edited October 2021
    Use just nfo instead of nse:nfo.
  • rakeshr
    instrument_dump = kite.instruments('NSE')
    Yes, as @SRIJAN said. You just need to mention exchange to fetch the required exchange dump.
    kite.instruments('NFO')
Sign In or Register to comment.