Looking to manage the mutual fund portfolio, and automatically update the price so the portfolio always shows the correct information.
I have tried to use Google sheet functions like
INDEX
SPLIT
VLOOKUP
IMPORTDATA
=IMPORTDATA("https://www.amfiindia.com/spages/NAVAll.txt")
=INDEX(SPLIT(VLOOKUP(A2&"*",NAV!$A$1:$A$20501,1,false),";"),,5)
The outcome of this is to create a portfolio with an automated price update.
You can easily use GOOGLEFINANCE APIs to do this. Suppose you want to track price of SBI Magnum Taxgain Scheme Direct Growth.
You can do this in the following steps:
In a new Google Sheet use the following method to get current price of the MF.
=GOOGLEFINANCE("MUTF_IN:SBI_MAGN_TAX_VQNUL5")
For example see:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With