☰
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
Order Trade Error (If not provide order_id)
by
sujith
·
September 2020
You can check out pykiteconnect documentation here.
Regarding Modification of Trigger Price For Cover Order
by
rakeshr
·
September 2020
kite.modify_order(variety='co',parent_order_id=order_number,order_id=stoploss_id,trigger_price=new_price_that_I_would_like_to_keep)
Retrieving LTP quotes
by
vijoeyz
·
August 2020
Refer to Retrieving LTP quotes.
Lines of code within on_ticks
by
rakeshr
·
August 2020
Is there a python function call for Order Historical end-point, similar to place_order ?
Modify Subscription webSocket Streaming data
by
sujith
·
August 2020
You can check out the pykiteconnect documentation here.
Is there any issue today, getting error : Connection error 1006
by
vaishali
·
August 2020
#kite
.set_access_token(data["access_token"])
Delay in receiving the prices
by
Imran
·
August 2020
https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.quote
Delay in receiving the prices
by
rakeshr
·
August 2020
Yeah, you can ltp method, if you only want LTP.
Executed Average Price - For Traded order or Trades
by
rakeshr
·
July 2020
do we have to calculate the average_price for the executed order from the average_price and quantity of individual trades under that order?
Executed Average Price - For Traded order or Trades
by
kiteapi
·
July 2020
Also, I see: trades method does not take order ID as parameter though the documentation says so here https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.trades:
Saving Tick Data in MongoDB
by
sujith
·
July 2020
The connect method doesn't return anything.
List of particular instrument
by
vijoeyz
·
July 2020
Does instruments() API return instrument list only for enabled segments of the user?
Python Websoket Exit after market close and reconnection
by
rakeshr
·
July 2020
@pawan12 my question here is if its infinite loop and nothing after this will run than how any code will close seamlessly after its work is done
How to get OHLC only once
by
rakeshr
·
June 2020
@rrjain
Unable to get the access token for the app
by
sujith
·
June 2020
You can use the generate session method.
exit on_ticks() kws.connect()
by
rakeshr
·
June 2020
@Ronit
how to get Futures quote for present month?
by
Imran
·
May 2020
https://kite.trade/docs/pykiteconnect/v3/
#kite
connect.KiteConnect.instruments
Connection error: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (403)
by
Kshitij
·
May 2020
/>
#kite
.set_access_token(KRT['access_token'])<br />#access_token=KRT['access_token']<br />wb = xw.Book('Ticks_data.xlsx')<br />sheet = wb.sheets['Cash']<br />row_no = 1<
How to fetch data using c# code and get last 10 day candle low?
by
sujith
·
May 2020
You can refer to the .NET documentation here.
Short selling - code style
by
sujith
·
April 2020
You can checkout API documentation here and python documentation here.
Previous
Next