Skip to content

View Stock data and index

James Shen edited this page Jun 6, 2020 · 1 revision

This repo includes a Django application which can be used to view the Australia Stock Index and Stock price data

   cd app
   export DJANGO_SETTINGS_MODULE=asx.settings
   python manage.py migrate
   python runserver
 

then you open http://127.0.0.1:8000/

asx gym index

asx gym stock

ASX GYM

Clone this wiki locally