mirror of
https://github.com/andrewkdinh/fund-indicators.git
synced 2024-11-21 20:14:19 -08:00
26 lines
495 B
Markdown
26 lines
495 B
Markdown
# Mutual Fund Indicators
|
|
|
|
A project to determine indicators of overperforming mutual funds.
|
|
This project is written in Python and will examine market capitalization, persistence, turnover, and expense ratios.
|
|
|
|
### Prerequisites
|
|
|
|
`$ pip install -r requirements.txt`
|
|
|
|
or
|
|
|
|
`$ pip install requests`
|
|
|
|
`$ pip install numpy`
|
|
|
|
### Quickstart
|
|
|
|
To begin, run
|
|
|
|
`$ python(3) main.py`
|
|
|
|
Some ticker values to try:
|
|
SPY, VFINX, AAPL, GOOGL
|
|
|
|
Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy
|