I haven’t had any problems yet, but I was wondering if there is a limit I been looping about 400 symbols once a day and no issue, but I wanted to add a break and add breaks in between batches. That way when I do scrape I don’t overload the source. I am still new to scraping, but wanted to make sure my breaks and pauses were enough just in case I need to loop through 1000 symbols in a day.
Any suggestions?
The script is looping through each symbol on GuruFocus once it day it sends the Ticker Symbol to GuruFocus retrieves the value for that symbol and goes to the next symbol. Should I add a pause or break and split the process into batches?