Open mavink opened 5 months ago
send me your request code
client_subs = client.search_scrip(exchange_segment="nse_cm", symbol="BANKNIFTY", expiry="03JUL2024", option_type="CE", strike_price="52700")
I get 'Exchange segment is not available' error. I tried nse_fo too.
There is a issue in Kotak expiry calculation , you will not get the result with the correct expiry. add +1 to the date. find sample which will give result of 3rd July expiry.
searchScrip("nse_fo","BANKNIFTY","04JUL2024","CE","50000")
Always getting this error:
Can you share an example code? I have tried client.search_scrip with many combinations of date formats but always getting the above error