Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
PB Ratio and Growth Grade

Hi everyone,

does someone know how to fix this error… thanks a lot in advance for any comments

2 responses

Try using Fundamentals.growth_score instead of 'growth_grade'. The latter returns an object (ie a string) while the former 'growth_score' returns a float which the Latest method expects.

Good luck.

Thx Dan!