☰
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
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
by
tonystark
·
November 2023
Could you enable the debug logs as per the getting started guide here? This will show what the API is actually responding with.
Multiple logins with same Kite API credentials
by
rakeshr
·
October 2023
Will both machines be able to place orders simultaneously or will one get logged out?
quotes API throttling limits
by
sujith
·
September 2023
You can refer to the documentation for api rate limits.
Rate limits apply to per user or per API?
by
rakeshr
·
August 2023
The rate limit is per API key. There is order related restriction per client id, go through the documentation here.
Order modification limits
by
rakeshr
·
August 2023
Go through the API rate limit here.
Rate limit for kite.ltp()
by
anujkk
·
August 2023
Reference : https://kite.trade/docs/connect/v3/exceptions/
#api
-rate-limit
Can we have Batch order to place orders within Rate Limit
by
rakeshr
·
July 2023
Go through the rate limits here.
Kite API instance
by
rakeshr
·
June 2023
You can run multiple instances but within the API rate limits defined here.
kiteconnect.exceptions.NetworkException: Too many requests
by
rakeshr
·
May 2023
kiteconnect.exceptions.NetworkException: Too many requests
can i call kite api from two machines ?
by
rakeshr
·
April 2023
Can I call my Zerodha api from two machines , simultaneously ( within the API usage limits) ?
Sometimes i get error messages like couldnt fetch orderid.. or too many requests in getting data
by
rakeshr
·
April 2023
while fetching order details - couldnt get the order id
I am getting too many request when i try to hit historical api
by
rakeshr
·
April 2023
Go through the rate limit here.
Running code into Google cloude VM
by
saurabh123
·
March 2023
kite = KiteConnect(api_key="###my_api_key")
#api
key , access token and secret key is in string..!!
Placing orders in parallel in different threads - one or many instances of KiteConnect object?
by
rakeshr
·
March 2023
Does that mean I can create any number of KiteConnect instances without limitations?
Getting Error ----> Too Many Requests!
by
rakeshr
·
February 2023
Go through the rate limits here.
rate limits
by
sujith
·
January 2023
You can refer to documentation and FAQs here.
How can Rate Limit
by
rakeshr
·
January 2023
Go through the documentation here.
Not getting Access Token in json data
by
rakeshr
·
January 2023
An access token is available from generate_session API not profile. Go through the examples here.
Using Multiple Family member accounts with the respective keys.
by
rakeshr
·
December 2022
Can I use it this way to loop through implementing same strategy across all the accounts.
Executing sell of multiple order of same instrument / same time
by
rakeshr
·
December 2022
Should I include both of their orderid when placing sell order via api ?
Previous
Next