☰
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
TokenException: Token is invalid or has expired.
by
sanjaya
·
April 2024
print(kite.login_url())
#use
this url to manually login and authorize yourself
Fetching username from API
by
sujith
·
February 2024
You can use profile API. You can check out the documentation here.
How to check POA is given by user
by
rakeshr
·
December 2023
You can check for demat_consent field in the user profile API call.
POA in api
by
rakeshr
·
June 2022
Yes, it's available as meta.demat_consent field in the user-profile call.
ClientID in user-profile response
by
HowUTrade
·
March 2022
https://kite.trade/docs/connect/v3/user/
#use
r-profile
API to check if holding authorization is required
by
rakeshr
·
July 2021
You can use the meta field from the user profile API.
convert ticks to candle
by
Shaha
·
April 2021
https://pandas.pydata.org/docs/user_guide/index.html
#use
r-guide
Getting "Request method not allowed" for Post request to get access-token
by
sujith
·
January 2021
You might be hitting the wrong API endpoint. You can check out the correct endpoint here.
WEBSOCKET STREAMING ERROR - ReactorNotRestartable
by
rakeshr
·
October 2020
(403 - Forbidden)
General Process to start with kite API
by
rakeshr
·
August 2020
Login flow takes me to a kite login where I have to login with UserID (How do i get that)?
Python version and Twisted version
by
rakeshr
·
August 2020
As the error says, you are sending incorrect api_key or access_token. You can go through this flow to understand login flow. You can go through python FAQs here.
blank refresh token
by
rakeshr
·
May 2020
@ganeshv02
Error while downloading historical data
by
rakeshr
·
January 2020
@subhojit 2> Is there anything else I need to install?
Powershell method to use KiteConnect
by
rupaliubhe
·
November 2019
# Sample Powershell code for PS developers
#Use
r Details<br />$api_key ='enter your api key'<br />$access_token = 'enter your access token'<br />$credPair = "$($api_key):$($
Quote for multiple symbols
by
vvijay
·
February 2018
#use
a comma separated list for instrument, or single as below
Please take the Quote call instability seriously -- Jan 15th. Monday morning is especially a problem
by
vvijay
·
January 2018
#use
a comma separated list for instrument, or single as below
Anyone working on developing an R package for KiteConnect API ?
by
tonystark
·
August 2017
/>my_secret <- 'zzz'<br />
#use
digest insted of hmac; digest serializes argument first, use serialize arg to disable that<br />check<-digest(paste0(my_api, my_req_token,
Next