fund-indicators/README.md
Andrew Dinh 5f63eeb57e
Merge pull request #8 from andrewkdinh/personal-pc
Last pull before overhaul
2019-01-30 16:25:28 +00:00

22 lines
464 B
Markdown

# 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
`$ pip install numpy`
Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy