☰
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
What is the difference between cash and live balance ?
by
SRIJAN
·
January 2022
https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.order_margins
max value of attempts_count
by
sujith
·
January 2022
You can know more about it here.
callbacks for handling disconnection
by
rakeshr
·
December 2021
For WebSocket connection, auto-reconnect is set by default using reconnect=True.
Unable to modify my cover order stop loss orders using kite python api
by
sujith
·
December 2021
You need to enable debug log here.
Unable to modify my cover order stop loss orders using kite python api
by
sujith
·
December 2021
You need to enable debug log here and paste the json response.
Do we get a notification alert after my limit order get executed through websocket/api?
by
Imran
·
November 2021
Hello @rsamikan
how to place target order of SL order.
by
Imran
·
November 2021
see this link .. https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.place_order
Margin - Can we get margins for multiple instruments in one call?
by
SRIJAN
·
October 2021
https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.basket_order_margins
Historical data of Spot Price of Indices
by
sujith
·
October 2021
You can use this API.
kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
by
sujith
·
October 2021
@pat11,
Invalid Token for Historical API
by
sujith
·
September 2021
You can initialize kiteconnect with debug flag true. You can check out the documentation here.
Websocket connection timeout sporadic blocking?
by
rakeshr
·
September 2021
Its just my main program where I am doing some calculation
ConnectionResetError 104 connection reset by peer
by
sujith
·
September 2021
Are you blocking the main thread that is receiving the ticks?
How to fetch the "Available margin"?
by
sujith
·
September 2021
You can send a proper segment and check the values.\
Web socket connected, not returning any data
by
rakeshr
·
September 2021
tdf was getting indexed later than its index was referenced
Socket returning streaming data while market is closed
by
rakeshr
·
August 2021
Have not compared if its the identical data thats being repeated..during closed market, on_ticks shouldn't return anything.. or at best the last data once only?
How to Close Web Socket?
by
rakeshr
·
August 2021
For python client, you can use stop callback to disconnect the WebSocket connection.
place_order returning some order_id class object
by
rakeshr
·
August 2021
Yes, it returns an order_id. You can check the python doc here.
how close connection cleanly after kites intraday market hours let's say after 3:15pm
by
sujith
·
August 2021
You need to call unsubscribe for the already subscribed tokens and then call stop.
how do i differentiate between Limit and Market orders.
by
vipin0761
·
August 2021
#kite
= KiteConnect(api_key=primary_user.get_api_key())
Previous
Next