Skip to content

dhortela/PortfolioAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PortfolioAnalysis

A collection of python-based financial analyses codes

This repository is intended to contain a collection of python-based financial analyses codes. This is a work in progress.

The only code which is currently implemented is a calculation of discounted cash flows (DCFs).

Dependencies

The combined dependencies of all the projects in this collection are tracked here. The following packages are required as imports:

How to run a DCF calculation

To compute the DCF for a given ticker, run (using Google as an example):

  • cd /path/to/src
  • python dcf.py GOOG --period_backwards 4 --discount_rate 0.08 --growth_rate 0.15 --perpetual_growth_rate 0.025

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages