This is the first article in a series of articles about working with stock price data and implementing the up-trendline indicator with Python. The complete series will describe in detail implementation of the technical indicator called up-trendline. This article will describe the part of the solution which consumes the REST API, which will give us the data we will need in subsequent articles.

Continue reading