I am also getting 504 error from past 2 days between 9:15 to 9:20 AM .
Error :
quote3 = kite.quote(inst3)
File "/home/ubuntu/python_env_v/lib/python3.10/site-packages/kiteconnect/connect.py", line 581, in quote
data = self._get("market.…
try with the below function module for super trend .
While I use it on 5 min candle pass day's prior(yesterday's) data also to get exact signals for current day's( which matched with zerodha)
def Supertrend(df, atr_period, multiplier):
high =…
Hi
I have subscribed to historical data in kite. Trade
I know that new access token to be generated
I tried with new request token But I am getting the same access token which says invalid when used .
I did a restart kernel still getting the sam…
After subcribing to historical i regenerated the requesttoken , but even with new request token access token is same .
i got same access token as earlier which when i use to get data says invalid access token
Hi Srijan
After getting the access token . how will I initiate the kite in with out asking/regenerating the request token
i am using
kite = KiteConnect(api_key=api_key,access_token= access_token)
Getting Error
DEBUG:urllib3.connectionpool:Star…