Hello everyone, 👋

Today, I'd like to share a template idea that arises from comparing analyst estimates with actual earnings data. This idea builds on the observation that when actual fundamental data releases differ from what analysts seeks to predict, the market may overreact. Expressed in BRAIN Expression, it looks like this:

group_zscore(subtract(group_zscore(<act_data>, industry), group_zscore(<est_data>, industry)), industry)

This template calculates the difference in group-normalized actual data versus estimated data. You can explore pairs of actual<>estimate data in datasets like analyst7.

Here's a brief breakdown:

This template is already quite effective for exploring analyst-related datasets. Share your thoughts on how this template could be further expanded and discuss any interesting findings you have along the way below!