Every time, i tried to extract historical data for multiple stock, i am getting ClientNetworkException: Gateway timed out error. My internet is preety stable and fast, still facing the issue
Basically, through historical data, we get 1 minute for a month only, so i tried to extract them for a year using a loop, after some n iteration it throw me error : " ClientNetworkException: Gateway timed out".
So, should i run my loop in small batches or it is some network issue?
@mohit77bansal Gateway timeout is intermittent you can safely catch it and retry the request. Also note that we have rate limiting in place so please be sure you are not exceeding the limit.
So, should i run my loop in small batches or it is some network issue?