☰
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
June 2022
rialal
June 2022
SRIJAN
June 2022
jits_1998
How to get data for indices?
rialal
June 2022
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 2022
for Nifty the symbol is "NIFTY 50" and for Bank nifty it is "NIFTY BANK"
SRIJAN
June 2022
edited June 2022
@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 2022
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.