This project uses Python 3.9. We installed the following packages:
- pandas - Data analysis and manipulation tool
- jupyter - Interactive computing platform
- python-dotenv - Sets up environmental variables from key value pairs
- alpaca-trade-api - Used to access real time financial data
Please install the following packages before running the program:
pip install pandas
pip install jupyter
pip install python-dotenv
pip install alpaca-trade-api
To run application, clone this repository and run individual cells in jupyter notebook or jupyter lab.
Smruthi Danda
MIT License