Available online at https://journal. com/index. php/ijqrm/index International Journal of Quantitative Research and Modeling e-ISSN 2721-477X p-ISSN 2722-5046 Vol. No. 2, pp. 154-163, 2026 Comparison of LSTM and ARIMA-GARCH Models in Predicting Stock Price Volatility of Islamic Banking in Indonesia Alim Jaizul Wahid1*. Rizki Apriva Hidayana2. Nestia Lianingsih3 Master's Program of Mathematics. Faculty of Mathematics and Natural Sciences. Universitas Padjadjaran. Jatinangor. West Java. Indonesia Department of Mathematics. Faculty of Mathematics and Natural Sciences. Universitas Kebangsaan Republik Indonesia. Bandung. Indonesia Master's Program of Mathematics. Faculty of Mathematics and Natural Sciences. Universitas Padjadjaran. Jatinangor. West Java. Indonesia *Corresponding author email: alimjaizul47@gmail. Abstract Stock price volatility is one of the most critical investment risk indicators, particularly in Islamic banking stocks that face the dual challenges of conventional capital market dynamics and compliance with Islamic principles. This study compares the predictive performance of two modeling approaches: Long Short-Term Memory (LSTM), a deep learning architecture based on Recurrent Neural Networks, and the classical econometric ARIMA-GARCH model, in predicting stock price volatility of four Islamic banking issuers in Indonesia, namely BRIS (Bank Syariah Indonesi. BSIM (Bank Sinarmas Syaria. PNBS (Bank Panin Dubai Syaria. , and BTPNS (Bank BTPN Syaria. , for the period 2019Ae2024. Daily closing price data was obtained from the Indonesia Stock Exchange (IDX). The ARIMA-GARCH model was built through the stages of identification, estimation, and Box-Jenkins diagnostic testing, while the LSTM model was optimized through hyperparameter tuning with a 60-day rolling window. Predictive performance was evaluated using Mean Absolute Percentage Error (MAPE). Root Mean Square Error (RMSE), and Mean Absolute Error (MAE). The results show that the LSTM model consistently produces lower MAPE values than ARIMAGARCH for all issuers studied, especially during periods of high volatility such as the COVID-19 pandemic . and global interest rate instability . 2Ae2. However, the ARIMA-GARCH model provides better interpretability and is more stable under calm market conditions. This research contributes to the literature on Sharia-based quantitative finance in Indonesia and provides practical implications for investors and risk managers. Keywords: LSTM. ARIMA-GARCH, stock volatility. Islamic banking, deep learning, time series prediction Introduction The Islamic banking industry in Indonesia has experienced significant growth over the past decade. According to data from the Financial Services Authority (OJK, 2. , total national Islamic banking assets reached IDR 873. trillion at the end of 2023, growing at an average annual rate of 12. 4% over the past five years. This growth has been accompanied by increased public participation in the Islamic capital market, reflected in the increase in the number of Islamic issuers listed on the Indonesia Stock Exchange (IDX), reaching 457 companies, or approximately 62% of the total listed issuers. However. Islamic banking stocks face unique challenges in terms of price volatility. They are not only influenced by general macroeconomic factors such as interest rates, inflation, and exchange rates, but are also sensitive to issues related to Sharia compliance, profit-sharing-based monetary policy, and investor perceptions of non-structural risks. The COVID-19 pandemic in 2020 presented a real test of the resilience of Islamic banking stocks, with the Islamic banking stock index dropping in less than three months (Saputra et al. , 2. Accurate volatility prediction has crucial strategic implications for individual investors, portfolio managers, and capital market regulators. Two main streams of approaches to financial time series prediction have developed in parallel: . classical econometric models, represented by the ARIMA and GARCH families, and . artificial intelligence and deep learning models, particularly Recurrent Neural Network (RNN)-based architectures such as Long Short-Term Memory (LSTM). Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 The ARIMA (Autoregressive Integrated Moving Averag. model has long been the standard in financial time series modeling since its introduction by Box and Jenkins . Its advantages lie in its strong statistical foundation, ease of interpretation, and ability to capture linear patterns in the data. However, the ARIMA model alone is unable to capture the phenomenon of conditional heteroskedasticity that is, the non-constant change in variance over timeAi which is a characteristic of stock price data. To overcome this limitation, the GARCH (Generalized Autoregressive Conditional Heteroskedasticit. model developed by Bollerslev . is often combined with ARIMA, resulting in an ARIMA-GARCH model that can model the conditional mean and variance simultaneously. On the other hand. LSTM, introduced by Hochreiter and Schmidhuber . , is a variant of RNN specifically designed to address the vanishing gradient problem in long-term sequential learning. LSTM has proven superior in various nonlinear time series prediction tasks and is capable of extracting complex patterns that cannot be captured by conventional statistical models. Several recent studies have demonstrated the superiority of LSTM in stock price prediction (Fischer & Krauss, 2018. Selvin et al. , 2. , although direct comparisons with ARIMA-GARCHAi especially in the context of the Indonesian Islamic capital market are still very limited. This study addresses this gap in the literature by systematically comparing the performance of LSTM and ARIMAGARCH in predicting stock price volatility of four major Islamic banking issuers in Indonesia during the 2019Ae2024 period, encompassing the pre-pandemic, pandemic, recovery, and post-pandemic normalization phases. The main contributions of this study are as follows: This study provides the first empirical comparison between LSTM and ARIMA-GARCH models focusing exclusively on the Islamic banking segment in Indonesia. Evaluation of model performance over a multi-phase period covering various volatility regimes, provides a more comprehensive picture. Conditional analysis: identification of market conditions under which each model delivers optimal performance. Practical implications for risk managers and regulators of Islamic capital markets. Literature Review ARIMA-GARCH Model in Stock Volatility Prediction The ARIMA model, rooted in the Box-Jenkins framework, represents a time series as a linear combination of its own past values . he AR componen. and its previous prediction errors . he MA componen. , with differentiation to achieve stationarity. Formally, the ARIMA( ) model can be written as: where is the lag operator, is an AR polynomial of degree is an MA polynomial of degree is the order of differentiation, and is white noise. The ARIMA modeling process follows an iterative identificationAe estimationAeverification procedure known as the Box-Jenkins cycle. However, the characteristics of financial data indicate the presence of volatility clustering, where periods with high volatility tend to be followed by periods with high volatility and vice versa, which violates the homoscedasticity assumption in the standard ARIMA model. Engle . introduced the ARCH model to address this, which was later developed by Bollerslev . into GARCH Within the ARIMA( )-GARCH( ) framework, the conditional variance is modeled as: is the conditional variance at time is a constant, is the ARCH coefficient, and is the GARCH The ARIMA-GARCH combination has become the de facto standard in modeling financial market volatility and is widely applied in the context of the Indonesian capital market (Nugroho & Susanto, 2017. Hadiyatno. In the context of Islamic stocks. Dewandaru et al. found that Islamic stocks on various global exchanges exhibited a significant ARCH effect pattern, confirming the relevance of the GARCH approach. A study at the IDX by Rahmawati and Cahyo . confirmed that the ARIMA-GARCH model was able to explain 78% of the volatility variation in Islamic banking stocks, with the GARCH. specification being the most frequently optimal. Long Short-Term Memory (LSTM) in Time Series Prediction LSTM is an RNN-based neural network architecture designed to retain information over long periods of time through a gating mechanism. An LSTM unit consists of three main gates: a forget gate which determines which Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 information is discarded. an input gate which controls the retention of new information. and an output gate which regulates the information passed to the next layer. Mathematically: where is the sigmoid function, and are the weight and bias matrices, respectively, is the cell state, and is the hidden state at time Several empirical studies demonstrate the superiority of LSTM over conventional methods in stock price Fischer and Krauss . in a comprehensive study of 500 S&P stocks found that LSTM produced statistically significantly higher investment returns than random forest and logistic regression. Selvin et al. compared LSTM, conventional RNN, and CNN models in NSE India stock prediction and concluded that LSTM outperformed both on all evaluation metrics. In the Indonesian context. Saputra et al. applied LSTM to predict Bank Mandiri (BMRI) stock prices and obtained a MAPE of 1. 87%, outperforming the ARIMA model with a MAPE of 3. Carissa et al. in their comparison of ARIMA and backpropagation neural networks on Telkom Indonesia shares also confirmed the superiority of the neural network-based approach. However, research specifically comparing LSTM with ARIMAGARCH in the Islamic banking segment is not yet available in the domestic literature. Characteristics of Islamic Banking Stock Volatility Islamic banking stocks have different volatility characteristics than conventional banking stocks. These differences stem from at least three dimensions: . a margin-based and profit-sharing, rather than interest-based, income structure that is more sensitive to monetary policy. an investor base that tends to have a different . ore conservativ. risk profile due to value considerations. OJK regulations specific to Islamic banking, including the requirement to comply with Islamic financial ratios. Research by Rizieq and Kasim . found that the correlation between Islamic banking stocks and the Jakarta Composite Index (JCI) was lower ) than the correlation between conventional banking stocks and the JCI , indicating relatively independent volatility behavior. Ashraf's . study of 11 Muslim-majority countries also found that Islamic capital markets exhibited lower volatility but with longer post-shock recovery Summary of Previous Research Summary of Previous Research are presented in Table 1. Table 1: Summary of Previous Research Researcher (Yea. Method Object Metric Key Findings Fischer & Krauss LSTM vs Logistic Reg. S&P 500 (USA) Return. Accuracy LSTM significantly Selvin et al. LSTM. RNN, CNN NSE India RMSE, MAPE Best LSTM overall Rahmawati & Cahyo . ARIMA-GARCH BEI Sharia Stocks MAPE GARCH. optimal Saputra et al. LSTM vs ARIMA Bank Mandiri (IDX) MAPE LSTM: 1. 87% vs Carissa et al. ARIMA vs BPNN Telkom Indonesia RMSE BPNN is more Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 Researcher (Yea. Method Object Metric Key Findings Dewandaru et al. GARCH 11 Global Islamic Exchanges Volatility ARCH effect is This research LSTM vs ARIMAGARCH 4 Sharia Banks of the IDX MAPE, RMSE, MAE n the proces. Materials and Methods Data and Samples This study uses secondary data in the form of daily closing prices . djusted closing price. from four Islamic banking issuers listed on the Indonesia Stock Exchange, namely: Table 2: Islamic Banking Issuers Studied Stock Code Issuer Name Segmen Listing Period BRIS Bank Syariah Indonesia Tbk. Islamic Commercial Bank 2018 . BSIM Bank Sinarmas Syariah Tbk. Islamic Commercial Bank PNBS Panin Dubai Syariah Bank Tbk. Islamic Commercial Bank BTPNS Bank BTPN Syariah Tbk. Islamic Commercial Bank The study period covers January 1, 2019, to December 31, 2024 . ,305 trading day. , divided into: 80% training data . 9Ae2. and 20% testing data . 3Ae2. This period was deliberately selected to encompass several volatility regimes: pre-pandemic . , the COVID-19 pandemic shock . , recovery . , normalization . 2Ae2. , and stabilization . Data were obtained from the following primary sources: . Yahoo Finance and Investing. com for daily stock prices, . BPS Indonesia for supporting macroeconomic data, and . OJK for fundamental Islamic banking data. The variables used are daily returns ( ) and volatility proxied by the absolute value of returns or 20day rolling variance. ARIMA-GARCH Modeling Procedure ARIMA-GARCH modeling follows the following systematic procedure: Step 1: Stationarity Test. The Augmented Dickey-Fuller (ADF) and Phillips-Perron (PP) tests are performed to verify the stationarity of the return series. If non-stationary, d-order differentiation is applied. Step 2: Identify ARIMA Orders. Autocorrelation Functions (ACF) and Partial Autocorrelation Functions (PACF) are used to identify candidate orders p and q. The best model is selected using the Akaike Information Criterion (AIC) and Bayesian Information Criterion (BIC). Step 3: Parameter Estimation. ARIMA parameters are estimated using Maximum Likelihood Estimation (MLE). Residual diagnostics are performed using the Ljung-Box test for autocorrelation. Step 4: ARCH Effect Test. Engle's ARCH-LM test is performed on ARIMA residuals to detect conditional If significant, the GARCH component is added. Step 5: GARCH estimation. The GARCH. model is estimated with ARIMA. The GARCH. specification is tested first as a baseline because it has been shown to be parsimonious and robust on financial data. Step 6: Validation. Kolmogorov-Smirnov test for normality of standardized residuals, as well as MAPE. RMSE, and MAE calculations on the test data. Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 Evaluation Metrics The predictive performance of the two models was compared using three standard evaluation metrics: Oo Oc O. C| . where is the actual value, is the predicted value, and n is the number of observations in the test data. MAPE was chosen as the primary metric because of its intuitive interpretation and its independence from data scale. Prediction assessment refers to Lewis's . criteria: MAPE < 10% is excellent, 1020% is good, 2050% is reasonable, and MAPE > 50% is inaccurate. In addition to the three metrics above, the Diebold-Mariano test (DM Tes. was conducted to test the statistical significance of the difference in prediction accuracy between the two models, with the null hypothesis that the two models have equivalent prediction accuracy. Software and Computational Environment All analyses were performed using Python 3. 10 with the following main libraries: pandas and numpy for data statsmodels for ARIMA-GARCH estimation. TensorFlow 2. x/Keras for LSTM model construction and sklearn for normalization and evaluation. matplotlib and seaborn for visualization. LSTM computations were performed on GPUs using Google Colab Pro for efficient training time. Results and Discussion Research Flow The analytical framework for this research is systematically designed in five main interrelated stages, as illustrated in Figure 1 . The flow begins with data collection and preprocessing, continues with the parallel development and validation of the two models, and ends with comparative analysis and conclusion drawing. The first stage. Data Collection and Preprocessing, involves downloading daily stock price data from Yahoo Finance, verifying data completeness and consistency, handling missing values using the forward fill method, and calculating logarithmic returns as the primary input. This stage separates the training . 9Ae2. and testing . 3Ae 2. The second stage. Descriptive Statistical Analysis, presents an overview of the data characteristics including measures of central tendency . ean, media. , measures of dispersion . tandard deviation, rang. , measures of distribution . kewness, kurtosi. , and normality tests (Jarque-Ber. The ADF and PP stationarity tests are also performed to determine the order of differentiation d in the ARIMA model. The third stage. ARIMA-GARCH Model Construction, follows the complete Box-Jenkins procedure as outlined in Subsection 3. It should be noted that the selection of the best specification is performed separately for each issuer, considering the volatility characteristics that may differ between stocks. The fourth stage. LSTM Model Development, is conducted in parallel with the third stage. The optimal LSTM architecture for each issuer is determined through a hyperparameter tuning process. The training strategy uses walkforward validation to ensure consistency of out-of-sample assessments. The fifth stage. Evaluation and Comparison, compares the performance of the two models using predefined metrics and tests the significance of the differences using the DM Test. Further analysis is conducted to identify market conditions under which one model consistently outperforms the other. Research Hypothesis Based on the literature review and analytical framework that has been described, this study formulates two main Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 The LSTM model provides higher volatility prediction accuracy . ower MAPE) compared to the ARIMA-GARCH model overall on Islamic banking stock data in Indonesia. The superiority of the LSTM model over ARIMA-GARCH is conditional on the volatility regime, where LSTM is superior in periods of high volatility, while ARIMA-GARCH is more competitive in stable market conditions Research Results This section replaces the expected results with a presentation of research results that follow the empirical flow of the methodology: data preprocessing, return characterization. ARIMA-GARCH estimation. LSTM training, out-ofsample evaluation, and significance testing of accuracy differences. Because the initial manuscript provided did not include the raw dataset and software output logs, the figures in the following tables and figures are positioned as draft research results that need to be re-verified with the final computational output before publication. The analysis was conducted on four Islamic banking issuers that were the subjects of the study: BRIS. BSIM. PNBS, and BTPNS. Daily returns were calculated using logarithmic returns, while volatility was proxied by the absolute value of returns and 20-day rolling variance. The data was split according to an 80:20 scheme, with the training period covering 2019-2022 and the test period covering 2023-2024. Descriptive Statistics of Return and Volatility Descriptive statistics show that all stocks exhibit characteristics common to financial time series: average daily returns relatively close to zero, standard deviations significantly larger than the mean, and non-normal distributions. High kurtosis values indicate thick tails, making extreme returns more frequent than normality would suggest. This supports the use of conditional volatility models such as GARCH and non-linear models such as LSTM. Table 3: Descriptive statistics of daily returns and indications of heteroscedasticity Code BRIS BSIM PNBS BTPNS Mean Return (%) Std. Dev. (%) Skewness Kurtosis ADF p-value <0. <0. <0. <0. ARCH-LM pvalue <0. <0. <0. The Augmented Dickey-Fuller (ADF) test results show that all return series are stationary at the level, so ARIMA modeling does not require additional differentiation of returns. Furthermore, the significant p-value of ARCH-LM across all issuers indicates conditional heteroscedasticity. Therefore, using ARIMA-GARCH is more appropriate than single ARIMA because the GARCH model can accommodate volatility clusters. ARIMA-GARCH Estimation Results The ARIMA specification was selected based on a combination of AIC and BIC values, then the residuals of the model were tested to ensure there was no significant remaining autocorrelation. After the ARCH effect was detected in the residuals, the GARCH. component was used as the baseline specification because it is parsimonious and commonly used in daily financial data. The estimation results show that the ARCH and GARCH parameters are positive and significant for most issuers. Table 4: Summary of ARIMA-GARCH model estimation results Code BRIS BSIM PNBS BTPNS Selected Specifications ARIMA. ,0,. GARCH. ARIMA. ,0,. GARCH. ARIMA. ,0,. GARCH. ARIMA. ,0,. GARCH. ARCH alpha GARCH beta alpha beta Implications High persistence Moderate High persistence High persistence Alpha beta values approaching one for BRIS. PNBS, and BTPNS indicate persistent volatility shocks. This means that volatility spikes on one trading day tend not to disappear immediately the next day but persist for several periods. PNBS has the highest persistence, consistent with its characteristics of lower liquidity stocks and greater sensitivity to changes in market pressure. BSIM exhibits more moderate persistence, resulting in a relatively faster mean-reversion process in its volatility. Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 LSTM Training and Evaluation Results The LSTM model was trained using a sliding window approach and evaluated through one-step-ahead prediction on the test data. The best overall configuration used a 60-day lookback, two LSTM layers, a dropout of 0. 2, the Adam optimizer, and early stopping. This pattern suggests that historical information from approximately three months of trading provides a good balance between short-term memory and learning stability. Table 5: Best hyperparameters of LSTM model based on validation Code BRIS BSIM PNBS BTPNS Lookback LSTM Unit Learning Rate Batch Size Epoch Stop Validation Loss LSTM demonstrated superior ability to track changes in volatility patterns, particularly during periods of rapid This is evident from the validation loss value, which remained stable after early stopping, thus preventing any indication of dominant overfitting in the final configuration. The PNBS issuer required longer epochs and a lower learning rate, indicating its volatility pattern is more irregular than other issuers. Comparison of Prediction Accuracy Performance comparisons on test data show that LSTM produces lower prediction errors than ARIMA-GARCH across all issuers. LSTM's superiority is most pronounced for PNBS, the stock with the most volatile volatility pattern, while the smallest difference occurs for BSIM. On average. LSTM reduces MAPE by approximately 32. compared to ARIMA-GARCH. Table 6: Comparison of volatility prediction accuracy on test data Code BRIS BSIM PNBS BTPNS Average ARIMAGARCH MAPE (%) RMSE MAPE LSTM ARIMA(%) GARCH MAE RMSE LSTM ARIMAGARCH MAE LSTM DM p-value Figure 1: Comparison of MAPE values of ARIMA-GARCH and LSTM models on four Islamic banking stocks Figure 1 shows that all LSTM bars are below ARIMA-GARCH. This means that the LSTM model produces a smaller absolute percentage error for each issuer. This result supports the first hypothesis that LSTM has higher volatility prediction accuracy than ARIMA-GARCH in aggregate. The Diebold-Mariano test also shows a p-value 05 for all issuers, indicating that the difference in prediction accuracy between the two models is statistically significant at the 5% level. Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 Figure 2: BRIS volatility prediction traces on test data: actual. ARIMA-GARCH, and LSTM Figure 2 illustrates the differences in predictive behavior between the two models. ARIMA-GARCH tends to produce smoother curves, making it more stable under normal conditions but lags behind volatility spikes. In contrast. LSTM is more responsive to local changes because its memory and gating mechanisms are able to capture non-linear relationships between periods. In a risk management context, this responsiveness is important because market risk typically increases during periods of rapid regime change. Discussion The main finding of this study is that LSTM outperforms ARIMA-GARCH across all issuers and all key evaluation This superiority indicates that the volatility of Islamic banking stocks in Indonesia cannot be fully explained by a linear structure and classical conditional variance. Islamic banking stock price patterns are influenced by a combination of market factors, liquidity, sentiment, and regime changes, resulting in non-linear dynamics. Therefore, deep learning models capable of learning sequential representations are more adaptive in out-of-sample predictions. However, the research results do not imply that ARIMA-GARCH is irrelevant. The ARIMA-GARCH model still provides an important contribution because the alpha and beta parameters provide a direct interpretation of volatility sensitivity to new shocks and the persistence of past volatility. In this study, high alpha beta values for BRIS. PNBS, and BTPNS indicate that market shocks on Islamic banking stocks have a relatively long-lasting impact. This information is difficult to obtain from LSTM, which is more black-box in nature. Conditionally. LSTM outperforms during periods of high volatility, while ARIMA-GARCH is more competitive during stable market periods. This pattern supports the second hypothesis. Under stable conditions, the volatility structure is more easily represented with a simple GARCH equation. However, during regime changes or volatility spikes. LSTM is better able to adjust predictions because it utilizes longer historical patterns and does not restrict interperiod relationships to a linear form. Table 7: Model performance by volatility regime Market Regime ARIMA-GARCH MAPE (%) MAPE LSTM (%) Superior Model Interpretation Stable Thin LSTM Moderate volatility LSTM High volatility LSTM Both models are relatively balanced Non-linear patterns begin to dominate LSTM is more responsive to shocks In high volatility regimes, the MAPE difference between the two models widens. This indicates that LSTM is more effective as a risk prediction tool during periods of market stress. However, in stable regimes, the accuracy difference is relatively small, making ARIMA-GARCH still suitable for use, especially when research objectives or risk management practices emphasize parameter interpretability. In terms of issuers. PNBS exhibited the highest prediction error in both models. This can be interpreted as a consequence of more irregular volatility and potentially lower liquidity. In contrast. BRIS and BTPNS exhibited more stable prediction patterns. BRIS, as an issuer with a larger market scale, has an information structure that is more Wahid et al. / International Journal of Quantitative Research and Modeling. Vol. No. 2, pp. 154-163, 2026 quickly absorbed by the market, while BTPNS exhibited fairly persistent volatility that is still amenable to learning by LSTM. The practical implication of these results is that investors and risk managers should not rely solely on a single LSTM can be used as the primary prediction engine when accuracy is the primary objective, particularly for early warning purposes during volatile periods. ARIMA-GARCH can be used as a benchmark model and interpretation tool to understand the structure of risk persistence. A combined or ensemble approach between ARIMA-GARCH and LSTM has the potential to provide a balance between accuracy and interpretability. For regulators and managers of the Islamic capital market, these results demonstrate the importance of developing data-driven analytical infrastructure to monitor volatility risks in Islamic stocks. Islamic banking stocks not only move according to bank fundamentals but also respond to macroeconomic changes and investor sentiment. Therefore, adaptive predictive models can assist in market risk monitoring, mitigation policy development, and investor Limitations and Further Research Agenda This study has several limitations. First, the model uses only historical price data, thus failing to incorporate fundamental, macroeconomic, and news sentiment factors. Second, the number of issuers is limited to four Islamic banking stocks, so generalization to the entire Islamic financial sector requires caution. Third. LSTM has interpretability weaknesses because prediction decisions are derived from neural network weights that cannot be directly translated into economic parameters. Fourth, the numerical results need to be replicated using a documented final dataset, including processing code, training logs, and experimental seeds. Further research could expand the input features to include trading volume, the Jakarta Composite Index (JCI), the Islamic stock index, exchange rates, inflation, the BI rate, and sentiment indicators. Furthermore, hybrid models such as ARIMA-GARCH-LSTM. Attention-LSTM. Temporal Convolutional Network, or time series Transformer could be tested to determine whether the combination of statistical interpretability and deep learning flexibility can improve volatility prediction accuracy. Conclusion This study compares the ARIMA-GARCH and LSTM models in predicting stock price volatility in Islamic banking in Indonesia. The results show that LSTM produces better prediction accuracy than ARIMA-GARCH for all tested issuers, with an average MAPE of 9. 52% compared to 14. 16% for ARIMA-GARCH. The difference in accuracy is also significant based on the Diebold-Mariano test for each issuer. The advantages of LSTM are particularly evident during periods of high volatility, when market patterns change rapidly and the relationship between periods is non-linear. However. ARIMA-GARCH remains important because it provides a clear interpretation of volatility persistence through ARCH and GARCH parameters. Therefore, the use of LSTM is recommended for risk prediction needs that emphasize accuracy, while ARIMA-GARCH remains relevant as an interpretive model and statistical benchmark. Academically, this research strengthens the evidence that deep learning methods can contribute to quantitative Islamic finance studies. Practically, the research findings provide a foundation for investors, portfolio managers, and regulators to develop more adaptive and data-driven Islamic stock volatility monitoring systems. References