☰
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
11.1K
All Categories
69
Node JS client
21
Go client
648
.Net API client
312
Kite Publisher
513
.Net / VBA / Excel (3rd party)
350
Algorithms and Strategies
837
Java client
845
API clients
368
PHP client
3K
Python client
298
Mobile and Desktop apps
1.1K
Market data (WebSockets)
2.7K
General
In this Discussion
June 24
rialal
June 23
SRIJAN
June 23
jits_1998
How to get data for indices?
rialal
June 23
in
Market data (WebSockets)
The
instruments csv dump
provided by the API does not contain tokens for indices. I am using websocket api (java client) for reading live market data. I cannot get data for indices like (NIFTY, BANKNIFTY etc.)
Tagged:
WebSocket
index token
jits_1998
June 23
for Nifty the symbol is "NIFTY 50" and for Bank nifty it is "NIFTY BANK"
SRIJAN
June 23
edited June 23
@rialal
,
The instruments dump does contain data for indices.
As told by
@jits_1998
, you have to match with the correct tradingsymbol .
You can also sort with segment as 'INDICES' to get data for all indices,incase you don't know the correct tradingsymbol for an index.
rialal
June 24
Hello
@SRIJAN
&
@jits_1998
,
Thank you so much for your quick reply. I missed the indices value in the filter.
It was my mistake, so I apologize.
This discussion has been closed.
The instruments dump does contain data for indices.
As told by @jits_1998 , you have to match with the correct tradingsymbol .
You can also sort with segment as 'INDICES' to get data for all indices,incase you don't know the correct tradingsymbol for an index.
Thank you so much for your quick reply. I missed the indices value in the filter.
It was my mistake, so I apologize.