☰
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
web socket dynamic subscription
by
rakeshr
·
January 2019
@Guhan
web socket dynamic subscription
by
sujith
·
January 2019
The Kite Ticker module of pykiteconnect exposes a method called subscribe, you can keep the instance of ticker in your code and call the method.
How to get 1min data live?
by
sujith
·
January 2019
You can check out API documenation here and python documentation here.
'KiteConnect' object has no attribute 'request_access_token'
by
XA1938
·
December 2018
i have followed the link give by rakeshr in above chain (https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.place_order)
How to place "Trailing Stoploss (SL)" order for NSE exchange.
by
rakeshr
·
December 2018
@KarthikJayaprasad
Could not able to cancel the order
by
rakeshr
·
December 2018
@KrishnaKumbham
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.
Previous
Next