Skip to content

eihli/computational_investing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Write a python function that can simulate and assess the performance of a 4 stock portfolio.

Inputs to the function include:

  • Start date
  • End date
  • Symbols for equities (e.g. GOOG, AAPL, etc...)
  • Allocations to the equities at the beginning of the simulation (e.g. 0.2, 0.3, etc...)

The function should return

  • Standard deviation of daily returns
  • Average daily return
  • Sharpe ratio
  • Cumulative return

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages