This project is based upon the paper: Frazzini, A. & Pedersen, L. (2014). Betting against beta. (referred to as "the paper" in the following content)
-
Data
folder stores the fetched data andData.py
. -
Data.py
consists of 2 parts: save tickers, get data. Tickers are processed through website information, data are fetched using 'pandas-datareader'.
-
main.py
contains all the functions. -
figure.py
is for drawing plots.