python api issue
-
getting below error while fetching data via api from past 45 minutes.
ReadTimeout: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)
any idea when it will get resolved
thanks
Sukhwant -
i am using below historic api code:
historicParam={"exchange": exchange,"symboltoken": token,"interval": interval,"fromdate":start ,"todate": end} df = obj.getCandleData(historicParam)
and this is getting timedout, as mentioned above. please tell me when candle data will be resolved
other api of LTPdata is working fine
1 out of 2