This document summarizes a novel deep learning approach to predict stock price movements based on newspaper articles. It uses a combination of convolutional and recurrent neural networks, including word embedding, convolutional layers, and long short-term memory (LSTM). The approach achieves an accuracy of 54.82% on a dataset containing news articles and corresponding stock prices. Future work is proposed to improve the model by addressing noise in the dataset and comparing results to other approaches in literature.