Skip to content

Commit

Permalink
Added Notebook 03
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Aug 10, 2018
1 parent 36b2d25 commit d9961ac
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,30 @@ Original author is [Magnus Erik Hvass Pedersen](http://www.hvass-labs.org)

## Introduction

This is a small collection of research papers on long-term investing.
They are written as Python Notebooks so they can be easily modified
and run again.


### Videos

There is a [YouTube video](https://www.youtube.com/playlist?list=PL9Hr9sNUjfsmlHaWuVxIA0pKL1yjryR0Z) for each research paper.
This is a small collection of research papers on investing.
They are written as Python Notebooks so they can easily be
modified and run again.


## Papers

1. Forecasting Long-Term Stock Returns ([Notebook](https://github.com/Hvass-Labs/FinanceOps/blob/master/01_Forecasting_Long-Term_Stock_Returns.ipynb)) ([Google Colab](https://colab.research.google.com/github/Hvass-Labs/FinanceOps/blob/master/01_Forecasting_Long-Term_Stock_Returns.ipynb))
2. Comparing Stock Indices ([Notebook](https://github.com/Hvass-Labs/FinanceOps/blob/master/02_Comparing_Stock_Indices.ipynb)) ([Google Colab](https://colab.research.google.com/github/Hvass-Labs/FinanceOps/blob/master/02_Comparing_Stock_Indices.ipynb))
3. Portfolio Optimization Using Signals ([Notebook](https://github.com/Hvass-Labs/FinanceOps/blob/master/03_Portfolio_Optimization_Using_Signals.ipynb)) ([Google Colab](https://colab.research.google.com/github/Hvass-Labs/FinanceOps/blob/master/03_Portfolio_Optimization_Using_Signals.ipynb))


## Videos

There is a [YouTube video](https://www.youtube.com/playlist?list=PL9Hr9sNUjfsmlHaWuVxIA0pKL1yjryR0Z) for each research paper.


## Downloading

The Python Notebooks use source-code located in different files to allow for easy re-use
across multiple Notebooks. It is therefore recommended that you download the whole
repository from GitHub, instead of just downloading the individual Python Notebooks.


### Git

The easiest way to download and install this is by using git from the command-line:
Expand All @@ -40,6 +43,7 @@ This also makes it easy to update the files, simply by executing this command in

git pull


### Zip-File

You can also [download](https://github.com/Hvass-Labs/FinanceOps/archive/master.zip)
Expand Down Expand Up @@ -76,6 +80,7 @@ which clones FinanceOps to your work-directory on Colab.
!git clone https://github.com/Hvass-Labs/FinanceOps.git
os.chdir(work_dir)


## Data Sources

- Price data from [Yahoo Finance](https://finance.yahoo.com/quote/%5EGSPC/history?p=%5EGSPC).
Expand Down

0 comments on commit d9961ac

Please sign in to comment.