Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Q500US Question

I am trying to use a for loop to look through every stock in the base_universe of Q500US but it is getting an error
base_universe = Q500US()
for stock in base_universe:

is getting an error
Help??