How to Calculate Mutual Fund Percent Change Using Python yfinance?

20 Replies, 1125 Views

Hey! I’d recommend using the `.history()` method to pull the data and then calculate the percent change manually. Mutual funds work the same way as stocks in yfinance, so no worries there.

Also, if you’re looking for a quick way to visualize the data, check out [Plotly](https://plotly.com). It’s great for plotting financial data!

Messages In This Thread



Users browsing this thread: 1 Guest(s)