Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Can I hire someone to make me a simple stock screener?

I want a simple screener that incorporates several technical & fundamental factors. I've been spending some time trying to use the platform but I have no knowledge of Python so it is like trying to learn in a foreign language. I cant see it taking a knowledgeable person more than an hour to put something together that I can then modify as needed.

4 responses

If comfortable making skeleton open domain and providing details in this thread, I'll gladly give it a shot and post it back here (... Feel free to withhold reasonable technical details if do not want to fully disclose secret sauce... Can provide offline guidance possibly so that you can make the final modifications after the skeleton is posted over here for other people to benefit and learn as well...)

let start with a tradeable universe where lastclose > x and avgdailydollarvolume(10) > y. I would like to be able to include/exclude certain industries. And enterprisevalue > z

fundamentals i then want are freecashflow(ltm) and revenuegrowth(1yr)

also, i want price totalreturn(2q) and totalreturn(1q)