Skip to content

Predict stock performance by matching it to a city's skyline

Notifications You must be signed in to change notification settings

wanchichen/Stock-Skylines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Skylines

An attempt to predict stock performance by matching it to a city's skyline

Live App

https://wanchichen.github.io/Stock-Skylines/

Dependencies

Server dependencies:

cd backend
pip install -r requirements.txt

Web-app dependencies:

cd react-app
npm install

Usage

Start server:

cd backend
python manage.py runserver

Start web-app:

cd react-app
npm start

Sample POST body:

{
    "ticker": "MAR",
    "period": "1d",
    "start": "2010-10-01",
    "end": "2020-12-31",
    "ratio": "0.8"
}

About

Predict stock performance by matching it to a city's skyline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published