2018-12-19 16:52:44 -08:00
|
|
|
# Mutual Fund Indicators
|
2018-12-15 16:54:47 -08:00
|
|
|
|
2018-12-15 17:34:38 -08:00
|
|
|
A project to determine indicators of overperforming mutual funds.
|
2018-12-15 16:58:54 -08:00
|
|
|
This project is written in Python and will examine market capitalization, persistence, turnover, and expense ratios.
|
2018-12-15 17:23:12 -08:00
|
|
|
|
2018-12-19 16:53:37 -08:00
|
|
|
### 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-01-22 10:49:58 -08:00
|
|
|
or
|
2019-01-22 10:56:08 -08:00
|
|
|
|
2018-12-19 16:52:44 -08:00
|
|
|
`$ pip install requests`
|
2019-01-22 11:06:05 -08:00
|
|
|
|
2019-01-22 10:56:41 -08:00
|
|
|
`$ pip install numpy`
|
2018-12-19 16:52:44 -08:00
|
|
|
|
|
|
|
Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy
|