☰
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
March 2019
rakeshr
March 2019
rishiswethan
Ask ad bid price
rrrmanish
March 2019
in
Python client
Are there are any Rest API calls to get 5 best ask and bid price in python. As there is LTP function but no function to get last 5 ask and bid
rishiswethan
March 2019
This is a python function that returns more detailed results which includes 5 ask bid
https://pastebin.com/5QkAKVFY
rakeshr
March 2019
@rrrmanish
Yeah,
you can use quote method
or streaming WebSocket to ger best 5 bid and ask.
Sign In
or
Register
to comment.
https://pastebin.com/5QkAKVFY
Yeah,you can use quote method or streaming WebSocket to ger best 5 bid and ask.