I am trying to run a query for a list of symbols, the below mentioned ones threw error. They all seem to have a special character in it. Is there a way to handle these in blushift ?
symbol_list = ['BAJAJ-AUTO','M&M','CADILAHC','MCDOWELL-N','GUJGAS','L&TFH','M&MFIN','NAM-INDIA','DEEPAKNI','MINDAIND','WABCOINDIA']
For symbols with special characters, we replace them with an underscore. For e.g. M_MFIN or BAJAJ_AUTO. For others, please use the latest NSE symbols. For e.g. WABCOINDIA is now ZFCVINDIA, GUJGAS is the BSE symbol, on NSE it trades as GUJGASLTD.
@prodipta Thank you so much.