☰
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
537
.Net / VBA / Excel (3rd party)
465
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
April 2024
sujith
April 2024
miriatriaz
Partial Quote on Websocket
miriatriaz
April 2024
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 2024
Is it because they are non tradeable?
sujith
April 2024
This is full mode for indices.
miriatriaz
April 2024
Thanks! I was expecting all updates to have this, my bad.
sujith
April 2024
You can refer to all modes
here
.
This discussion has been closed.