Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Stock name in CustomFactor

I'm new to Quantopian, and I'm just learning the ropes with the algorithms, but I wanted to know how I could output the stock name in a Custom Factor for debugging.

1 response

Jeremy,

Not sure if you figured out your question yet, but one often doesn't need to create a custom factor for many simple pieces of data like stock name. Any of the built in quantopian.pipline.data sets can be used as a factor simply by appending the.latest method. See the attached notebook. This also works in algorithms.

Good luck.