I'm unable to access historical data from api v3
Error Response
{'code': -403, 'message': 'You do not have permission to access this application', 's': 'error'}
Here is code which i used
data = {
"symbol":'NSE:SBIN-EQ',
"resolution":"1D",
"date_format":"1",
"range_from": "2023-08-01",
"range_to": "2023-11-11",
"cont_flag":"1"
}
response = fyers.history(data=data)