Skip to content

CarlaHeywood/PolyStockData

Repository files navigation

InvestWise.py

Personal stock analyzer web app to identify the best investment in your watchlist. Using Polygon.io API to collect stock data from previous close date.

Demo Link

$ pip3 install polygon-api-client

https://polygon-api-client.readthedocs.io/en/latest/

Commands:
            python3 -m venv /polygon
            sudo pip3 install virtualenv
            source venv/bin/activate
            pip3 list     # List packages 
            pip3 install django # In venv and outside of venv
            django-admin --version
            pip3 install -r requirements.txt            
    (venv)  python manage.py migrate
    (venv)  python manage.py makemigrations
    (venv)  python3 manage.py runserver

To create a new migration file:

  python3 manage.py makemigrations --empty myapp --name myname

Screenshot


Terminal output at python manage.py

This takes several minutes

About

Using Polygon.io API to collect stock data from a defined watchlist to help identify the best investment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published