ssmaitra

About

Username
ssmaitra
Joined
Visits
17
Last Active
Roles
Member

Comments

  • Date: 29-Apr-2018 Time: 12:15:00 onwards API: javakiteconnect/3.0.0 Scenario: Tried to retrieve historical data in a loop with time delay of 0/1/5 seconds between requests Issue: API returns error after successfully executing 4-5 requests Error: 502…
  • I tried firing the login url https://kite.trade/connect/login?api_key=09y9sc1765udoxpb from the browser and was directed to the login page. After logging in, I was able to see the request_token in the redirect url. How do I log in automatically wit…
  • I have paid using credit card and my app is active now. However, I am still facing the same issue. There is no request_token in the redirect url Login url: https://kite.trade/connect/login?api_key=09y9sc1765udoxpb Status code: 302 Headers: CaseI…
  • I am getting the error Insufficient balance. Please add funds to your Zerodha account. I have much more that the required 2000 credits in my Zerodha account. Can you check please?
  • I am using requests library to make the query and following is the code snippet and its output. Code kite = KiteConnect(api_key=self.__api_key) # Redirect the user to the login url obtained # from kite.login_url(), and receive the requ…