I am trying to fetch historical data for a symbol. I followed the example on python client and i can get the redirect url using the following snippet. I followed the redirect url but do not get the request token on browser. What am i missing here?
import logging from kiteconnect import KiteConnect import requests
Is login throwing any error? Are you using the same user id to login as mentioned in the kite connect app developer account for the app? You can go through the documentation here.
Are you using the same user id to login as mentioned in the kite connect app developer account for the app?
You can go through the documentation here.
i realize i am missing something here. what is the userId you are referring to above @rakeshr