You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of this project is to help stocktraders determine suitable stock to enter by helping them keep track of its daily volatility and returns. The user selects a particular stock option which is automatically gotten from an API and stored in a sqlite database. using Garch(1,1) model to forecast volatility. fastapi and dash is used for deployment