Stock market analysis with Python3.8 and pandas.
You can also read the report, which is the file Business Analytics - Group Project Report.pdf
.
To use this, please create a .env
file at the root of the project, and fill it with :
FINNHUB_KEY=YOUR_API_KEY
.
You can get a finnhub api key here.
It is used to retrieve the latest stock market data.
Then, install pipenv, run pipenv install
, and eventually python main.py
Or, just simply pipenv run python3.8 main.py
.