@tanmoydev
instrument_url = 'https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json'
response = urllib.request.urlopen(instrument_url)
instrument_list = json.loads(response.read())
instrument_list = [i for i in instrument_list if i['name'] == "NIFTY"]