Skip to content

ryank01/ARIMA-Analysis

Repository files navigation

STOCK-Analysis using ARIMA Model

A Simple Prediction model for stock prices

This model is extremely simple, it uses sample data from the alpha vantage api. The data trains on 12 years of histroical data It gives a prediction along with an expected value,since I am only running ARIMA on this data it is not very accurate.
NOTE: This is purely for testing purposes and should not be adapted in real world trading

What is ARIMA ?

ARIMA stands for auto-regressive integrated moving average. It is simply a forecasting technique that
projects future values based on it's ability to remain the unchanged.

Testing

Clone this repository and activate the virtual environment.

~/your-dir$ git clone [email protected]:ryank01/ARIMA-Analysis.git
~/your-dir$ cd ARIMA-Analysis
~/ARIMA-Analysis$ source env/bin/activate

About

A Simple Prediction model for stock prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published