☰
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
15.1K
All Categories
0
Incidents
180
Node JS client
52
Go client
861
.Net API client
402
Kite Publisher
555
.Net / VBA / Excel (3rd party)
505
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.4K
Python client
365
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.7K
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.