☰
Login
Signup
Home
›
Python client
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
August 2019
suyash
August 2019
rakeshr
not getting market depth in tickers
suyash
August 2019
in
Python client
DEBUG:root:Ticks: [{'tradable': True, 'mode': 'quote', 'instrument_token': 5633, 'last_price': 1466.65, 'last_quantity': 10, 'average_price': 1468.2, 'volume': 483530, 'buy_quantity': 130396, 'sell_quantity': 118073, 'ohlc': {'open': 1483.15, 'high': 1486.6, 'low': 1454.2, 'close': 1485.65}, 'change': -1.278901490929896}, {'tradable': True, 'mode': 'quote', 'instrument_token': 738561, 'last_price': 1255.8, 'last_quantity': 2, 'average_price': 1260.74, 'volume': 1919100, 'buy_quantity': 561019, 'sell_quantity': 1476585, 'ohlc': {'open': 1270.95, 'high': 1271.0, 'low': 1254.0, 'close': 1270.95}, 'change': -1.1920217160391904}]
rakeshr
August 2019
@suyash
You need to subscribe to 'full' mode instead of 'quote' to get market depth data,
refer the doc here
.
suyash
August 2019
thanks@rakeshr
This discussion has been closed.
You need to subscribe to 'full' mode instead of 'quote' to get market depth data, refer the doc here.