Skip to content

Collection of 3 quantitative finance projects in Python that uses algorithmic trading.

Notifications You must be signed in to change notification settings

cengizozel/Algorithmic-Trading-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Algorithmic Trading In Python

Collection of 3 quantitative finance projects in Python that uses algorithmic trading.
I completed these projects by watching a full course by the software developer Nick McCullum on YouTube. The projects consist of instructions given on a Jupyter notebook from this repo and I did the coding part by following the course.

Projects

  1. Building An Equal-Weight SP 500 Index Fund
  2. Building A Quantitative Momentum Investing Strategy
  3. Building A Quantitative Value Investing Strategy

All three projects use the sandbox version of IEX Cloud API. The free sandbox version is for testing purposes and gives random values.

Building An Equal-Weight S&P 500 Index Fund

The goal of this project is to build an equal-weight version of the S&P 500 index fund by taking the value of a portfolio as input and tell how many shares of each S&P 500 stock should be purchased. The script exports an excel file with the equal-weight version of the index fund as a result.

121

Building A Quantitative Momentum Investing Strategy

The goal of this project is to build a quantitative momentum strategy that decides how many of each of the best 50 stocks to buy based on their HQM scores (high-quality momentum) that indicate that they have increased in price the most.

122

Building A Quantitative Value Investing Strategy

The goal of this project is to build a quantitative value strategy that decides how many of each of the best 50 stocks to buy based on their RV scores (robust value) that indicate how cheap they are relative to common measures of business value.

123

About

Collection of 3 quantitative finance projects in Python that uses algorithmic trading.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published