Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 559 Bytes

qval

Value strategy for US stocks modeled on Alpha Architect's QVAL ETF, using enterprise multiple and Piotroski F-Score to target cheap, high-quality stocks. Utilizes Sharadar fundamental and price data. Runs in Moonshot.

Clone in QuantRocket

CLI:

quantrocket codeload clone 'qval'

Python:

from quantrocket.codeload import clone
clone("qval")

Browse in GitHub

Start here: qval/Introduction.ipynb


Find more code in QuantRocket's Codeload Library