invalid tradingsymbol

amit123
kite.instruments is returning an instrument with invalid tradingsymbol "AMBUJACEM20JAN20FEBFUT"

here is the code to replicate the problem:

df = df = pd.DataFrame(kite.instruments())
df[df.tradingsymbol.str.contains("AMBUJA")]

this contains a row with instrumenttoken = 2 and tradingsymbol above

18727 2 0 AMBUJACEM20JAN20FEBFUT

Sign In or Register to comment.