On the Research Notebooks examples, we select some equities we want to study. Instead of that, is it possible to study all the available equities, either by looping over them or having them all in a single dataframe? 
For example, if I want to compute the distribution of [Close(t+1)/Close(t)] for every equity and list the ones with smaller variance, how could I start?

Author