How to Calculate Mutual Fund Percent Change Using Python yfinance?

20 Replies, 1135 Views

Hey! Mutual funds are treated the same as stocks in yfinance, so you can use the same methods. Just pull the data using `.history()` and then calculate the percent change manually.

Also, if you’re looking for a quick way to check mutual fund tickers, I’d recommend using [Yahoo Finance](https://finance.yahoo.com). It’s a great resource for finding the correct ticker symbols.

Messages In This Thread



Users browsing this thread: 1 Guest(s)