Find indicators of mutual fund performance
Go to file
2019-01-31 13:22:02 -08:00
.gitignore Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
ExpenseRatio.py Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
Functions.py Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
LICENSE Initial commit 2018-12-16 00:52:06 +00:00
main.py Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
README.md Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
requirements.txt Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
StockData.py Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
StockReturn.py Finished overhaul of version-1 2019-01-31 13:22:02 -08:00

Mutual Fund Indicators

A project to determine indicators of overperforming mutual funds. This project is written in Python 3 and will examine 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, AAPL, GOOGL

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