#app_id = "QH7V9X2X1J-100"
#app_secret = "62FZ9B3WWB"
redirect_url = "https://www.google.com"
#system pip install fyers_api,
from fyers_api import fyersModel, accessToken
app_id = open('app_id.txt','r').read()
app_secret = open('app_secret.txt','r').read()
app_session = accessToken.SessionModel(app_id ,app_secret)
response = app_session.auth()
print(response)
Modern AlgosModern Algos is a SEBI registered investment advisory and fintech firm that engages in developing various Algorithmic models and methods which enables the retail users to access all the required analysis under one umbrella through an excellent team of professionals coming from years of experience.
FYERS in association with Modern Algos Enterprises (MAE) is making Algo trading accessible to retail traders. Click here to know more - MAE features.
130 followers0 questions3 posts
Modern Algos is a SEBI registered investment advisory and fintech firm that engages in developing various Algorithmic models and methods which enables the retail users to access all the required analysis under one umbrella through an excellent team of professionals coming from years of experience.
FYERS in association with Modern Algos Enterprises (MAE) is making Algo trading accessible to retail traders. Click here to know more - MAE features.
Join FYERS Community to pick others' brains on Trading/Investing
Issue with Fyers Data Api [History method]
Expired weekly options history data is not able to get through fyers data api(history). I could get current weekly options data only.
please help me to get Expired weekly options history data from... (More)
I am building a python code to back test few strategies. I got details on how to get historical data of BankNifty. but I don't know how to get RSI values of Banknifty at that timeframe. Please help in this.... (More)