Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 599 Bytes

File metadata and controls

26 lines (16 loc) · 599 Bytes

pipeline-tutorial

In-depth walkthrough of Pipeline, an API for filtering and performing computations on large universes of securities. The Pipeline API is part of Zipline but can also be used on a standalone basis.

Clone in QuantRocket

CLI:

quantrocket codeload clone 'pipeline-tutorial'

Python:

from quantrocket.codeload import clone
clone("pipeline-tutorial")

Browse in GitHub

Start here: pipeline_tutorial/Introduction.ipynb


Find more code in QuantRocket's Code Library