Skip to content

Forecast stock prices using yfinance, fbprophet, scrapy and fastAPI.

License

Notifications You must be signed in to change notification settings

skykery/stock-forecaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-forecaster

Forecast stock prices using yfinance, fbprophet, scrapy and fastAPI.

The stock list is scraped using a Scrapy spider and used as input options for the user. A user can choose an existing stock from the prefilled stock names and symbols.

The fastAPI app will handle the input, get the stock history using yfinance and do the necessary transformation for the fbprophet model input. A new model will be created using fbprophet and it will forecast a number of x values (5Y as default).

Everything will be rendered using Jinja, Chartjs and picocss.

The project is live at https://stock-forecaster.techwetrust.com/

Landing page Result page

About

Forecast stock prices using yfinance, fbprophet, scrapy and fastAPI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published