<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="en">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">ib</journal-id>
      <journal-title-group>
        <journal-title>iBusiness</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2150-4083</issn>
      <issn pub-type="ppub">2150-4075</issn>
      <publisher>
        <publisher-name>Scientific Research Publishing</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.4236/ib.2026.183009</article-id>
      <article-id pub-id-type="publisher-id">ib-154020</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>Business</subject>
          <subject>Economics</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>Predicting the Nikkei 225 Using Machine Learning: An Empirical Comparison</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <name name-style="western">
            <surname>Tsuji</surname>
            <given-names>Chikashi</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> Graduate School of Economics, Chuo University, Tokyo, Japan </aff>
      <author-notes>
        <fn fn-type="conflict" id="fn-conflict">
          <p>The author declares no conflicts of interest regarding the publication of this paper.</p>
        </fn>
      </author-notes>
      <pub-date pub-type="epub">
        <day>21</day>
        <month>09</month>
        <year>2026</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>09</month>
        <year>2026</year>
      </pub-date>
      <volume>18</volume>
      <issue>03</issue>
      <fpage>159</fpage>
      <lpage>172</lpage>
      <history>
        <date date-type="received">
          <day>26</day>
          <month>06</month>
          <year>2026</year>
        </date>
        <date date-type="accepted">
          <day>17</day>
          <month>09</month>
          <year>2026</year>
        </date>
        <date date-type="published">
          <day>20</day>
          <month>09</month>
          <year>2026</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2026 by the authors and Scientific Research Publishing Inc.</copyright-statement>
        <copyright-year>2026</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.4236/ib.2026.183009">https://doi.org/10.4236/ib.2026.183009</self-uri>
      <abstract>
        <p>This study compares the predictive performance of multiple machine learning models for forecasting the closing price of the Nikkei 225 on the forecast day using daily data. Five models—Random Forest Regression, Decision Tree Regression, XGBoost Regression, LightGBM Regression, and K-Nearest Neighbors Regression—are employed. In addition to baseline models that use lags of the closing price as explanatory variables, three additional testing models are constructed by adding lags of the opening, high, and low prices individually to the explanatory variables of the baseline models. Furthermore, six different forecast target periods, ranging from five to ten years, are considered, and predictive performance is evaluated using the R-squared value, mean absolute error, and root mean squared error. The results show that Random Forest Regression and Decision Tree Regression exhibit relatively high predictive performance, followed by K-Nearest Neighbors Regression. In addition, the results indicate that adding lags of the opening, high, and low prices to the explanatory variables slightly improves predictive performance in some cases. Furthermore, predictive performance tends to improve as the forecast target period becomes longer. These findings suggest that, in forecasting the closing price of the Nikkei 225, predictive performance may be influenced not only by the type of model but also by the composition of explanatory variables and the forecast target period.</p>
      </abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Nikkei 225</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Stock Price Prediction</kwd>
        <kwd>Time-Series Forecasting</kwd>
        <kwd>Comparison of Predictive Performance</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. Introduction</title>
      <p>In recent years, artificial intelligence (AI) has attracted growing attention as a promising approach to time-series forecasting, with an increasing number of studies exploring and discussing its applications across various domains (e.g., [<xref ref-type="bibr" rid="B2">2</xref>]; [<xref ref-type="bibr" rid="B13">13</xref>]; [<xref ref-type="bibr" rid="B12">12</xref>]). Stock price prediction is one of the important research topics in financial markets, and a wide range of forecasting methods have been examined, from statistical approaches to machine learning and, more recently, deep learning. Because stock prices and stock returns exhibit complex nonlinearities and temporal dependencies, recent studies have employed machine learning models such as Random Forest, Decision Tree, Extreme Gradient Boosting (XGBoost), and Light Gradient Boosting Machine (LightGBM), as well as deep learning models such as Long Short-Term Memory (LSTM) and Convolutional Neural Network (CNN), with the aim of capturing these characteristics (e.g., [<xref ref-type="bibr" rid="B5">5</xref>]; [<xref ref-type="bibr" rid="B10">10</xref>]).</p>
      <p>Previous studies have examined the effectiveness of deep learning models, including LSTM, as well as the possibility of utilizing information other than prices, such as investor sentiment on social media (e.g., [<xref ref-type="bibr" rid="B6">6</xref>]). In addition, research has progressed on addressing the non-stationarity of financial time series and on the generalization performance of models across different markets (e.g., [<xref ref-type="bibr" rid="B4">4</xref>]). </p>
      <p>On the other hand, when using time-series information from stock prices themselves, there remains room for further investigation into the extent to which different machine learning models exhibit different predictive performance and how predictive performance changes depending on the sample period and the specification of explanatory variables.</p>
      <p>This study therefore applies five machine learning models—Random Forest Regression, Decision Tree Regression, XGBoost Regression, LightGBM Regression, and K-Nearest Neighbors Regression—to daily Nikkei 225 data to forecast the closing price on the forecast day and compare their predictive performance. As shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>, the Nikkei 225 has exhibited a pronounced upward trend in recent years, making it a useful benchmark for evaluating and comparing different forecasting models. In addition, this study uses a model that includes only lags of the closing price as explanatory variables, which serves as the baseline model, and compares its predictive performance with that of models that additionally include lags of the opening, high, and low prices. </p>
      <p>Furthermore, six different forecast target periods, ranging from five to ten years, are considered to examine the effects of differences in the forecast target period on the prediction results. The objective of this study is to empirically clarify, through these comparisons, the relative predictive performance of the respective machine learning models in forecasting the closing price of the Nikkei 225 and the differences in predictive performance resulting from the specification of explanatory variables and forecast target periods.</p>
      <p>The results of the analysis show broadly similar tendencies across different forecast target periods for each of the three evaluation measures, the R-squared value (R2), mean absolute error (MAE), and root mean squared error (RMSE). In particular, Random Forest Regression and Decision Tree Regression exhibit relatively high predictive performance, followed by K-Nearest Neighbors Regression. </p>
      <p>In addition, adding lags of the opening, high, and low prices to the lags of the closing price as explanatory variables is found to slightly improve predictive performance in some cases. Furthermore, comparison across different forecast target periods indicates that predictive performance tends to improve as the period is extended from five to ten years. These findings are significant contributions of this study.</p>
      <p>The remainder of this paper is organized as follows. Section 2 reviews the previous literature, and Section 3 describes the data and models. Section 4 presents the empirical results, followed by the conclusion in Section 5.</p>
      <fig id="fig1">
        <label>Figure 1</label>
        <graphic xlink:href="https://html.scirp.org/file/8601923-rId11.jpeg?20260921101034" />
      </fig>
      <p><bold>Figure 1.</bold> Evolution of the Nikkei 225 closing prices: January 5, 1970, to December 30, 2025.</p>
    </sec>
    <sec id="sec2">
      <title>2. Previous Studies</title>
      <p>In recent years, research on stock price prediction has progressed through the use of machine learning and deep learning in addition to conventional statistical methods. An increasing number of studies have employed neural networks such as LSTM and CNN to capture the complex nonlinearities and time-series characteristics of stock prices and stock returns. This section reviews previous studies on stock price prediction using AI in chronological order.</p>
      <p>[<xref ref-type="bibr" rid="B9">9</xref>] applied LSTM to stock index prediction and demonstrated the usefulness of Recurrent Neural Networks (RNNs) and LSTM for time-series data such as stock prices. This study is important in that it indicated the potential effectiveness of LSTM, which can learn long-term dependencies, for predicting future price movements using historical stock price information.</p>
      <p>Subsequently, [<xref ref-type="bibr" rid="B5">5</xref>] presented an approach for classifying stock price increases and decreases by combining large-scale data processing using Spark with machine learning models such as Random Forest and Decision Tree. This demonstrated the potential for applying not only deep learning but also conventional machine learning models to large-scale financial data.</p>
      <p>Moreover, [<xref ref-type="bibr" rid="B7">7</xref>] examined stock time-series forecasting using LSTM and found that the number of training iterations and the period of data used affected predictive performance. These studies indicate that, in stock price prediction, not only the choice of models that appropriately capture the characteristics of time-series data but also training conditions and data handling have important effects on predictive accuracy.</p>
      <p>Later, [<xref ref-type="bibr" rid="B8">8</xref>] examined the potential of utilizing AI and machine learning in stock market analysis by incorporating sentiment analysis of posts on Twitter in addition to technical analysis based on historical stock price data. In this way, the information used for stock price prediction has expanded from market data such as prices and trading volume to unstructured data containing investors’ opinions and emotions.</p>
      <p>Furthermore, [<xref ref-type="bibr" rid="B6">6</xref>] applied Natural Language Processing (NLP) to a large volume of social media data and quantified investor sentiment to analyze the relationship between sentiment and stock prices. Their results showed a significant positive synergy between investor sentiment and stock prices, while also indicating that this relationship could reverse or disappear depending on the period. In addition, the study showed that investor sentiment on social media reflects expectations regarding future market trends, suggesting the potential usefulness of sentiment information for stock price prediction.</p>
      <p>Moreover, [<xref ref-type="bibr" rid="B4">4</xref>] focused on the non-stationarity of financial time series and proposed a forecasting model for non-stationary financial time series using meta-learning. In this model, CNN is used as the predictor and LSTM as the meta-learner, and long-term non-stationary time series are divided into multiple shorter subsequences for forecasting. The experiments showed that the proposed model achieved better predictive performance than conventional CNN and autoregressive (AR) models, demonstrating the effectiveness of an adaptive forecasting approach for non-stationary financial data.</p>
      <p>Subsequently, [<xref ref-type="bibr" rid="B3">3</xref>] compared multiple neural network architectures, including Multilayer Perceptron (MLP), RNN, LSTM, and CNN, examined their respective stock price forecasting performance, and analyzed the applicability of forecasting models to different markets. This indicates that, in addition to accuracy for a particular market or dataset, the generalization performance of models is also an important research issue. Furthermore, [<xref ref-type="bibr" rid="B1">1</xref>] applied CNN, LSTM, and hybrid models combining these approaches to financial markets in the BRICS countries, thereby extending the application of deep learning models to multiple countries and markets.</p>
      <p>These studies indicate that research on stock price prediction has evolved from forecasting based on a single time series toward forecasting in non-stationary market environments and different markets, as well as forecasting using combinations of multiple deep learning models. However, relatively few studies have carefully examined well-established models by changing settings such as forecast target periods and explanatory variables. Therefore, we believe that research such as the present study fills the research gap left by existing studies and thus is highly meaningful.</p>
    </sec>
    <sec id="sec3">
      <title>3. Data and Models</title>
      <p>This section describes the data used in the analysis and the forecasting models. This study employs the five machine learning models, Random Forest Regression, Decision Tree Regression, XGBoost Regression, LightGBM Regression, and K-Nearest Neighbors Regression, for model comparisons.</p>
      <p>The analysis uses daily data for the Nikkei 225. Specifically, the four daily price variables—opening price (Open), high price (High), low price (Low), and closing price (Close)—are used. The overall sample period used in the analysis is from January 5, 1970, to December 30, 2025. To clarify the differences by forecasting periods, six forecast target periods are considered: five years from January 4, 2021, to December 30, 2025; six years from January 6, 2020, to December 30, 2025; seven years from January 4, 2019, to December 30, 2025; eight years from January 4, 2018, to December 30, 2025; nine years from January 4, 2017, to December 30, 2025; and ten years from January 4, 2016, to December 30, 2025. Each of these six periods is analyzed separately for the five machine learning models.</p>
      <p>Accordingly, in model training and prediction, for each of the six period settings, the observations outside the respective forecast target period within the overall sample period constitute the training period, while the respective forecast target period constitutes the test period.</p>
      <p>The prediction target is the closing price (Close) of the Nikkei 225. First, taking into account the temporal relationship with the closing price, a baseline model is specified using lags 1 through 3 of the closing price as explanatory variables. Moreover, three additional six-variable models are constructed by adding lags 0 through 2 of the opening price (Open), lags 1 through 3 of the high price (High), and lags 1 through 3 of the low price (Low), respectively, to the explanatory variables of the baseline model.</p>
      <p>These four explanatory-variable specifications are then applied to the five forecasting models described above for comparative analysis. For lag 0 of Open, it is assumed that the opening price of the day is known at the time of prediction. In other words, the analysis assumes that the closing price of the day is predicted once the opening price of that day becomes known.</p>
    </sec>
    <sec id="sec4">
      <title>4. Results</title>
      <p>This section compares and examines the results obtained from each forecasting model. The five models—Random Forest Regression, Decision Tree Regression, XGBoost Regression, LightGBM Regression, and K-Nearest Neighbors Regression—are applied to the price series of the Nikkei 225 and compared across six forecast target periods of five, six, seven, eight, nine, and ten years. The results for the predictive accuracy of each period are presented in <bold>Tables 1</bold><bold>-</bold><bold>6</bold>, respectively. For all forecasting models, model specifications were determined based solely on data from the training period, and observations from the forecast target period were not used for model fitting.</p>
      <p>Each of the six tables presents the results of forecasting the closing price on the forecast day using past 3-day closing prices as explanatory variables in Panel A; the results of forecasting using past 3-day closing prices and same-day and past 2-day opening prices as explanatory variables in Panel B; the results of forecasting using past 3-day closing prices and past 3-day high prices as explanatory variables in Panel C; and the results of forecasting using past 3-day closing prices and past 3-day low prices as explanatory variables in Panel D. </p>
      <p>First, across the three evaluation measures—R2, MAE, and RMSE—shown in <bold>Tables 1</bold><bold>-</bold><bold>6</bold>, broadly similar tendencies are observed with respect to the predictive accuracy of the daily closing price of the Nikkei 225 across the six forecast target periods. In particular, Random Forest Regression and Decision Tree Regression exhibit relatively high predictive accuracy, followed by K-Nearest Neighbors Regression. In contrast, XGBoost Regression and LightGBM Regression underperform the other three models. </p>
      <p>Furthermore, as shown in <bold>Tables 1</bold><bold>-</bold><bold>6</bold>, adding lags of Open, High, or Low as explanatory variables to the baseline models, which use only lags of Close as explanatory variables, slightly improves predictive accuracy in some cases. At the same time, predictive accuracy tends to improve as the forecast target period is extended from five to ten years. As the values of R2, MAE, and RMSE in<bold>Tables 1</bold><bold>-</bold><bold>6</bold> indicate, these tendencies remain highly consistent across the six forecast target periods.</p>
      <p><bold>Table 1.</bold> Results of 5-year forecasts of the Nikkei 225 daily closing prices.</p>
      <table-wrap id="tbl1">
        <label>Table 1</label>
        <table>
          <tbody>
            <tr>
              <td colspan="7">Panel A. Forecasting using Past 3-day Close Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="6">Forecasting Performance</td>
            </tr>
            <tr>
              <td colspan="2">R2</td>
              <td colspan="2">MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td colspan="2">0.81558</td>
              <td colspan="2">1090.59975</td>
              <td colspan="2">2699.75107</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td colspan="2">0.81534</td>
              <td colspan="2">1158.90021</td>
              <td colspan="2">2701.51411</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td colspan="2">0.80763</td>
              <td colspan="2">1145.36361</td>
              <td colspan="2">2757.31333</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td colspan="2">0.77703</td>
              <td colspan="2">1325.91695</td>
              <td colspan="2">2968.57030</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td colspan="2">0.81390</td>
              <td colspan="2">1106.53505</td>
              <td colspan="2">2712.00109</td>
            </tr>
            <tr>
              <td colspan="7">Panel B. Forecasting using Past 3-day Close Prices and Same-day and Past 2-day Open Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="6">Forecasting Performance</td>
            </tr>
            <tr>
              <td colspan="2">R2</td>
              <td colspan="2">MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td colspan="2">0.81518</td>
              <td colspan="2">1036.34562</td>
              <td colspan="2">2702.69431</td>
            </tr>
            <tr>
              <td colspan="2">Decision Tree Regression</td>
              <td colspan="2">0.81772</td>
              <td colspan="2">1080.98340</td>
              <td colspan="2">2684.01892</td>
            </tr>
            <tr>
              <td colspan="2">XGBoost Regression</td>
              <td colspan="2">0.80336</td>
              <td colspan="2">1124.99080</td>
              <td colspan="2">2787.77702</td>
            </tr>
            <tr>
              <td colspan="2">LightGBM Regression</td>
              <td colspan="2">0.77843</td>
              <td colspan="2">1281.49296</td>
              <td colspan="2">2959.21338</td>
            </tr>
            <tr>
              <td colspan="2">K-Nearest Neighbors Regression</td>
              <td colspan="2">0.81506</td>
              <td colspan="2">1066.78127</td>
              <td colspan="2">2703.54347</td>
            </tr>
            <tr>
              <td colspan="8">Panel C. Forecasting using Past 3-day Close Prices and Past 3-day High Prices</td>
            </tr>
            <tr>
              <td colspan="2" rowspan="2">Model</td>
              <td colspan="6">Forecasting Performance</td>
            </tr>
            <tr>
              <td colspan="2">R2</td>
              <td colspan="2">MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td colspan="2">Random Forest Regression</td>
              <td colspan="2">0.81481</td>
              <td colspan="2">1094.83399</td>
              <td colspan="2">2705.39066</td>
            </tr>
            <tr>
              <td colspan="2">Decision Tree Regression</td>
              <td colspan="2">0.81566</td>
              <td colspan="2">1139.68042</td>
              <td colspan="2">2699.16368</td>
            </tr>
            <tr>
              <td colspan="2">XGBoost Regression</td>
              <td colspan="2">0.80884</td>
              <td colspan="2">1137.45201</td>
              <td colspan="2">2748.64161</td>
            </tr>
            <tr>
              <td colspan="2">LightGBM Regression</td>
              <td colspan="2">0.78029</td>
              <td colspan="2">1310.28690</td>
              <td colspan="2">2946.79702</td>
            </tr>
            <tr>
              <td colspan="2">K-Nearest Neighbors Regression</td>
              <td colspan="2">0.81357</td>
              <td colspan="2">1111.38107</td>
              <td colspan="2">2714.43792</td>
            </tr>
            <tr>
              <td colspan="8">Panel D. Forecasting using Past 3-day Close Prices and Past 3-day Low Prices</td>
            </tr>
            <tr>
              <td colspan="2" rowspan="2">Model</td>
              <td colspan="6">Forecasting Performance</td>
            </tr>
            <tr>
              <td colspan="2">R2</td>
              <td colspan="2">MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td colspan="2">Random Forest Regression</td>
              <td colspan="2">0.81428</td>
              <td colspan="2">1098.52381</td>
              <td colspan="2">2709.27923</td>
            </tr>
            <tr>
              <td colspan="2">Decision Tree Regression</td>
              <td colspan="2">0.81575</td>
              <td colspan="2">1146.51763</td>
              <td colspan="2">2698.49230</td>
            </tr>
            <tr>
              <td colspan="2">XGBoost Regression</td>
              <td colspan="2">0.79907</td>
              <td colspan="2">1187.41044</td>
              <td colspan="2">2817.98405</td>
            </tr>
            <tr>
              <td colspan="2">LightGBM Regression</td>
              <td colspan="2">0.77660</td>
              <td colspan="2">1331.12153</td>
              <td colspan="2">2971.37893</td>
            </tr>
            <tr>
              <td colspan="2">K-Nearest Neighbors Regression</td>
              <td colspan="2">0.81374</td>
              <td colspan="2">1112.94727</td>
              <td colspan="2">2713.16110</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>Notes. Our full sample period is from January 5, 1970, to December 30, 2025, and the test period is from January 4, 2021, to December 30, 2025. R2 denotes the R-squared value, MAE denotes mean absolute error, and RMSE denotes root mean squared error.</p>
      <p><bold>Table 2.</bold> Results of 6-year forecasts of the Nikkei 225 daily closing prices.</p>
      <table-wrap id="tbl2">
        <label>Table 2</label>
        <table>
          <tbody>
            <tr>
              <td colspan="4">Panel A. Forecasting using Past 3-day Close Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.87709</td>
              <td>953.59991</td>
              <td>2469.86650</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.87660</td>
              <td>1015.37587</td>
              <td>2474.73816</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.86773</td>
              <td>1018.05453</td>
              <td>2562.19506</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.85150</td>
              <td>1148.36613</td>
              <td>2714.82237</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.87586</td>
              <td>971.34155</td>
              <td>2482.21023</td>
            </tr>
            <tr>
              <td colspan="4">Panel B. Forecasting using Past 3-day Close Prices and Same-day and Past 2-day Open Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.87701</td>
              <td>892.75023</td>
              <td>2470.65750</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.87836</td>
              <td>957.24588</td>
              <td>2457.11892</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.86824</td>
              <td>975.42374</td>
              <td>2557.23526</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.85204</td>
              <td>1115.51635</td>
              <td>2709.90466</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.87681</td>
              <td>927.37058</td>
              <td>2472.69466</td>
            </tr>
            <tr>
              <td colspan="4">Panel C. Forecasting using Past 3-day Close Prices and Past 3-day High Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.87644</td>
              <td>958.91135</td>
              <td>2476.38175</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.87678</td>
              <td>1009.06895</td>
              <td>2472.95892</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.87026</td>
              <td>999.86801</td>
              <td>2537.58512</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.85397</td>
              <td>1132.79038</td>
              <td>2692.17424</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.87566</td>
              <td>973.01612</td>
              <td>2484.19373</td>
            </tr>
            <tr>
              <td colspan="4">Panel D. Forecasting using Past 3-day Close Prices and Past 3-day Low Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.87614</td>
              <td>960.36123</td>
              <td>2479.36198</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.87678</td>
              <td>1011.04136</td>
              <td>2472.99860</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.86593</td>
              <td>1022.77689</td>
              <td>2579.53995</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.85138</td>
              <td>1147.95385</td>
              <td>2715.91793</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.87572</td>
              <td>978.16133</td>
              <td>2483.63770</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>Notes. Our full sample period is from January 5, 1970, to December 30, 2025, and the test period is from January 6, 2020, to December 30, 2025. R2 denotes the R-squared value, MAE denotes mean absolute error, and RMSE denotes root mean squared error.</p>
      <p><bold>Table 3.</bold> Results of 7-year forecasts of the Nikkei 225 daily closing prices.</p>
      <table-wrap id="tbl3">
        <label>Table 3</label>
        <table>
          <tbody>
            <tr>
              <td colspan="4">Panel A. Forecasting using Past 3-day Close Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.90405</td>
              <td>844.08330</td>
              <td>2290.88025</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.90394</td>
              <td>902.13725</td>
              <td>2292.22219</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.89615</td>
              <td>903.88740</td>
              <td>2383.34565</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.88434</td>
              <td>1012.03101</td>
              <td>2515.24671</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.90314</td>
              <td>857.97267</td>
              <td>2301.71220</td>
            </tr>
            <tr>
              <td colspan="4">Panel B. Forecasting using Past 3-day Close Prices and Same-day and Past 2-day Open Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.90413</td>
              <td>781.53646</td>
              <td>2289.97819</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.90498</td>
              <td>851.60917</td>
              <td colspan="2">2279.81889</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.89849</td>
              <td>845.16203</td>
              <td colspan="2">2356.29358</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.88499</td>
              <td>969.74541</td>
              <td colspan="2">2508.12516</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.90393</td>
              <td>814.64290</td>
              <td colspan="2">2292.37096</td>
            </tr>
            <tr>
              <td colspan="5">Panel C. Forecasting using Past 3-day Close Prices and Past 3-day High Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="4">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.90369</td>
              <td>845.48256</td>
              <td colspan="2">2295.23088</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.90415</td>
              <td>891.99150</td>
              <td colspan="2">2289.68040</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.89831</td>
              <td>884.69800</td>
              <td colspan="2">2358.42492</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.88627</td>
              <td>996.49204</td>
              <td colspan="2">2494.20091</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.90298</td>
              <td>858.82289</td>
              <td colspan="2">2303.62538</td>
            </tr>
            <tr>
              <td colspan="5">Panel D. Forecasting using Past 3-day Close Prices and Past 3-day Low Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="4">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.90361</td>
              <td>845.97694</td>
              <td colspan="2">2296.21487</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.90369</td>
              <td>905.85974</td>
              <td colspan="2">2295.14861</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.89890</td>
              <td>883.09870</td>
              <td colspan="2">2351.59734</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.88557</td>
              <td>990.26859</td>
              <td colspan="2">2501.81596</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.90303</td>
              <td>864.07701</td>
              <td colspan="2">2303.10238</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>Notes. Our full sample period is from January 5, 1970, to December 30, 2025, and the test period is from January 4, 2019, to December 30, 2025. R2 denotes the R-squared value, MAE denotes mean absolute error, and RMSE denotes root mean squared error.</p>
      <p><bold>Table 4.</bold> Results of 8-year forecasts of the Nikkei 225 daily closing prices.</p>
      <table-wrap id="tbl4">
        <label>Table 4</label>
        <table>
          <tbody>
            <tr>
              <td colspan="5">Panel A. Forecasting using Past 3-day Close Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="4">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.91608</td>
              <td>764.73614</td>
              <td colspan="2">2144.23134</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.91554</td>
              <td>827.94652</td>
              <td colspan="2">2151.05330</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.90858</td>
              <td>820.99140</td>
              <td colspan="2">2238.01718</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.89983</td>
              <td>892.66862</td>
              <td colspan="2">2342.59752</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.91522</td>
              <td>778.49900</td>
              <td colspan="2">2155.20648</td>
            </tr>
            <tr>
              <td colspan="5">Panel B. Forecasting using Past 3-day Close Prices and Same-day and Past 2-day Open Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="4">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td colspan="2">RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.91623</td>
              <td>702.71275</td>
              <td colspan="2">2142.37098</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.91627</td>
              <td>793.26870</td>
              <td>2141.77253</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.91055</td>
              <td>763.68722</td>
              <td>2213.80165</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.90048</td>
              <td>856.20747</td>
              <td>2334.99461</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.91599</td>
              <td>734.63173</td>
              <td>2145.38275</td>
            </tr>
            <tr>
              <td colspan="4">Panel C. Forecasting using Past 3-day Close Prices and Past 3-day High Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.91582</td>
              <td>763.99030</td>
              <td>2147.49936</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.91559</td>
              <td>818.30517</td>
              <td>2150.50203</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.91161</td>
              <td>803.66639</td>
              <td>2200.58138</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.90138</td>
              <td>879.29435</td>
              <td>2324.44428</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.91510</td>
              <td>780.67689</td>
              <td>2156.75410</td>
            </tr>
            <tr>
              <td colspan="4">Panel D. Forecasting using Past 3-day Close Prices and Past 3-day Low Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.91561</td>
              <td>767.57620</td>
              <td>2150.25795</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.91549</td>
              <td>831.16630</td>
              <td>2151.80460</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.91290</td>
              <td>800.84445</td>
              <td>2184.42320</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.89993</td>
              <td>891.74273</td>
              <td>2341.41941</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.91513</td>
              <td>782.84788</td>
              <td>2156.26945</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>Notes. Our full sample period is from January 5, 1970, to December 30, 2025, and the test period is from January 4, 2018, to December 30, 2025. R2 denotes the R-squared value, MAE denotes mean absolute error, and RMSE denotes root mean squared error.</p>
      <p><bold>Table 5.</bold> Results of 9-year forecasts of the Nikkei 225 daily closing prices.</p>
      <table-wrap id="tbl5">
        <label>Table 5</label>
        <table>
          <tbody>
            <tr>
              <td colspan="4">Panel A. Forecasting using Past 3-day Close Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.92820</td>
              <td>696.13137</td>
              <td>2021.66512</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.92738</td>
              <td>768.63354</td>
              <td>2033.15572</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.92384</td>
              <td>735.73993</td>
              <td>2082.04861</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.91517</td>
              <td>807.51863</td>
              <td>2197.44445</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.92748</td>
              <td>708.07887</td>
              <td>2031.68122</td>
            </tr>
            <tr>
              <td colspan="4">Panel B. Forecasting using Past 3-day Close Prices and Same-day and Past 2-day Open Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.92834</td>
              <td>637.93423</td>
              <td>2019.58642</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.92838</td>
              <td>723.21554</td>
              <td>2019.06665</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.92319</td>
              <td>700.08930</td>
              <td>2090.87839</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.91574</td>
              <td>758.77877</td>
              <td>2189.93906</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.92818</td>
              <td>664.56023</td>
              <td>2021.94099</td>
            </tr>
            <tr>
              <td colspan="4">Panel C. Forecasting using Past 3-day Close Prices and Past 3-day High Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.92802</td>
              <td>693.53387</td>
              <td>2024.12561</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.92771</td>
              <td>752.02628</td>
              <td>2028.44275</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.92523</td>
              <td>732.34380</td>
              <td>2062.94788</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.91608</td>
              <td>799.61407</td>
              <td>2185.54282</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.92737</td>
              <td>710.40317</td>
              <td>2033.22502</td>
            </tr>
            <tr>
              <td colspan="4">Panel D. Forecasting using Past 3-day Close Prices and Past 3-day Low Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.92771</td>
              <td>698.03494</td>
              <td>2028.43264</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.92778</td>
              <td>757.45497</td>
              <td>2027.50698</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.92215</td>
              <td>745.41652</td>
              <td>2104.98440</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.91539</td>
              <td>806.53620</td>
              <td>2194.49927</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.92739</td>
              <td>713.46267</td>
              <td>2032.97641</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>Notes. Our full sample period is from January 5, 1970, to December 30, 2025, and the test period is from January 4, 2017, to December 30, 2025. R2 denotes the R-squared value, MAE denotes mean absolute error, and RMSE denotes root mean squared error.</p>
      <p><bold>Table 6.</bold> Results of 10-year forecasts of the Nikkei 225 daily closing prices.</p>
      <table-wrap id="tbl6">
        <label>Table 6</label>
        <table>
          <tbody>
            <tr>
              <td colspan="4">Panel A. Forecasting using Past 3-day Close Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.94133</td>
              <td>646.52942</td>
              <td>1919.57260</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.94056</td>
              <td>719.34984</td>
              <td>1931.99684</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.93599</td>
              <td>694.16319</td>
              <td>2004.87671</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.93060</td>
              <td>745.66403</td>
              <td>2087.65692</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.94071</td>
              <td>658.97482</td>
              <td>1929.55019</td>
            </tr>
            <tr>
              <td colspan="4">Panel B. Forecasting using Past 3-day Close Prices and Same-day and Past 2-day Open Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.94149</td>
              <td>589.63178</td>
              <td>1916.80362</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.94151</td>
              <td>670.22412</td>
              <td>1916.49787</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.93976</td>
              <td>629.21047</td>
              <td>1944.94714</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.93162</td>
              <td>694.33715</td>
              <td>2072.24427</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.94132</td>
              <td>616.34753</td>
              <td>1919.68910</td>
            </tr>
            <tr>
              <td colspan="4">Panel C. Forecasting using Past 3-day Close Prices and Past 3-day High Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.94114</td>
              <td>645.79033</td>
              <td>1922.53939</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.94080</td>
              <td>707.27427</td>
              <td>1928.14411</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.93625</td>
              <td>694.92244</td>
              <td>2000.89342</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.93128</td>
              <td>740.83249</td>
              <td>2077.34107</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.94063</td>
              <td>661.36332</td>
              <td>1930.93430</td>
            </tr>
            <tr>
              <td colspan="4">Panel D. Forecasting using Past 3-day Close Prices and Past 3-day Low Prices</td>
            </tr>
            <tr>
              <td rowspan="2">Model</td>
              <td colspan="3">Forecasting Performance</td>
            </tr>
            <tr>
              <td>R2</td>
              <td>MAE</td>
              <td>RMSE</td>
            </tr>
            <tr>
              <td>Random Forest Regression</td>
              <td>0.94105</td>
              <td>647.33798</td>
              <td>1924.10647</td>
            </tr>
            <tr>
              <td>Decision Tree Regression</td>
              <td>0.94083</td>
              <td>712.88133</td>
              <td>1927.71269</td>
            </tr>
            <tr>
              <td>XGBoost Regression</td>
              <td>0.93822</td>
              <td>678.37639</td>
              <td>1969.74899</td>
            </tr>
            <tr>
              <td>LightGBM Regression</td>
              <td>0.93085</td>
              <td>743.93305</td>
              <td>2083.95292</td>
            </tr>
            <tr>
              <td>K-Nearest Neighbors Regression</td>
              <td>0.94064</td>
              <td>663.65923</td>
              <td>1930.76031</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>Notes. Our full sample period is from January 5, 1970, to December 30, 2025, and the test period is from January 4, 2016, to December 30, 2025. R2 denotes the R-squared value, MAE denotes mean absolute error, and RMSE denotes root mean squared error.</p>
    </sec>
    <sec id="sec5">
      <title>5. Conclusions</title>
      <p>This study used daily data for the Nikkei 225 to forecast its closing price using five machine learning models—Random Forest Regression, Decision Tree Regression, XGBoost Regression, LightGBM Regression, and K-Nearest Neighbors Regression—and compared their predictive performance. The analysis employed baseline models using lags of the closing price as explanatory variables, as well as models that added lags of the opening, high, and low prices, respectively, to the explanatory variables of the baseline models. In addition, comparisons were conducted across six forecast target periods ranging from five to ten years.</p>
      <p>The results showed broadly similar tendencies across different forecast target periods for each of the three evaluation measures, R2, MAE, and RMSE. In particular, Random Forest Regression and Decision Tree Regression exhibited relatively high predictive performance, followed by K-Nearest Neighbors Regression. </p>
      <p>In addition, adding lags of the opening, high, and low prices to the lags of the closing price as explanatory variables slightly improved predictive performance in some cases. This suggests that incorporating information related to intraday price formation, in addition to historical closing-price information, may contribute to improving predictive performance.</p>
      <p>Furthermore, comparison across different forecast target periods indicated that predictive performance tends to improve as the period is extended from five to ten years. This result suggests that, when forecasting financial time series such as the Nikkei 225 using machine learning models, the period of data used in the analysis may affect predictive performance.</p>
      <p>Overall, this study demonstrated that, in forecasting the daily closing price of the Nikkei 225, not only the type of model but also the composition of explanatory variables and the forecast target period are important factors to consider when evaluating predictive performance. This clarification is the most significant contribution of this study. Moreover, we found that, among the models compared in this study, Random Forest Regression and Decision Tree Regression performed relatively well. This finding is also an important contribution of this study. </p>
      <p>This study is a comparative analysis centered on price data for the Nikkei 225, and whether similar results would be obtained for other markets, or when additional information such as trading volume, news, and investor sentiment is incorporated, remains a subject for future research. Nevertheless, the present study highlights the critical importance of meticulous foundational research. From this perspective, we anticipate that the findings of the present study will make a significant contribution to further research in this area and serve as a valuable basis for further investigation.</p>
    </sec>
    <sec id="sec6">
      <title>Acknowledgements</title>
      <p>The author is grateful for the repeated cordial invitations from Joy Deng, Managing Editor of the Journal. The author also thanks the anonymous reviewers for their supportive and constructive comments on this paper. Additionally, the author appreciates the financial support from the Chuo University Grant for Special Research. Lastly, the author also thanks all the editors of this journal for their kind attention to this paper.</p>
    </sec>
    <sec id="sec7">
      <title>Author Contributions</title>
      <p>The author designed and conducted all of the research.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Abir, S. I., Shoha, S., Al Shiam, S. A., Zakaria, R. M., Shimanto, A. H., Shamsul Arefeen, S. M. et al. (2025). Deep Learning for Financial Markets: A Case-Based Analysis of BRICS Nations in the Era of Intelligent Forecasting. <italic>Journal</italic><italic>of</italic><italic>Economics,</italic><italic>Finance</italic><italic>and</italic><italic>Accounting</italic><italic>Studies,</italic><italic>7,</italic> 1-15. https://doi.org/10.32996/jefas.2025.7.1.1 <pub-id pub-id-type="doi">10.32996/jefas.2025.7.1.1</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.32996/jefas.2025.7.1.1">https://doi.org/10.32996/jefas.2025.7.1.1</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Abir, S.</string-name>
              <string-name>Shoha, S.</string-name>
              <string-name>Shiam, S.</string-name>
              <string-name>Zakaria, R.</string-name>
              <string-name>Shimanto, A.</string-name>
              <string-name>Arefeen, S.</string-name>
              <string-name>Economics, F</string-name>
            </person-group>
            <year>2025</year>
            <pub-id pub-id-type="doi">10.32996/jefas.2025.7.1.1</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Chen, X. (2023). Stock Price Prediction Using Machine Learning Strategies. <italic>BCP</italic><italic>Business</italic><italic>&amp;</italic><italic>Management,</italic><italic>36,</italic> 488-497. https://doi.org/10.54691/bcpbm.v36i.3507 <pub-id pub-id-type="doi">10.54691/bcpbm.v36i.3507</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.54691/bcpbm.v36i.3507">https://doi.org/10.54691/bcpbm.v36i.3507</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Chen, X.</string-name>
            </person-group>
            <year>2023</year>
            <pub-id pub-id-type="doi">10.54691/bcpbm.v36i.3507</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Ghosh, B. P., Bhuiyan, M. S., Das, D., Nguyen, T. N., Jewel, R. M., Mia, M. T., Cao, D. M., &amp; Shahid, R. (2024). Deep Learning in Stock Market Forecasting: Comparative Analysis of Neural Network Architectures across NSE and NYSE. <italic>Journal</italic><italic>of</italic><italic>Computer</italic><italic>Science</italic><italic>and</italic><italic>Technology</italic><italic>Studies,</italic><italic>6,</italic> 68-75. https://doi.org/10.32996/jcsts.2024.6.1.8 <pub-id pub-id-type="doi">10.32996/jcsts.2024.6.1.8</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.32996/jcsts.2024.6.1.8">https://doi.org/10.32996/jcsts.2024.6.1.8</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Ghosh, B.</string-name>
              <string-name>Bhuiyan, M.</string-name>
              <string-name>Das, D.</string-name>
              <string-name>Nguyen, T.</string-name>
              <string-name>Jewel, R.</string-name>
              <string-name>Mia, M.</string-name>
              <string-name>Cao, D.</string-name>
              <string-name>Shahid, R.</string-name>
            </person-group>
            <year>2024</year>
            <pub-id pub-id-type="doi">10.32996/jcsts.2024.6.1.8</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Hong, A., Gao, M., Gao, Q., &amp; Peng, X. (2023). Non-Stationary Financial Time Series Forecasting Based on Meta-Learning. <italic>Electronics Letters, 59,</italic> e12681. https://doi.org/10.1049/ell2.12681 <pub-id pub-id-type="doi">10.1049/ell2.12681</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1049/ell2.12681">https://doi.org/10.1049/ell2.12681</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Hong, A.</string-name>
              <string-name>Gao, M.</string-name>
              <string-name>Gao, Q.</string-name>
              <string-name>Peng, X.</string-name>
            </person-group>
            <year>2023</year>
            <pub-id pub-id-type="doi">10.1049/ell2.12681</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Jiang, X., Mo, H., &amp; Li, H. (2019). Stock Classification Prediction Based on Spark. <italic>Procedia Computer Science, 162,</italic> 243-250. https://doi.org/10.1016/j.procs.2019.11.281 <pub-id pub-id-type="doi">10.1016/j.procs.2019.11.281</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.procs.2019.11.281">https://doi.org/10.1016/j.procs.2019.11.281</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Jiang, X.</string-name>
              <string-name>Mo, H.</string-name>
              <string-name>Li, H.</string-name>
            </person-group>
            <year>2019</year>
            <pub-id pub-id-type="doi">10.1016/j.procs.2019.11.281</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Liu, Q., Lee, W., Huang, M., &amp; Wu, Q. (2023). Synergy between Stock Prices and Investor Sentiment in Social Media. <italic>Borsa Istanbul Review, 23,</italic> 76-92. https://doi.org/10.1016/j.bir.2022.09.006 <pub-id pub-id-type="doi">10.1016/j.bir.2022.09.006</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.bir.2022.09.006">https://doi.org/10.1016/j.bir.2022.09.006</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Liu, Q.</string-name>
              <string-name>Lee, W.</string-name>
              <string-name>Huang, M.</string-name>
              <string-name>Wu, Q.</string-name>
            </person-group>
            <year>2023</year>
            <pub-id pub-id-type="doi">10.1016/j.bir.2022.09.006</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Moghar, A., &amp; Hamiche, M. (2020). Stock Market Prediction Using LSTM Recurrent Neural Network. <italic>Procedia Computer Science, 170,</italic> 1168-1173. https://doi.org/10.1016/j.procs.2020.03.049 <pub-id pub-id-type="doi">10.1016/j.procs.2020.03.049</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.procs.2020.03.049">https://doi.org/10.1016/j.procs.2020.03.049</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Moghar, A.</string-name>
              <string-name>Hamiche, M.</string-name>
            </person-group>
            <year>2020</year>
            <pub-id pub-id-type="doi">10.1016/j.procs.2020.03.049</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Mokhtari, S., Yen, K. K., &amp; Liu, J. (2021). Effectiveness of Artificial Intelligence in Stock Market Prediction Based on Machine Learning. <italic>International Journal of Computer Applications, 183,</italic> 1-8. https://doi.org/10.5120/ijca2021921347 <pub-id pub-id-type="doi">10.5120/ijca2021921347</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.5120/ijca2021921347">https://doi.org/10.5120/ijca2021921347</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Mokhtari, S.</string-name>
              <string-name>Yen, K.</string-name>
              <string-name>Liu, J.</string-name>
            </person-group>
            <year>2021</year>
            <pub-id pub-id-type="doi">10.5120/ijca2021921347</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Roondiwala, M., Patel, H., &amp; Varma, S. (2017). Predicting Stock Prices Using LSTM. <italic>International Journal of Science and Research (IJSR), 6,</italic> 1754-1756. https://doi.org/10.21275/art20172755 <pub-id pub-id-type="doi">10.21275/art20172755</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.21275/art20172755">https://doi.org/10.21275/art20172755</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Roondiwala, M.</string-name>
              <string-name>Patel, H.</string-name>
              <string-name>Varma, S.</string-name>
            </person-group>
            <year>2017</year>
            <pub-id pub-id-type="doi">10.21275/art20172755</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Tsuji, C. (2022). Exchange Rate Forecasting via a Machine Learning Approach. <italic>iBusiness, 14,</italic> 119-126. https://doi.org/10.4236/ib.2022.143009 <pub-id pub-id-type="doi">10.4236/ib.2022.143009</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.4236/ib.2022.143009">https://doi.org/10.4236/ib.2022.143009</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Tsuji, C.</string-name>
            </person-group>
            <year>2022</year>
            <pub-id pub-id-type="doi">10.4236/ib.2022.143009</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Tsuji, C. (2025). Forecasting Exchange Rates with Artificial Intelligence: A Study of European Currencies. <italic>International Business Research, 18,</italic> 24-34. https://doi.org/10.5539/ibr.v18n5p24 <pub-id pub-id-type="doi">10.5539/ibr.v18n5p24</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.5539/ibr.v18n5p24">https://doi.org/10.5539/ibr.v18n5p24</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Tsuji, C.</string-name>
            </person-group>
            <year>2025</year>
            <pub-id pub-id-type="doi">10.5539/ibr.v18n5p24</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B12">
        <label>12.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Tsuji, C. (2026). Volatility Estimation and Crash Risk Forecasting Using Unified GARCH Models: Empirical Evidence from the Russian Invasion of Ukraine. <italic>Quantitative Finance and Economics, 10,</italic> 438-480. https://doi.org/10.3934/qfe.2026018 <pub-id pub-id-type="doi">10.3934/qfe.2026018</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3934/qfe.2026018">https://doi.org/10.3934/qfe.2026018</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Tsuji, C.</string-name>
            </person-group>
            <year>2026</year>
            <pub-id pub-id-type="doi">10.3934/qfe.2026018</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B13">
        <label>13.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Vishwas, H. N., Usha, B, A., &amp; Sangeetha, K. N. (2025). Artificial Intelligence-Based Stock Market Price Prediction, a Review. <italic>Mathematical Models in Engineering, 11,</italic> 204-229. https://doi.org/10.21595/mme.2025.24861 <pub-id pub-id-type="doi">10.21595/mme.2025.24861</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.21595/mme.2025.24861">https://doi.org/10.21595/mme.2025.24861</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Vishwas, H.</string-name>
              <string-name>Usha, B</string-name>
              <string-name>Sangeetha, K.</string-name>
            </person-group>
            <year>2025</year>
            <pub-id pub-id-type="doi">10.21595/mme.2025.24861</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>