Abstract

COVID-19 is an infectious disease that mostly affects the respiratory system. At the time of this research being performed, there were more than 1.4 million cases of COVID-19, and one of the biggest anxieties is not just our health, but our livelihoods, too. In this research, authors investigate the impact of COVID-19 on the global economy, more specifically, the impact of COVID-19 on the financial movement of Crude Oil price and three US stock indexes: DJI, S&P 500, and NASDAQ Composite. The proposed system for predicting commodity and stock prices integrates the stationary wavelet transform (SWT) and bidirectional long short-term memory (BDLSTM) networks. Firstly, SWT is used to decompose the data into approximation and detail coefficients. After decomposition, data of Crude Oil price and stock market indexes along with COVID-19 confirmed cases were used as input variables for future price movement forecasting. As a result, the proposed system BDLSTM + WT-ADA achieved satisfactory results in terms of five-day Crude Oil price forecast.

1. Introduction

Infectious diseases have always been a threat to humanity, especially those about which little or nothing is known. The World Health Organization (WHO) describes pandemic as “the worldwide spread of a new disease” and although in such times the greatest concern is how to save human lives, the first following objective is how to save the economy and preserve the well-being [1]. In recent history, it is possible to observe the impact of Spanish flu (1918-1919) on the economy. According to the Centers for Disease Control and Prevention (CDC) estimates, roughly 500 million people were taken ill with the disease, which ultimately took the lives of about 50 million worldwide [2]. Even though the economic data from the early 20th century are rare, it has been noted that the impact of business closures has led to unemployment, and businesses that have survived have suffered huge losses. The comparison can be drawn with the pandemic from the recent past, too. During the 2003 SARS (severe acute respiratory syndrome), which lasted less than a year, business saw enormous revenue plunge. A similar scenario happened in 2009 when the expansion of the H1N1 flu triggered numerous consequences [3, 4]. Pandemics like COVID-19 will surely have a significant influence on the global economy, as well as an impact on the financial markets. From 24 to 28 February 2020, stock markets worldwide reported their largest one-week declines since the 2008 financial crisis. Traders began to sell shares out of fear, and as a result, a market-wide circuit breaker was triggered four times in March [5, 6]. The breaks were made for 15 minutes each in the hope that the situation would calm down. Every pandemic is unique and it is unlikely to expect the same results, but direction and movement can be predicted which is important for a timely response. A recent occurrence of pandemic has created a supply and a demand shock which is significantly different in comparison with other crises. Starting with the supply-side reductions due to the astonishing closures of factories and labor shortages, the global economy was simultaneously affected by the demand-side shock with an immediate reduction in consumer spending. These shocks have ultimately resulted in shifting aggregate supply and aggregate demand downward and, consequently, in reducing national and global gross domestic products.

Forecasting stock prices has always been considered a challenging task due to the fact that the stock market tends to be nonstationary, nonlinear, and highly noisy [7]. Artificial intelligence (AI) algorithms have been proven successful in solving problems such as predicting stock prices [8] as well as other various fields of science, technology, and medicine [911]. Numerous factors influence financial market performance, and even financial experts find it complicated to make accurate predictions. The algorithm that may be efficient in commodity and stock market forecasting is a bidirectional long short-term memory (BDLSTM) [12]. This algorithm is a combination of the bidirectional recurrent network (BDRNN) and long short-term memory (LSTM) cells. Such combination causes the BDLSTM to have the advantage of LSTM with feedback for the next layer [13].

Althelaya et al. (2018) demonstrate the use of BDLSTM for the most challenging real-world application for time-series prediction [14]. Jia et al. (2019) show the use of bidirectional LSTM to predict the accuracy of GREE stock price and achieve good results [15]. Eapen et al. (2019) offer a view into a combination of multiple pipelines of convolutional neural network and bidirectional long short-term memory units and its use for stock market index prediction [16].

In order to decompose high complexity data of commodity and stock market indexes and at the same time retain translation invariance, stationary wavelet transform (SWT) was utilized. Since SWT is shift-invariant and nondecimated, it can be used for feature extraction, change detection, and pattern recognition. SWT can be described as follows: at each level, after the signal is convolved with high-pass and low-pass filters, resulting sequences have the same number of samples as the original signal [17].

Bai et al. (2016) demonstrate the successful use of the SWT and backpropagation neural network (BPNN) to forecast daily air pollutant concentrations, and the results show that the SWT-BPNN model has better forecasting performance for the three air pollutants than BPNN model without SWT [18]. Supratid et al. (2017) show the development of a reservoir inflow integrated forecasting model, relying on SWT and nonlinear autoregressive neural network with exogenous input (NARX), and achieve good results with relatively accurate predictions [19].

Three major US indexes, Dow Jones Industrial Average, S&P 500, and NASDAQ Composite, and Crude Oil price are chosen as the research objects. Sample data are selected from March 22, 2000, to April 7, 2020. Wang et al. (2012) show the cross-correlations between Crude Oil market and Dow Jones Industrial Average, S&P 500, and NASDAQ Composite stock market from the perspective of econophysics, and they found that cross-correlated behavior between Crude Oil market and other three US stock market is nonlinear and multifractal [20].

Datasets for each stock market index (Dow Jones Industrial Average, S&P 500, and NASDAQ Composite) along with Crude Oil price were obtained from the Yahoo Finance website [21] while the data of COVID-19 confirmed cases were obtained from the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE) [22]. At the time, when this research was performed, data of commodity and each stock market index consisted of 4992 data points, which were split into the training and testing sets.

The aim of this research is to integrate SWT with BDLSTM in order to predict the movement of the aforementioned commodity and stock market indexes during the COVID-19 outbreak.

COVID-19 caused a huge shock to the global economy including commodity prices as well as the stock market [23]. With implementation and forecasting price movement, it is expected to make a prompt and significant contribution in terms of understanding and responding to the impact of the COVID-19 pandemic on the global economy. This approach allows more effective predictions during pandemic and it will help with lowering the negative impact of COVID-19 on the financial market by providing experts with additional information and tools in their decision making. Integration of SWT with BDLSTM should help not only in the current situation but also in future situations similar to COVID-19 in order to be able to react in time and prevent a financial crisis.

First, the original data of each dataset will be used as an input variable in order to forecast future price movement by utilizing BDLSTM. Second, commodity and each of the stock market index data will be decomposed by using SWT in order to obtain approximation and detail coefficients which will be used to train the BDLSTM model. Afterwards, the obtained results for each configuration system will be compared. Third, the impact of confirmed cases detail coefficients on forecasting accuracy will be examined. Lastly, the best performing system configuration will be used in order to show the forecasted movement of Crude Oil price for the next five days with 128 observation days. The overview of the proposed system is given in Figure 1.

2. Materials and Methods

This section provides a detailed description of datasets used for forecasting price movements as well as a brief overview and mathematical description of stationary wavelet transform, bidirectional recurrent neural network, and bidirectional long short-term memory network. In the last two sections, grid search algorithm and evaluation criteria are described.

2.1. Dataset Description

In order to create the dataset used in this research, historical data of West Texas Intermediate (WTI) Crude Oil price and three stock indexes along with the number of COVID-19 confirmed cases are used. WTI can be defined as the main oil benchmark for North America and moreover is the most liquid crude oil benchmark [24]. In the oil market, benchmarks serve as a pricing reference for Crude Oil. The existence of different Crude Oil grades and varieties led to the use of benchmarks as a gauge in order to compare one type of Crude Oil with others. WTI is considered as light sweet oil since it has a sulfur content of 0.24%; therefore, it is ideal for gasoline [25].

The stock indexes are Dow Jones Industrial Average, S&P 500, and NASDAQ Composite. The data of these indexes and Crude Oil price for the time period from March 22, 2000, to April 07, 2020, are publicly available and obtained from the Yahoo Finance website [21]. Crude Oil commodity and each stock market index contain the data of volume and open, high, low, and close prices for each day when the financial market was open. For the purpose of this research, only the closing price is used. The data of COVID-19 confirmed cases are publicly available and operated by the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE) and supported by ESRI Living Atlas Team and the Johns Hopkins University Applied Physics Lab (JHU APL) [22]. Obtained data contain the number of confirmed cases (infected patients) for each day since the start of the COVID-19 pandemic January 22, 2020, until April 07, 2020. Datasets are organized in a way that column represents closing price, while rows represent the date of data collection. Furthermore, for each date after January 22, 2020, the number of confirmed cases is added in an additional column. Datasets with closing prices of the aforementioned indexes, Crude Oil, and COVID-19 confirmed cases are organized as multivariate time-series data and used in order to build an efficient deep learning model. Before the implementation of the AI algorithms, signal decomposition using wavelet transform (WT) was utilized.

Descriptive statistics of commodity, stock market indexes, and COVID-19 confirmed cases are provided in Table 1. With these statistics, the features of each dataset can be described [26]. Descriptive statistics used in this research are mean, maximum, minimum, standard deviation, kurtosis, and skewness. The total number of data points, i.e., observations in each of the aforementioned datasets, is 4992, which were split into two parts. The first part (80% of the total number) is used for model training, while the second part (20% of the total number) is used in order to evaluate the performance of the trained models.

Additionally, each dataset is tested for stationarity using augmented Dickey–Fuller (ADF) and Phillips–Perron (PP) unit root tests. The results for level and 1st difference are obtained with intercept and with trend and intercept for both ADF and PP tests as shown in Table 2. In order to select optimal lag length in the ADF test, the Schwarz information criterion (SIC) was utilized with maximum lags of 31. On the other hand, in the PP test, Bartlett kernel was used as a spectral estimation method along with the Newey–West automatic bandwidth selection. The value of optimal lag length (ADF test) and optimal bandwidth (PP test) for each dataset is enclosed in parentheses and given in Table 2. The critical values for ADF and PP tests with intercept are −3.431479, −2.861924, and −2.567017 for 1%, 5%, and 10%, while the critical values for the same tests but with trend and intercept are −3.959877, −3.410705, and −3.127138 for 1%, 5%, and 10%.

From the results of unit root tests, it can be concluded that the series of commodity and three US stock market indexes do not reject the null hypothesis and can be considered as nonstationary at the level except for NASDAQ Composite, where PP test with trend and intercept shows the value of −3.619394. If a test critical value of 5% (−3.410705) is chosen, the null hypothesis can be rejected, and the series of NASDAQ Composite is stationary. Furthermore, results point out that commodity and three stock market indexes are stationary at their 1st difference form.

In the case of COVID-19 confirmed cases, the results reveal that the series reject the null hypothesis in the PP test with intercept and with trend and intercept at the 1st difference and can be considered as stationary.

2.2. Data Decomposition with Wavelet Transform

The wavelet transform (WT) is a powerful mathematical tool for signal processing [27]. Applying WT, a signal can be decomposed into many frequency bands, which can simplify the analysis process. The major drawback of the Fourier Transform (FT) is losing time information, while preciseness of short-time Fourier transform (STFT) largely depends on its window size and shape. Unlike FT and STFT, WT preserves precise information about time and frequency. Since the characteristics of the stock market are nonstationary, nonlinear, and noisy, and considering the aforementioned drawbacks of FT and STFT, WT can be an appropriate approach when dealing with economic and financial time-series analysis. Wavelet transform of signal x(t) can be calculated as follows:where ψ represents the analyzing wavelet, stands for complex conjugate, a represents a time dilation, and τ represents time translation [28]. Therefore, the discrete wavelet transform (DWT) of signal x[m] can be defined as follows [29]:

To obtain approximation coefficients cA and detail coefficients cD from the original signal x[m], DWT needs to be performed. After DWT decomposition process, approximation contains the low-frequency components while the detail contains the high-frequency components of the original signal. In the case of conventional DWT, after each decomposition level, the signal is decimated. Because of decimation, the DWT is not a time-invariant transform and it is not suitable for data preprocessing in this research. This drawback can be overcome by using one of the DWT’s extensions, such as stationary wavelet transform (SWT) which solves the problem of shift invariance. SWT is feasible for feature extraction, change detection, and pattern recognition due to shift-invariant and nondecimated properties [30]. In SWT, after the signal is convolved with high- and low-pass filters, no decimation is performed; therefore, the number of obtained coefficients cA and cD at each decomposition level is the same as the number of samples in the original signal. Five-level SWT decomposition of an input signal x[n] is shown in Figure 2.

In order to obtain a good decomposition of the original signal, discrete Meyer wavelet is utilized. The Meyer wavelet is a linear-phase, orthogonal wavelet, and it is defined in the frequency domain as follows [31]:where is an auxiliary function that can be defined as follows:

2.3. Bidirectional Recurrent Neural Network

Recurrent neural networks (RNNs) are a class of artificial neural networks (ANNs) with feedback connection [32]. Between units are connections by which a directed cycle is formed. Therefore, in the RNN model, a signal can travel both forward and backward. In such network, knowledge can be represented with the values of synaptic connections between input, hidden, and output layers of neurons. The main idea behind RNNs is to use sequential data as input. The RNN model can be simplified by unfolding the RNN architecture over the input sequence of data as is shown in Figure 3.

Conventional feedback neural networks process the data in one direction only, but in certain areas, past and future information is desirable. Therefore, in 1997, Schuster and Paliwal introduced bidirectional recurrent neural network (BRNN), whose basic idea was to extend the RNN architecture by introducing additional hidden layers where data were placed in the opposite, negative direction. The hidden layer maintains a hidden state which can be defined as follows:for the positive direction, andfor the negative direction [33]. represents the weight matrix between input and hidden layers, represents the input vector, represents the weight matrix between two hidden states, represents the bias of the hidden layer, and represents the activation function. The output layer can be defined as follows:where represents the weight matrix between hidden and output layers, while represents the same but in other direction, and is the bias of the output layer [33]. As a major drawback, BRNN in its basic form cannot model a complex time dynamics and it can suffer from the vanishing or exploding gradients.

2.4. Bidirectional Long Short-Term Memory

One of the solutions to overcome the aforementioned problems is to use bidirectional long short-term memory (BDLSTM) architecture. Such architecture differs from the RNN architecture in terms of hidden layers. BDLSTM has a LSTM cell as hidden layer, which consists of three gates: an input gate, a forget gate, and an output gate. LSTM cell can be mathematically defined as follows [34]:

In equations (8)–(12) represent forget, input, and output gates, and represent the weight matrices, b is a bias vector, is a sigmoid activation function, tanh is the hyperbolic tangent function, is the cell output state, is the layer output, and operator ʘ is the element-wise product of the vectors. By using equations (5)–(11), forward and backward layer outputs can be calculated. The result of combining BRNN with LSTM cells is a BDLSTM network, which can model more complex time dynamics and deal with long-term dependencies [35]. The architecture of an unfolded BDLSTM is shown in Figure 4.

By using inputs in a positive sequence, the forward layer output sequence is calculated, and by using reversed inputs, the backward layer output sequence is calculated. Each element in the output vector of BDLSTM layer can be calculated as follows:where two output sequences are combined by utilizing the σ function [35]. In many studies, bidirectional networks have been proven to be significantly better than unidirectional networks in various fields, such as speech recognition [36], classification problems [37], and also in stock price prediction [38]. In this research, BDLSTM is trained in order to predict price movement for the time period where the impact of COVID-19 on the global economy is relatively high. In the output vector of a BDLSTM layer, the last element is the predicted value for the next time iteration. Furthermore, to prevent the network from overfitting, dropout can be implemented on hidden layers [39].

2.5. Hyperparameter Optimization

In order to determine optimal hyperparameters of the ANN, the grid search algorithm has been used. This algorithm can be described as an exhaustive search through a set of manually specified parameters [40]. Therefore, it iterates through every possible parameter combination, trains the network, and finally stores the result for each combination. Hyperparameters can be described as follows [41]:(i)Hidden layer size is defined with two integers where first one represents the number of hidden layers and the other one defines the number of hidden neurons in that layer(ii)Activation function determines the output value behavior of each neuron based on its input values(iii)Optimizer is used for minimizing the value of cost function in order to improve metric important for the research(iv)Learning rate can be considered as a hyperparameter that regulates the weight adjustment(v)Learning rate decay is a technique where the training process starts with a large learning rate and then decays it with the time(vi)Regularization parameter L2 forces the weights to decay towards zero but does not make them zero in order to limit the influence of input parameters

This way the algorithm can find the optimal hyperparameters of the model that achieve the most accurate predictions. The hyperparameters adjusted in this research are the number of BDLSTM hidden layers and neurons, the number of fully connected (FC) hidden layers, activation function, optimizer, learning rate, learning rate decay, and regularization parameter L2. Subset of hyperparameter space is shown in Table 3.

2.6. Evaluation Criteria

In order to evaluate the performance of the implemented model, two evaluation criteria can be used as accuracy measures. These performance measures are mean absolute error (MAE) and root mean square error (RMSE) and can be calculated as follows [42]:with being the true signal and being the forecasted signal. Smaller values of performance measures defined by equation (14) and equation (15) mean the better forecasting performance of the model and vice versa.

3. Results

The forecasting results are obtained for Crude Oil commodity and Dow Jones Industrial Average, S&P 500, and NASDAQ Composite indexes. For each dataset, SWT is performed in order to obtain their approximation and detail coefficients at five decomposition levels using discrete Meyer wavelet function. For example, such decomposed signal of Crude Oil price is shown in Figure 5, where s is the stock closing price for time period from March 22, 2000, to April 07, 2020, and cA and cD are approximation and detail coefficients.

Three main system configurations were examined in order to achieve high-quality regression and small values of performance measures. In the first configuration, nonpreprocessed data are used to train the BDLSTM model, and in the second, the BDLSTM model is trained by using both approximation and detail coefficients (AD). Finally, in the last configuration, the data contain approximation and detail coefficients for commodity and stock index price, but only the approximation for COVID-19 confirmed cases (ADA). The values of performance measures for Crude Oil and stock market indexes with system configurations are shown in Table 4.

BDLSTM model that achieves the best results has the same architecture for commodity and stock market indexes. Such architecture consists of three hidden layers, where the first two are BDLSTM layers with 64 hidden neurons each and the last one is FC layer with 12 hidden neurons. Additionally, dropout is applied on BDLSTM hidden layers with the value of 0.2 for the first and 0.1 for the second layer. All of the hidden layers use tanh activation function and Adam optimizer. The best model has a learning rate of 0.001, a learning rate decay of 1e − 6, and a regularization parameter of 0.0001.

During the COVID-19 pandemic, the correlation between Crude Oil price and other stock market indexes used in this research exists, and all of the data can be rearranged and used as multivariate time-series data. This way, important features of Crude Oil commodity and three stock market indexes can be captured in order to predict the movement of one price more precisely.

By using data of Crude Oil commodity, three stock indexes, and information of COVID-19 confirmed cases in the past 128 days, predictions were made for Crude Oil price for the next five days, as shown in Figure 6. The values of performance measures for Crude Oil with BDLSTM + WT-ADA system configuration are shown in Table 5.

4. Discussion

This research proposes an integrated system, BDLSTM + WT-ADA, for commodity and stock price movement prediction during the current pandemic. In order to validate the feasibility, the proposed system is compared with other approaches presented in the literature [43, 44] for prediction of stock prices. When all results are summed up, it can be seen that the minimal values of RMSE and MAE are achieved using BDLSTM + WD-ADA system configuration. If forecasting performances of three system configurations are compared, it can be seen that all of the configurations achieved RMSE value of 0.04557 or smaller and MAE value 0.03051 or smaller. These results are satisfactory in terms of forecasting commodity and stock market price. Furthermore, it can be seen that the impact of approximation and detail coefficients manifests through simulation results. For example, the worst results for each of the stock market index and Crude Oil commodity are achieved by using original, nonpreprocessed data. Moreover, the best results are achieved using the proposed system configuration BDLSTM + WD-ADA with the lowest RMSE value (0.01450) and MAE value (0.01014) for Dow Jones Industrial Average index. Such configuration (ADA) uses five-level decomposition utilizing the SWT with discrete Meyer wavelet function.

Crude Oil is globally the most important commodity and is driven by supply and demand as any other good, but has a tendency to fluctuate more in price than, for example, stocks and bonds on financial markets. As Crude Oil prices rise, so do other fuel prices, which increase production prices in general. Rising production prices lead to higher prices of food and industrial products, thus generating inflation. The reduced demand for Crude Oil caused by various impacts, in this case the global pandemic, results in Crude Oil price disruption and, as mentioned, has a profound effect on the economy in general. For this reason, Crude Oil price was selected for five-day prediction that can be extremely useful for foreseeing the events that follow.

The relationship between the COVID-19 confirmed cases and the Crude Oil price is significant. With an increase in the number of cases, measures are being taken to slow down the further spread. Some of them are closing factories, offices, and shops and restricting the movement. Consequently, much less fuel is needed for vehicles, machinery, etc. If demand decreases and supply remains unchanged, this leads to lower commodity prices and Crude Oil prices fall [45]. The same goes for the stock market. If companies on the stock market reduce or close their operations, shareholders become nervous and fear what will happen to the value of that company’s shares in the future and whether it will decline. They start selling stocks, thus increasing the supply in the market. As the number of confirmed cases increases and measures become more stringent, other buyers are not interested in buying. If there are more participants in the market looking to sell a stock than there is a demand to acquire the stock, the stock price will fall. Therefore, the inclusion of a large amount of data (confirmed cases for each day) allows us to have more accurate information and a more credible result.

From the obtained results of forecasting Crude Oil price movement, it can be seen that the proposed system configuration is capable of accurate five-day prediction based on observations in the past 128 days. In the middle of February, the first signs of decline in Crude Oil price were observed, and for that time period, BDLSTM + WD-ADA system configuration successfully predicted the price movement. Expectations about future events are extremely important in times of crisis in order to adequately respond and initiate measures and mechanisms for the preservation and stability of the economy. However, because of the global role of Crude Oil as a still irreplaceable source of energy, it has a direct effect on the geopolitical trends. The price of Crude Oil is, from the economic aspect, hard to predict precisely due to political relationships in the triangle: USA-OPEC countries-Russia, which are rarely stable and will always disturb the economic model of supply and demand in a competitive market. Consequently, prediction models are valuable and can be used to foresee the sequence of events, but factors like political interference, which cannot be included in the model, also affect the price and must be emphasized.

4.1. Result Comparison

The obtained results demonstrate the connection between the crude oil price and the number of active cases of COVID-19. Most of the research performed in the area of economic impact of COVID-19 concludes that the rising number of active COVID-19 cases has a large negative impact on global markets, as shown. Baker use disaster modeling techniques which predict a GDP contraction in the USA—with as much as 20 percent contraction being predicted with 90 percent confidence interval [46]. Toda shows the possibility of a temporary 50 percent stock price decrease using classic asset pricing modeling [47]. Baldwin and Tomiura conclude that there is danger of permanent damage to the trade system, depending on the policies implemented [48]. Atkeson uses as SJR Markov chain-based model to determine the spread and comments the possibility of key financial and economic infrastructure being affected temporarily and permanently due to possible extreme staff shortages, in case where the number of active cases exceeds 10 percent of the population [49]. Albulescu investigates the impact of COVID-19 on oil pricing, due to the initial 20 percent drop caused by the market being flooded with oil [50]. Autoregressive distributed lag (ARDL) estimation performed by the author demonstrates that daily new infections have only a marginal impact, but a larger indirect impact is caused due to the amplification of financial market volatility, falling in line with the prediction made in this paper. Fernandes observe seven different scenarios in regard to the global macroeconomic impact of COVID-19, concluding that even a small, contained, impact can have a large negative influence on the global markets [51]. McKibbin and Fernando analyze the reports from 30 countries under varying scenarios and conclude that the possible impact of COVID-19 on the world economy is being underestimated, especially in heavily service-oriented countries [23]. Fernandes discusses that one of the possible problems is underestimation of impact due to modeling based on previous SARS infections—showing the need for newer, fast modeling techniques, which can, as shown in this and other papers, be AI-based [52, 53].

5. Conclusion

The goal of this research was to generate a forecasting model that integrates stationary wavelet transform and bidirectional long short-term memory networks in order to predict commodity and stock price movement during the COVID-19 pandemic. The results obtained using the proposed BDLSTM + WT-ADA configuration system show that, in addition to the tradition statistical models, artificial intelligence algorithms can be used to predict the movements of financial markets. The peculiarity of this paper is that information of COVID-19 confirmed cases is used as input data in parallel with three leading US stock market indexes along with Crude Oil commodity. For the normal functioning of the global economy, it is very important that Crude Oil has stable and secured delivery to the market. The global economy has been slowly recovering since the financial crisis of 2007-2008, but the COVID-19 outbreak already showed a huge impact on energy prices as well as stock market. Our proposed system shows a decline in Crude Oil price. In addition to predicting future events through the methods that are presented, it is important to note that the geopolitical aspect is indirectly included in the presented model through the input data. Therefore, it is not possible to clearly define the impact of geopolitical aspects in here presented model. It can be assumed that the geopolitical aspect in this model is negligible, but it has a significant impact on the global economy.

The observed period used in the analysis was marked by the extreme increase in oil stocks on the market. Due to this oversupply from the most important exporting countries (e.g., OPEC countries) and geopolitical issues between the major players on the market, prices were consequently slumping. Following the trends after the research was conducted, it is concluded that despite the increase in the number of COVID-19 confirmed cases, the market is gradually adjusting oil prices due to the fact of joint agreement on production cuts (lowering the supply side) and on the other hand the gradual opening of markets and recovery of demand. The logical consequence is the growing demand on a global level simultaneously followed by the improvement of relations between oil exporters, which contributes to the temporary market stability.

Unexpected situations such as a pandemic can have a significant effect on market fundamentals in the short term, and there have been correlations with indexes and oil. Due to further observation, in a period of several months and through the gradual opening of economies, there is a stabilization of supply and demand, which has a positive effect on the formation of market equilibrium. The continued movement of stock indexes, especially this positive movement, does not reflect the real situation in the economy but is primarily based on expectations and is further stimulated by monetary and fiscal incentives (e.g., cut of interest rates and reduction of taxes) from national governments.

The main contribution and novelty of the presented research are not only demonstrating the existence of a link between the COVID-19 infections and commodity prices along with stock market prices but showing that modeling of the same can be achieved using data-driven, artificial intelligence-based modeling methods.

Future work should use datasets with more data points, i.e., long time historical intraday data in order to achieve more precise forecasting. Also, apply more AI algorithms such as dynamic programming (DP), genetic programming (GP), and combination of convolutional neural networks (CNNs) with LSTM network in an attempt to find more robust systems. The main idea of using such algorithms will be to develop an advanced automatic forecasting system with the capability of recognizing the positive correlation between financial markets.

Data Availability

This research uses publicly available financial market data published by the Yahoo Finance website and a publicly available dataset “2019 Novel Coronavirus Data Repository” published by Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE).

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This research has been (partly) supported by the CEEPUS Network CIII-HR-0108, European Regional Development Fund under the grant KK.01.1.1.01.0009 (DATACROSS), Project CEKOM under the grant KK.01.2.2.03.0004, and University of Rijeka Scientific Grant uniri-tehnic-18-275-1447.