☰
Login
Signup
Home
›
Search
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Is there api call to get margins for equities?
by
Imran
·
November 2018
and this link for python https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.margins
How to modify Cover Order Trigger Price once the order is executed?
by
rakeshr
·
November 2018
@slowpoison1987
Get trigger pending orders
by
Imran
·
November 2018
You can get order book by : https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.orders
Python client 3.0 is out with WebSocket class for live streams
by
sujith
·
November 2018
You can call unsubscribe and then call close method. You can check out python documentation here.
How to find out remaing cash?
by
sujith
·
October 2018
You can use user margins as mentioned here.
unable to place order
by
rakeshr
·
October 2018
@keshav_
def quote( self, exchange, tradingsymbol)
by
rakeshr
·
October 2018
@chetan16
Bracket Order ERROR
by
rakeshr
·
October 2018
@lucktrader
Sample code snippets in python
by
reulison
·
August 2018
You can see the code here:
Gateway timed out cc.kite=<kiteconnect.KiteConnect object at 0x275e810>
by
rakeshr
·
July 2018
@ayyaz
Order cancellation without knowing its order number
by
rakeshr
·
July 2018
@Ashok121
Proper way of exiting the Cover order in Commodity
by
rakeshr
·
July 2018
@ibot
whats MODE_QUOTE vs MODE_FULL
by
keshav
·
June 2018
Can you not even provide links in your documentation rather than leave everything hanging. https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteTicker.set_mode.
Request Help: Code for Finding the Present Status of a Placed Order
by
sujith
·
June 2018
You can fetch order history and check for the latest status. You can check out documentation and pykiteconnect documentation.
Trigger price cover order
by
sujith
·
June 2018
You can check out trigger_range API.
"too many request" because of multiple script running
by
sujith
·
June 2018
You can check out pykiteconnect documentation here.
Websocket is very frequently disconnected
by
sujith
·
June 2018
pykiteconnect supports reconnect feature. You can check out here.
Route not found, Please translate
by
sujith
·
May 2018
You can check out python documentation to fetch ltp, tradebook and place order.
In BO API, how can we know which order is placed ? SL or Square off?
by
sujith
·
May 2018
Check out on_order_update here.
How to get the order status ?
by
sujith
·
May 2018
You can check out pykiteconnect documentation here.
Previous
Next