mirror of
https://github.com/andrewkdinh/fund-indicators.git
synced 2024-11-21 09:24:16 -08:00
Find indicators of mutual fund performance
6366453f63
Changed from years to months Added function to scrape Yahoo Finance for indicator data Moved generic functions to Functions.py Added function to scrape websites for stocks Attempted to alleviate problem of async function |
||
---|---|---|
.gitignore | ||
Functions.py | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
Mutual Fund Indicators
A project to determine indicators of overperforming mutual funds.
Examine correlation between performance and 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, VTHR, DJIA
Created by Andrew Dinh from Dr. TJ Owens Gilroy Early College Academy