#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)
Join FYERS Community to connect & interact with active traders/investors in India.
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.
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.
Discussion
FYERS APIBankniftyF&OModern AlgosIssue 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)