DataFrame for instrument dump
-
can anyone inform how to store all the instruments into a dataframe, like kiteconnect is having kite.instrument module which can store all instrument and corresponding token in a dataframe which can be called anytime.
-
got it , thanks @admin
can be used
df = pd.read_json('http://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json')
also -
Dear @Anirban you can convert jason to csv and read symbol name and symbol token from csv.