☰
Login
Signup
Home
›
ridhi_karan
›
Comments
Activity
Discussions
Comments
1
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
ridhi_karan
About
Username
ridhi_karan
Joined
March 2019
Visits
11
Last Active
December 2019
Roles
Member
Activity
Discussions
Comments
1
Comments
import requests url = "https://api.kite.trade/instruments" row = str(requests.get(url).content, 'utf-8').split("\r\n") head = row[0].split(",") data = [cell.split(",") for cell in row[1:-1]] instrument_token = "738561" #reliance # here tick contain…
in
How to get trading symbol in the websocket data instead of instrument_token
Comment by
ridhi_karan
June 2019