I'm trying to build a program that will web scrape stock price data off of yahoo. I went into the html to find the specific target string that precedes the price, and the function works when I run it. However, its seems like the URL that MATLAB uses is either "old" or not updating because it will display the same stock price over and over again in my timed while loop. I clear my URL each loop and set it again, but that doesn’t seem to fix it.
Has anyone encounter this issue with web scrapping before?