Simple website to see historical prices of various financial assets. Made as part of my CS101 course.
Deployment of the app can be found here
To host the app on your local machine,
- Clone the repository
git clone https://github.com/Anirudh-S-Kumar/Ticker-Prices-Visualization.git
- Installing the dependencies
pip install -r requirements.txt
- Install streamlit
pip install streamlit=1.8.1
- Running the app
streamlit run mainapp.py