☰
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
KiteTicker doesnt reconnect
by
rakeshr
·
March 4
Also, what is argument connection_timeout ? Is it the time after which ticker will try to reconnect?
Historical data is now free
by
sujith
·
February 20
@abokade,
Unable to create access token successfully
by
rakeshr
·
February 7
access_token = kite.renew_access_token(refresh_token=request_token, api_secret=api_secret)
Getting exception while downloading "Historical Data"
by
sujith
·
January 31
You need to set debug flag true as mentioned here while initializing the kite object.
Limit order placement failed
by
sujith
·
January 2
You can enable debug logs while initializing kite object, you may refer to the documentation here.
How to close and connect the websocket purposely
by
sujith
·
September 2024
You can call this method to close the Websocket connection.
Modify a Order
by
rakeshr
·
August 2024
Go through the python modify_order method signature . Mandatory params are variety and order_id, others you can assign accordingly as required.
ERROR:kiteconnect.ticker:Connection error: 0 - Server is shutting down ERROR:root:closed connection
by
rakeshr
·
August 2024
ERROR:kiteconnect.ticker:Connection error: 0 - Server is shutting down
Your order price is higher than the current (Though it is within the range)
by
sujith
·
July 2024
You need to enable the debug logs of pykiteconnect. You can check out the documentation here.
Someone please let me know the mistake, not able to run the order
by
rakeshr
·
March 2024
place_GTT_order_to_sell
What data kite.get() methods returns
by
rakeshr
·
March 2024
I am referring documentation at :https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.get_gtts
What data kite.get() methods returns
by
prasad_b
·
March 2024
I am referring documentation at :https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.get_gtts
Python code - Bid and Ask
by
MAG
·
February 2024
https://kite.trade/docs/connect/v3/market-quotes/ or https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteConnect.ltp
Exit cover order with a limit
by
sujith
·
February 2024
To exit a bracket order, you need to send cancel order request with second leg order id and parent order id with variety co. You can refer to the pykiteconnect docs here.
Update order product type from MIS to CNC
by
rakeshr
·
February 2024
What API can I use to do this update from MIS to CNC?
Time associated with tick data
by
MAG
·
January 2024
In the python client each tick received is a list of dictionaries as denoted in https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteTicker.
Exit NRML order which is not in range.
by
sujith
·
January 2024
Can you share the complete request and response logs when this happens? You can enable debug logs of pykiteconnect as mentioned here.
Place Order
by
ANL
·
January 2024
You can check kite document: https://kite.trade/docs/pykiteconnect/v4/
#kite
connect.KiteTicker
order_margins api
by
sujith
·
January 2024
You can refer to the pykiteconnect documentation here.
Trading in NSE is not allowed using NRML product type. Try placing an order in CNC/MIS."
by
sujith
·
December 2023
You can checkout docs to know more about enabling debug logs.
Next