Skip to content

prisubs/CompliantWeb

Repository files navigation

logo

Usage

Clone or download the repo to run the app locally.

cd CompliantBois/web
npm install
npm start
python3 app.py

API

The analytics from this project are available as a standalone REST API service.

API documentation on Postman

Example Request

import requests
url = 'localhost:5002/companies/get-prediction?ticker=tsla'
headers = {}
response = requests.request('GET', url, headers = headers, data = payload, allow_redirects=False, timeout=undefined, allow_redirects=false)
print(response.text)

Example Response

{
  "date_calculated": "Wed, 31 Jul 2019 00:00:00 GMT",
  "date_predicted": "Thu, 01 Aug 2019 00:00:00 GMT",
  "prediction": "Our dynamically constructed model predicted $229.50125977538016 for tomorrow's price.",
  "ticker": "tsla"
}

Web UI

Homepage

Home

Review Page

rev


rev


rev


rev


rev


Predict Page

pred


pred

About

news dashboard for US equities built with ant design, react components, and tiingo. also comes with a REST api interface + documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published