Stock Market Dashboard in Python
Stock Market Dashboard in Python
Python
AARON DE LA ROSA
Heat maps are one of the most traditional ways of creating market monitoring dashboards. But since
we want to check the rotation relative to one another, we need a way to standardize the performance.
We will accomplish this by calculating performance relative to the S&P 500 (SPY), a broad-based index
that represents the US market.
4) Plot the heat map where each column represents a time period. I’ve set this up to work with either
weekly or monthly returns.