@tahseen @rakeshr
Then calling kite.quote() in a thread for every symbol is impacting performance after putting a sleep of 1 second. Could you please help me with some other solution?
Here is snippet of code.
instrument_dump = kite.instruments(exchange = "NSE")
instrument_df = pd.DataFrame(instrument_dump)
instrument_df.to_csv("NSE_Instruments_01_09_2021.csv", index=False)
Attaching SS of PDB.
@sujith why am receiving all values as zero.
Posting source as well:
instrument_dump = kite.instruments("NSE")
instrument_df = pd.DataFrame(instrument_dump)
instrument_df.to_csv("NSE_Instruments_01_09_2021.csv")
Attached SS of the CVS file. Pleas…