@admin Hello,
Via Angel Api How Many Stocks prices and its details i can Access at a time in a Run
@admin Hello,
Via Angel Api How Many Stocks prices and its details i can Access at a time in a Run
@admin i have mailed from princetech1@gmail.com to api@angelbroking.com
@admin How many stocks => can i Access from api ?
@admin Exception while retriving IP Address,using local host IP address HTTPSConnectionPool(host='api.ipify.org', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000000003B68358>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed'))
__on_open################
{'task': 'cn', 'channel': 'NONLM', 'token': '090809502', 'user': 'SWWR1025', 'acctid': 'SWWR1025'}
2021-08-19 19:09:21.993348 : Start task in the background
{'task': 'hb', 'channel': '', 'token': '090809502', 'user': 'SWWR1025', 'acctid': 'SWWR1025'}
=> above is the data generated after my previosly posted python code.
@J88913 that link is not useful=> Nothing special to get Hinted.
@admin I want to get spot Nifty and Not Futures.
@admin token = 'nifty'
task='sfi'
WS = SmartWebSocket(feedToken, CLIENT_ID)
def on_tick(ws, tick):
print("Ticks: {}".format(tick))
def on_open(ws):
#print("on Open")
ws.subscribe(task,token)
def on_connect(ws, response):
ws.send_request(token)
def on_close(ws, code, reason):
ws.stop()
WS.on_ticks = on_tick
WS.on_connect = on_connect
WS.on_open = on_open
WS.on_close = on_close
WS.connect( )
print(WS)
please check and make the neccesary update in above Code=>
@rajanprabu Hello, I need python Code to get Spot Live Done=> Youtube video Link gave to me of Not enough length and not understandable.
@admin please provide me nifty Spot Live feed Python Code.
Hello, Do you getting Live Nifty Spot Via Python Code.If So
please mail @ princetech1@gmail.com.
I am asking Nifty Live Tick is depalyed from Angel Api or at per-second Speed???
please Comment below =>Regarding Nifty Ticks Speed.