S&P 500 Stock Movement Predictor

ARIMA-based Stock Analysis and Prediction Model

Project Overview

Developed a dynamic stock prediction model that analyzes S&P 500 stocks using Auto ARIMA (Autoregressive Integrated Moving Average) modeling. The system identifies top-performing stocks based on historical returns and generates future price predictions.

Python
Pandas
pmdarima
Yahoo Finance API
Matplotlib
NumPy

Key Features

Dynamic Stock Selection

Automatically scrapes and analyzes all S&P 500 stocks, ranking them by historical performance to identify top candidates for prediction.

Flexible Forecasting

User-configurable number of stocks to analyze and prediction timeframe, allowing for customized portfolio analysis.

Advanced Analysis

Implements Auto ARIMA modeling with automatic differencing and parameter selection for optimal predictions.

Workflow

  1. Scrapes current S&P 500 stock list from Wikipedia
  2. Downloads historical price data using Yahoo Finance API
  3. Calculates and ranks stocks based on historical returns
  4. Selects top N performing stocks (user-defined)
  5. Performs autocorrelation analysis
  6. Generates return distribution histograms
  7. Applies Auto ARIMA modeling for each selected stock
  8. Produces visual forecasts with confidence intervals

Visual Outputs

For each analyzed stock, the model generates:

Sample output visualization

Model Details

Try It Yourself

Open In Colab Run Stock Predictor in Google Colab

What You Can Do:

Just click the button above and run all cells in the notebook to get started!