Golz

About

Username
Golz
Joined
Visits
0
Last Active
Roles
Member

Comments

  • It would be better if you can add date argument (optional) to the following call - GET /instruments/ This should fetch the instrument list on that particular date.
  • 16 is short for year 2016. Thus, the future that expires in May 2016 ends with 16MAYFUT
  • Found the solution - 1. Go to https://kite.trade/connect/login?api_key=xxx 2. Login 3. Obtain the request_token. Important: This token is generated new every time 4. Call the curl https://api.kite.trade/session/token -d ... command with the new req…
  • I am receiving the exact same error - On the browser - {"status": "error", "message": "Route not found", "error_type": "GeneralException"} Using curl- {"status": "error", "message": "Invalid session credentials", "error_type": "TokenException"} Ple…