How to Calculate Mutual Fund Percent Change Using Python yfinance?

20 Replies, 1131 Views

Yo! Mutual funds work the same as stocks in yfinance, so you’re good to go. Just use the `.history()` method to pull the data and then calculate the percent change manually.

Also, if you’re new to this, I’d recommend checking out [Real Python](https://realpython.com). They’ve got some great tutorials on financial data analysis with Python.

Messages In This Thread



Users browsing this thread: 1 Guest(s)