mirror of
https://github.com/andrewkdinh/fund-indicators.git
synced 2024-11-21 20:24:19 -08:00
26 lines
840 B
Markdown
26 lines
840 B
Markdown
# Mutual Fund Indicators
|
|
|
|
[![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)
|
|
|
|
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
|