Find indicators of mutual fund performance
Go to file
Andrew Dinh 6366453f63 Added support for persistence indicator
Changed from years to months
Added function to scrape Yahoo Finance for indicator data
Moved generic functions to Functions.py
Added function to scrape websites for stocks
Attempted to alleviate problem of async function
2019-03-01 11:06:09 -08:00
.gitignore Added support for persistence indicator 2019-03-01 11:06:09 -08:00
Functions.py Added support for persistence indicator 2019-03-01 11:06:09 -08:00
LICENSE Initial commit 2018-12-16 00:52:06 +00:00
main.py Added support for persistence indicator 2019-03-01 11:06:09 -08:00
README.md Add async function 2019-02-21 11:43:46 -08:00
requirements.txt Added support for persistence indicator 2019-03-01 11:06:09 -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