The Alpha Blog

Decoding Alpha: Where Data Science Meets Wall Street.

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

Analyzing Alpha