☰
Login
Signup
Home
›
Market data (WebSockets)
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2017
chimirala
December 2017
sujith
Pull Data on Ticker rather that token
chimirala
December 2017
in
Market data (WebSockets)
Team,
Is there a way to get data based on Ticker (like 'INFY', 'SBIN') rather than instrument_tokens. If so could you sample code of how to pull it.
If its not possible, could you tell where to get all instrument_tokens list.
Regards
BNS Kumar
Tagged:
WebSocket
token
market data
tickers
sujith
December 2017
Hi,
You can get instrument token from instrument dump. You can check out documentation
here
.
chimirala
December 2017
Thanks sujith.
I am trying to pull NFO instruments by "
https://api.kite.trade/instruments/:NFO?api_key=hdbfhdfhdklfla
"
But I am receiving an error. Could you tell the issue.
chimirala
December 2017
Hi,
No worries, its working. Have changed from "
https://api.kite.trade/instruments/:NFO
?" to "
https://api.kite.trade/instruments/NFO
?"
sujith
December 2017
That's right /:exchange needs to be replaced with the exchange value for which you want data.
Sign In
or
Register
to comment.
You can get instrument token from instrument dump. You can check out documentation here.
I am trying to pull NFO instruments by "https://api.kite.trade/instruments/:NFO?api_key=hdbfhdfhdklfla"
But I am receiving an error. Could you tell the issue.
No worries, its working. Have changed from "https://api.kite.trade/instruments/:NFO?" to "https://api.kite.trade/instruments/NFO?"