Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 583 Bytes

Readme.md

File metadata and controls

20 lines (10 loc) · 583 Bytes

Stock Market analysis

Stock market analysis with Python3.8 and pandas.

You can also read the report, which is the file Business Analytics - Group Project Report.pdf.

How to run

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.