/search_stock_price

Simple stock ticker search that displays closing price and volume. Customized from "Build 12 Data Science Apps with Python and Streamlit" course from Chanin Nantasenamat (aka Data Professor)

Primary LanguagePython

Stock Price Search

alt text

To install/upgrade yfinance using pip, run:

$ pip install yfinance --upgrade --no-cache-dir

To install streamlit using pip, run:

$ pip install streamlit

To Start App, in terminal run:

$ streamlit run stock_prices.py