Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 561 Bytes

quant-finance-lectures

Learn quantitative finance with this comprehensive lecture series. Adapted from the Quantopian Lecture Series. Uses free sample data.

Clone in QuantRocket

CLI:

quantrocket codeload clone 'quant-finance-lectures'

Python:

from quantrocket.codeload import clone
clone("quant-finance-lectures")

Browse in GitHub

Start here: quant_finance_lectures/Introduction.ipynb


Find more code in QuantRocket's Code Library