Get a fresh perspective from guest bloggers who are covering the latest in finance, fintech, and data science. Plus, follow along with step-by-step tutorials and code examples.
Understand what Relative Strength is and how to construct a Relative Strength Matrix with the Python programming language. Learn more.
Meet Capital Flow! A refined financial platform that focuses primarily on helping novice traders reach their full stock market potential.
Welcome to part V of the Quant Quickstart series from Analyzing Alpha's Leo Smigel. In this installment, you'll build on your existing strategy by learning how to rank stocks by their price-to-book ratio and selecting the top N stocks that are the cheapest based on this ratio.
Welcome to part IV of the Quant Quickstart series from Analyzing Alpha's Leo Smigel. In this installment, you'll learn how to complement price data with fundamentals from financial statements that publicly traded companies file with the SEC, all through the Intrinio Sandbox.
Welcome to part III of the Quant Quickstart series from Analyzing Alpha's Leo Smigel. In this installment, you'll learn how to create a simple mean reversion strategy that you’ll be able to build on to develop your own profitable trading strategies, using data from the Intrinio Sandbox.
Welcome to part II of the Quant Quickstart series from Analyzing Alpha's Leo Smigel. In our previous post, we discussed how to backtest a simple crossover strategy for a single stock. In this post, we’re going to build on this framework and graph the RSI of multiple securities.
Welcome to part I of the Quant Quickstart series from Analyzing Alpha's Leo Smigel. The goal of this article is to enable traders to start backtesting their strategies as quickly as possible. We’ll demonstrate an easy-to-follow backtest trading Apple using Intrinio data and Backtrader.