Stock & Commodity Price Forecaster

This tool fetches the latest market data using the Alpha Vantage API, re-fits a Prophet time series model on-the-fly using pre-defined hyperparameters, and generates a future price forecast. More details in the readme

Note: Forecasts are for informational purposes only and not financial advice. Data fetching may be slow on the first request for a ticker each day. Alpha Vantage free tier has API call limits (5 calls/min, 100 calls/day).

Select Ticker Symbol

Choose the stock/commodity to forecast.

Forecast Results

Price Forecast Data

Price Forecast Data

How it works: Models are based on Facebook's Prophet. Hyperparameters are pre-set. Historical data for the selected ticker is fetched from Alpha Vantage, log-transformed, and used to fit the model. Predictions are then exponentiated back to the original price scale. Fetched data is cached daily in the Space's temporary storage to minimize Alpha Vantage API calls and speed up subsequent requests for the same ticker on the same day.