Find indicators of mutual fund performance
Go to file
Andrew Dinh dad11bdefe
Update Repl link
2021-11-02 11:50:34 -07:00
modules General fixes 2019-03-18 10:26:07 -07:00
.gitignore General fixes 2019-03-18 10:26:07 -07:00
CODE-OF-CONDUCT.md Added code of conduct and contributing guidelines. 2019-04-08 07:19:39 -07:00
CONTRIBUTING.md Error-handling for plotting linear regression 2019-04-21 22:16:55 -07:00
Functions.py Update Functions.py 2019-09-08 22:18:18 -07:00
LICENSE Initial commit 2018-12-16 00:52:06 +00:00
Performance_Indicators_of_Mutual_Funds.pdf Refactor code 2020-07-30 13:16:24 -07:00
README.md Update Repl link 2021-11-02 11:50:34 -07:00
config.example.json Added code of conduct and contributing guidelines. 2019-04-08 07:19:39 -07:00
main.py Small fix 2020-09-18 11:58:41 -07:00
requirements.txt Added pytz to requirements 2019-04-23 22:33:20 -07:00
stocks.txt General fixes 2019-03-18 10:26:07 -07:00

README.md

fund-indicators

License Latest Commits CII Best Practices

fund-indicators is a cross-platform Python application that allows users to easily find relationships between various attributes of mutual funds and previous performance. This project is based on research from Performance Indicators of Mutual Funds.

NOTE: This program is no longer functional nor actively developed.

asciicast demo

Key Features

  • 100% automated
  • Uses multiple API's in the 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
  • Cross-platform (tested on Windows, MacOS, & Linux)

Quickstart

Give it a try at Replit.

If you would like to clone to your own machine:

git clone https://github.com/andrewkdinh/fund-indicators.git
cd fund-indicators
pip install -r --user requirements.txt
python main.py
  • Common mutual funds are listed in stocks.txt
  • Configure and rename config.example.json to config.json if you would like to skip some beginning questions (only for advanced users)

Planned Features

  • Graphical user interface (GUI)
  • Multithreading/asynchronous requests
  • Option to change amount to log (DEBUG, INFO, ERRORS)

Contributing

Want to help? Great! Check out the CONTRIBUTING.md file!

Credits

This project utilizes a wide variety of open-source projects:

And thank you to those that have helped me with the idea and product:

Licensed under GPL-3.0 | Copyright (C) 2019 Andrew Dinh