Find indicators of mutual fund performance
Go to file
2019-02-21 11:43:46 -08:00
.gitignore Add async function 2019-02-21 11:43:46 -08:00
Functions.py Add async function 2019-02-21 11:43:46 -08:00
LICENSE Initial commit 2018-12-16 00:52:06 +00:00
main.py Add async function 2019-02-21 11:43:46 -08:00
README.md Add async function 2019-02-21 11:43:46 -08:00
requirements.txt Finished basic functionalities 2019-02-14 12:17:22 -08:00

Mutual Fund Indicators

License

A project to determine indicators of overperforming mutual funds.

Examine correlation between performance and market capitalization, persistence, turnover, and expense ratios.

Prerequisites

$ pip install -r requirements.txt

Quickstart

To begin, run

$ python main.py

Some ticker values to try: SPY, VFINX, VTHR, DJIA

Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy