I am trying to create a script that extracts the current price information for a list of stocks/ETFs at regular intervals via python programming. Is there a way to do this or related libraries available? The idea is to extract the prices of a list of stocks and store them in a data frame. The data frame would refresh with the new price information at regular intervals, say every 15 mins or 1 hour. Would appreciate it if you could point me in the right direction.
Thank you and Happy new year!