☰
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
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2017
jravi96
April 2017
sujith
Packet structure/format for indices
jravi96
April 2017
in
Market data (WebSockets)
Please share packet structure/format of indices for LTP and Quote mode.
It seems to be different then scrip quotes.
I have been able to identify packet structure of indices to some extent but still not able to parse it fully correct.
Tagged:
live streaming
getting quotes
Indices Websocket Problem
sujith
April 2017
Hi
@jravi96
,
Packet structure for NSE indices is as follows,
0-4 will be metadata(token)
4-8 will be last_price
8-12 will be high
12-16 will be low
16-20 will be open
20-24 will be close
24-28 will be change
For more information about parsing binary data, check out python client _parse_binary function
here
.
jravi96
April 2017
Thanks
@sujith
.
Please mark this discussion closed/resolved.
This discussion has been closed.
Packet structure for NSE indices is as follows,
0-4 will be metadata(token)
4-8 will be last_price
8-12 will be high
12-16 will be low
16-20 will be open
20-24 will be close
24-28 will be change
For more information about parsing binary data, check out python client _parse_binary function here.
Please mark this discussion closed/resolved.