☰
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
Python or Excel tool to automatic copy trade
by
senya
·
April 2022
#python #tradecopy
#api
#developer #tool #algo #copier #copytrading
How many websocket connection per Kite Connect app ?
by
SRIJAN
·
March 2022
https://kite.trade/docs/connect/v3/exceptions/
#api
-rate-limit
api call from processes in multiprocessing
by
SRIJAN
·
March 2022
https://kite.trade/docs/connect/v3/exceptions/
#api
-rate-limit
How to store Request Token
by
SRIJAN
·
February 2022
https://kite.trade/docs/connect/v3/exceptions/
#api
-rate-limit
Getting NetworkException continuously in getLTP and getOrders
by
rakeshr
·
February 2022
429 means you are exceeding the rate limit. Go through prescribed rate limits here.
API Rate limit
by
rakeshr
·
December 2021
We have added API rate limit in documentation as well, you can refer here .
Frequently token gets invalidated
by
m1ahess
·
December 2021
However the this token I generated using the exact steps followed as in https://github.com/zerodha/pykiteconnect
#api
-usage expires in few minutes
Getting bad access token in kite connect
by
rakeshr
·
July 2021
Are you following the steps mentioned here for access token generation?
DEBUG:urllib3
by
rakeshr
·
June 2021
After the Placing order it is stopping run time.kindly guide
403 error
by
rakeshr
·
April 2021
This is an auth error. Are you able to generate auth session properly as per the flow mentioned in the documentation?
attribute error after posting the request access token
by
rakeshr
·
February 2021
kite.request_access_token('request_access_token_data', api_secret)
python equity & FO Order Code for individually buy sell modify with stop loss and stop loss market
by
rakeshr
·
November 2020
You can refer to this example for placing Market equity order. To place stoploss order you need to change order_type to SL/SLM and send additional field of trigger_price and price field based on SL/S…
WEBSOCKET STREAMING ERROR - ReactorNotRestartable
by
rakeshr
·
October 2020
The above initial flow seems to be correct, but are you assigning access_token correctly?
2020-10-16 09:51:58,766 - ERROR - get_positions():258- Too many requests
by
rakeshr
·
October 2020
AttributeError: 'NoneType' object has no attribute 'positions'
kite.set_access_token(data["access_token"])
by
rakeshr
·
October 2020
Post setting access_token (kite.set_access_token(data["access_token"])). Are you getting any error while making API calls?
Error while retrieving order data from zerodha through kiteconnect
by
rakeshr
·
August 2020
@AmitUM I should get the order id, but instead I am getting the following error message
KiteConnect while fetching historic data is giving error
by
rakeshr
·
August 2020
But I dont know how to do it. Please advise
error in gethistoricaldata 877057 Invalid `api_key` or `access_token`.
by
rakeshr
·
August 2020
@pritish1708 Invalid `api_key` or `access_token`
kite.holdings() does not return CNC positions
by
sujith
·
July 2020
This is positions response.
failed to build kiteconnect
by
rakeshr
·
June 2020
@sristays
Previous
Next