In this video, we will be building a Stock price web app in Python using the Streamlit library in Python. Firstly, we will be developing a simple webscraper of the S&P500 data. Secondly, the resulting list of ticker symbols will be used to subsequently fetch the stocks price data from the yfinance library in Python. Finally, we will be combining both functions in the creation of the web app.
Code and Data: https://github.com/dataprofessor/code/tree/master/streamlit/part10
Subscribe : https://www.youtube.com/channel/UCV8e2g4IWQqK71bbzGDEI4Q
#python