☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
798
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
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
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.