Concepedia

TLDR

Stock movement prediction is a hot topic in Fintech, yet prior work focuses on daily forecasts while ignoring the rapid market impact of news and the interdependence among stocks. This study aims to predict overnight stock movement between the previous close and next open, and to address data scarcity by releasing a Reuters Financial News overnight price dataset. We model the overnight impact of news by using an LSTM‑Relational Graph Convolutional Network that captures stock correlations via a correlation matrix, leveraging the fact that no trading occurs after close. Experiments demonstrate that the LSTM‑RGCN outperforms baseline models and, thanks to the graph, can predict movements for stocks not directly linked to news and for the overall market.

Abstract

Stock movement prediction is a hot topic in the Fintech area. Previous works usually predict the price movement in a daily basis, although the market impact of news can be absorbed much shorter, and the exact time is hard to estimate. In this work, we propose a more practical objective to predict the overnight stock movement between the previous close price and the open price. As no trading operation occurs after market close, the market impact of overnight news will be reflected by the overnight movement. One big obstacle for such task is the lacking of data, in this work we collect and publish the overnight stock price movement dataset of Reuters Financial News. Another challenge is that the stocks in the market are not independent, which is omitted by previous works. To make use of the connection among stocks, we propose a LSTM Relational Graph Convolutional Network (LSTM-RGCN) model, which models the connection among stocks with their correlation matrix. Extensive experiment results show that our model outperforms the baseline models. Further analysis shows that the introduction of the graph enables our model to predict the movement of stocks that are not directly associated with news as well as the whole market, which is not available in most previous methods.

References

YearCitations

Page 1