Nice post! I’ve been using yfinance for mutual fund percent change tracking for a while, and it’s been great. One thing to watch out for is dividends. Some mutual funds include them in the price, which can skew your percent change calculations.
If you want to exclude dividends, you can use the `adjust=False` parameter in the `.history()` method.
If you want to exclude dividends, you can use the `adjust=False` parameter in the `.history()` method.
