Historical data time out error

qwerty
Frequently getting this error while accessing historical data,
HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)
Each request is placed at least one second apart.
  • rakeshr
    @qwerty
    We are checking on this.For time being, we request you to handle exception something like below:
    try:
    Your Code logic
    except ReadTimeout:
    pass
  • reddy4305
    same error for the past two days.
    the read timeout error keeps coming up
Sign In or Register to comment.