Note: This python application utilizes Streamlit to allow the user to be able to download (CSV/JSON Format) up to at least 10 years of historical US stock data.
pip install yahoo-finance
pip install streamlit
streamlit run app.py
or
pip install -r requirements.txt