© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sai Mohan Reddy
Really great article... but I am getting below error if run same code in a loop for 100 stocks. "HTTP error 429 too many requests". how to handle this ?
Yash Roongta
Finance & Coding Enthusiast
Hi Sai Mohan Reddy if you try and run this for 100 stocks in one go, one or the other website will block you out. Use try and except in such cases.
try: #scrape data except: pass
Sabrine GLAA
Did you find any solution for this problem please? Sai Mohan Reddy
Daniel Böhlich
Passionate data scientist
Hi Sai, I cannot change the code to request multiple stocks. Could you may be share your code ? Thank you so much