/fastapi-prophet

Stock Market predictions with Prophet and FastAPI

Primary LanguagePythonMIT LicenseMIT

Stock Market predictions with Prophet and FastAPI

Coverage Python 3.7 3.8 3.9

Train prophet models and run stock market predictions for a given ticker

Details

Actions

  • Train the model for a ticker
  • Check the weekly prediction for a previously trained ticker
  • Check the weekly prediction for all the trained tickers

CRUD

  • Create prediction for that ticker
  • Read results for all tickers or for individual ones
  • Updating the info for a ticker should be done by creating a new one due to its time-sensitiveness
  • Delete a specific ticker

Future additions

  • Authentication
  • Extra information fields based on third-party content
  • Add plots and images if available from source
  • Input training timeframe
  • User Interface