fund-indicators/README.md

26 lines
840 B
Markdown
Raw Normal View History

2018-12-19 16:52:44 -08:00
# Mutual Fund Indicators
2018-12-15 16:54:47 -08:00
2019-02-21 11:43:46 -08:00
[![License](https://img.shields.io/github/license/andrewkdinh/fund-indicators.svg)](https://raw.githubusercontent.com/andrewkdinh/fund-indicators/master/LICENSE)
![](https://img.shields.io/github/last-commit/andrewkdinh/fund-indicators.svg)
![](https://img.shields.io/github/languages/top/andrewkdinh/fund-indicators.svg)
![](https://img.shields.io/github/languages/code-size/andrewkdinh/fund-indicators.svg)
2018-12-15 17:34:38 -08:00
A project to determine indicators of overperforming mutual funds.
2018-12-15 17:23:12 -08:00
2019-02-21 11:43:46 -08:00
Examine correlation between performance and market capitalization, persistence, turnover, and expense ratios.
## Prerequisites
2019-01-22 10:56:08 -08:00
2019-01-22 10:49:58 -08:00
`$ pip install -r requirements.txt`
2019-01-22 10:56:08 -08:00
2019-02-21 11:43:46 -08:00
## Quickstart
2019-01-22 10:56:08 -08:00
2019-01-22 11:02:18 -08:00
To begin, run
2019-01-30 08:18:34 -08:00
`$ python main.py`
2019-01-22 11:02:18 -08:00
2019-01-22 11:04:32 -08:00
Some ticker values to try:
2019-02-21 11:43:46 -08:00
SPY, VFINX, VTHR, DJIA
2019-01-22 11:06:05 -08:00
2018-12-19 16:52:44 -08:00
Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy