Fyers History API returning response as ‘’. I did some ground level analysis from my side and figured out that many internal things were not getting response and may be that is why it was not returning proper response. Please let me know in case I am missing any library to attached with my code or any missing step. Kindly refer above screenshot where it shows data and when i navigated to fyers.history I have added few important variables into my watchlist for debugging purpose.
I have attached below libraries
from fyers_api.Websocket import ws
from fyers_api import fyersModel
from fyers_api import accessToken
I tried but even this is not working
Also when I did print(fyers.getProfile()). It returns me <future.pending> for that as well.
my python version is 3.10 something and fyers apiv2 I am using
Thanks for rpl. I created new env in python and it worked.
I am now able to get tick data for 5min/ 15min etc. So now I want to generate buy sell signal based on technical indicators like supertrend, rsi, etc, so how I can achieve using python FYERS apiv2