Skip to content

teshank2137/stockprediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Prediction API

Flask API

A SVM model hosted with Flask to predict next days closing price of a Particular Stock

banner StartUp page

How To get Stockname

  • Open Yahoo Finance and select get the Stock's Symbol from there
  • Replace [stockname] with your stock symbol in the following endpoints

Endpoints

  • To get buy sell hold flag for today

GET https://baseurl/predict/[stockname]

  • To get list of Stocks

GET https://baseurl/stock

  • To get Current Market price of stock

GET https://baseurl/current/[stockname]

  • To get previous 1 week data of a stock

GET https://baseurl/week/[stockname]

  • To get tomorrow's closing price prediction

GET https://baseurl/rawpredict/[stockname]

  • To get full data of previous n days included moving average of a stock

GET https://baseurl/[stockname]/[n]


About

Stock prediction model hosted with flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published