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

How do you make your security list a flexible, constantly changing list that filters through securities in a variety of exchanges as opposed to a list of a few securities that you have to manually list?

Could you use is_tradable to filter through securities and then make that your security list as below or does that not work?

context.security_list = is_tradable

2 responses

Hi alt,

I believe you are referring to e Pupeline. It can produce lists of securities based on calculations you define. There are several excellent documents in the Tutorial series that should help.

Cheers,
Ian

Thank you Ian!