Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 3.19 KB

README.md

File metadata and controls

77 lines (42 loc) · 3.19 KB

FinanceOps

Original repository on GitHub

Original author is Magnus Erik Hvass Pedersen

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 for each research paper.

Papers

  1. Forecasting Long-Term Stock Returns (Notebook)

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:

git clone https://github.com/Hvass-Labs/FinanceOps.git

This creates the directory FinanceOps and downloads all the files to it.

This also makes it easy to update the files, simply by executing this command inside that directory:

git pull

Zip-File

You can also download the contents of the GitHub repository as a Zip-file and extract it manually.

How To Run

It is suggested that you use the Anaconda distribution of Python 3.6 (or later) because it has all the required packages already installed. Once you have installed Anaconda, you run the following command from the FinanceOps directory to view and edit the Notebooks:

jupyter notebook

If you want to edit the other source-code then you may use the free version of PyCharm.

Data Sources

License (MIT)

These Python Notebooks and source-code are published under the MIT License which allows very broad use for both academic and commercial purposes.

You are very welcome to modify and use the source-code in your own project. Please keep a link to the original repository.

The financial data is not covered by the MIT license and may have limitations on commercial redistribution, etc.