stock-entry-analyzer, Is a Stock Market web API that aims to automate analysis of the stock market price resistance and support based on available historical data.
Setup python environment
-
Create a python virtual environment
$ python3 -m venv env
-
Activate virtual environment
$ <project-dir>\env\Scripts\activate
-
Install the python modules listed in
requirements.txt
-
Python Libraries
- django==3.1.2
- yfinance==0.1.15
- pandas==1.1.3
- pandas-datareader==0.9.0
- djangorestframework==3.12.2
$ pip install -r requirements.txt
see project's settings.py
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}
https://<host>
:<port>
/v1/