This document compares the accuracy of ARIMA, LSTM, and linear regression models for stock price prediction. It downloads historic stock price data for NASDAQ and NSE stocks and uses 80% for training and 20% for testing the models. For the NASDAQ stock, ARIMA and LSTM models have more accurate predictions than linear regression, with lower RMSE values. However, for the NSE stock, LSTM and linear regression predictions are more accurate than ARIMA. The results are displayed using Python plots and code, with RMSE values provided to compare prediction accuracy between the different models.