☰
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
12.1K
All Categories
91
Node JS client
32
Go client
706
.Net API client
339
Kite Publisher
526
.Net / VBA / Excel (3rd party)
402
Algorithms and Strategies
901
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
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?"