Sector Momentum: Explained & Backtested

Sector momentum is a sector rotation strategy to boost performance by ranking sectors according to their momentum, buying top performers, and selling laggards. In this post, I describe sector momentum and why it works and backtest an algorithmic sector rotational …

Read more

Data Manipulation with Python using Pandas

Pandas was developed at hedge fund AQR by Wes McKinney to enable quick analysis of financial data. Pandas is an extension of NumPy that supports vectorized operations enabling fast manipulation of financial information. I’ll be using company data provided by an Intrinio developer …

Read more

Intrinio Python API: Get Stock Data

We’re going to be populating our equity backtesting database with stock market data from Intrinio. Intrinio provides access to its data through both CSV bulk downloads and APIs. In this article, I’m going to cover importing the data using the Intrinio …

Read more

The Cost of Capital

The cost of capital is the weighted average of the cost of equity and the cost of debt. It’s the rate both equity and debt investors demand as a return or the hurdle rate if you’re on the other side of …

Read more