bstanderfer
bstanderfer
Same problem. tried single symbol pulls in a loop with a pause between attempts to avoid multiple simultaneous requests, and still the error occurs. when i then try yf.download(symbol,start=max_hist,end=today) again...
OK, found a solution that appears to work for me: add "threads= False" yf.download(symbol,threads= False,start=max_hist,end=today)
> > OK, found a solution that appears to work for me: > > add "threads= False" > > yf.download(symbol,threads= False,start=max_hist,end=today) > > I've tried. The progress bar goes further,...