Open kasrthiksacoe opened 2 years ago
def get_IndexScriptCode(client,symbol): symbol=symbol.upper() req=[{"Exch":"N","ExchType":"C","Symbol":symbol}] res=client.fetch_market_feed(req) token=res['Data'][0]['Token'] return token
Usage : token = get_OptionScriptCode(client, 'BANKNIFTY', StrikePrice, Expiry, Option Type)
@intronix Can you share the get_OptionScriptCode function also
Description
Is there any scrip code to get the nifty index and banknifty index . Any automatic selection of option using the index data script code for VIX
5 pasia can you update on this ?