By Traders, For Traders. quant-api is a Python-based open source quantitative strategy system development framework.
make it easier to run a strategy, pass input params and return which stocks statisfied the requirentments
pipreqs . --force
if data.close.get(0) > data.close.get(-1):
pass