Finding trading symbol without downloading entire instrument list

pranavwagh
pranavwagh edited March 2022 in Python client
Hello Experts,

I wanted to know how can I construct a valid trading symbol for options (especially for nifty): I tried the following:
==
[underlying][expiry date in 2 digit][expiry month in 3 characters][expiry year in 2 digit][strike price][OptionType : CE for CALL, PE for PUT]
==
(no square brackets)
but I don't think it gives me a valid string (usable tin kite apis).

Can you please help?
Sign In or Register to comment.