Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Display a list of stock symbols

Want to get a list of stock symbols (as strings) rather than the security objects? There is a field in Fundamentals that returns the symbol.

my_symbol = Fundamentals.symbol.latest 

See attached notebook.