mirror of
https://github.com/andrewkdinh/fund-indicators.git
synced 2024-11-21 09:04:21 -08:00
Find indicators of mutual fund performance
d8ad5609f1
Major edits finished |
||
---|---|---|
modules | ||
.gitignore | ||
config.example.json | ||
Functions.py | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt | ||
stocks.txt |
fund-indicators
A project to determine relationships between mutual funds and different factors.
Calculates relationships between: Previous performance, Alpha, Sharpe Ratio, Sortino Ratio
and Expense ratios, Turnover, Market Capitalization (Asset Size), Persistence
Give it a try at repl.run or repl.it
Key Features
- 100% automated
- Uses multiple API's in case another fails
- Caches http requests for future runs
- Scrapes data from Yahoo Finance
- Color-coded for easy viewing
- Optional graphs to easily visualize linear regression results
- A new joke every time it runs
Quickstart
pip install -r requirements.txt
python main.py
Pre-chosen stocks listed in stocks.txt
Credits
This project uses a wide variety of open-source projects
And thank you to those that have helped me with the idea and product:
- Amber Bruce, Alex Stoykov, Doug Achterman, Stack Overflow
Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy