☰
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
April 9
sujith
April 9
miriatriaz
Partial Quote on Websocket
miriatriaz
April 9
in
Market data (WebSockets)
Hi, I've been trying to subscribe to tokens using Websocket and I am getting partial quotes even when subscribed to full mode.
{'tradable': False, 'mode': 'full', 'instrument_token': 263689, 'last_price': 8925.5, 'ohlc': {'high': 8932.45, 'low': 8771.2, 'open': 8832.9, 'close': 8794.65}, 'change': 1.4878363550567717, 'exchange_timestamp': datetime.datetime(2024, 4, 9, 10, 29, 5)}
can you tell me what's wrong here?
miriatriaz
April 9
Is it because they are non tradeable?
sujith
April 9
This is full mode for indices.
miriatriaz
April 9
Thanks! I was expecting all updates to have this, my bad.
sujith
April 9
You can refer to all modes
here
.
This discussion has been closed.