- Real time stocks data using alpha vantage api
-
Stock data analysis using Numpy and Pandas library
-
Buy / Sell indicator for stocks with timestamps
- Candlestick Graph using pyalgotrading library
To run the notebook, you need to have Python installed on your machine. If you don't have it installed, you can follow the instructions here to install it.
- Clone the repository:
git clone https://github.com/anshumannandan/AlgoBulls_Assignment.git
- Navigate to the project directory
cd Stocks_Data_Analysis
- Install, Create and activate a virtual environment:
pip install virtualenv
virtualenv venv
venv/scripts/activate
- Install the dependencies:
pip install -r requirements.txt
- Run the following command to run jupyter notebook
jupyter notebook
This will open a browser instance with the jupyter interface displaying current directory structure
-
Navigate to the notebook by selecting analysis.ipynb
-
From the menu bar select Restart & Run All