Howto: Excel Based Mutual Fund Portfolio Tracker
Instead of searching for the NAVs of all my funds at MyIRIS or MutualFundsIndia, I have developed a small excel sheet which will fetch the values for me and displays the current portfolio value at the click of a button. Here I am trying to share the "HOWTO" of the same.
- Create an excel workbook with 2 sheets. Call one as "NAVs" and the other as "Portfolio".
- In the NAVs sheet, click at one of the top-left cells (I did on A2), and go to Data -> Import External Data -> New Web Query. [For more information on using Web Queries, visit Using Web Queries to Import Data to Excel @ R1C1.
- Now paste the url http://finance.indiamart.com/markets/mutual_funds/latest_mf_navs.html in Address box and press go. You would see something like this.
Say "Import". Essentially what you have done is, creating an automatically updatable NAV list in the NAVs sheet. - Now select all Schemes in the imported table and define a named range as "fund_names" for it. [Creating Named Ranges in Excel]
- Now, go to "Portfolio" sheet and create a table like this.
[Click on it to Zoom] - Next select the Fundname column (I have 32 rows, you can have as many as you wish) and go to Data->Validation. Enter the settings like this.
- Formulas:
>>> For Purchase Value[f3]: "=e3*d3"
>>> For Current Value[h3]: "=g3*d3"
>>> For Current NAV[g3]: "=IF(C3="",0,VLOOKUP(C3,NAVs!$A$6:$D$1634,3,FALSE))"
essentially, looking up for the selected fund name in the NAVs sheet and returning the exact NAV to this cell only if a fund name is selected.
>>> Gain / Loss[i3]: "=IF(ISERROR((H3-F3)/F3),"",(H3-F3)/F3)"
to avoid DIV 0 messages. - At the end of the table you can add a TOTAL row and repeat the necessary formulas to get the total portfolio performance.
- Now the portfolio tracker is done. Enter the fund data by selecting the fund name from drop down and number of units purchased, purchase NAV. Rest will be shown by the tracker.
- Remember: everytime you open the workbook, go to "NAVs" sheet and refresh the data. [Select anywhere in the table, right click and say Refresh Data]
Now this is a very basic portfolio tracker. I am thinking of adding some VBA / Macro so that everytime the table is refreshed, the new values are written in a separate sheet called "Historical NAV" so that we can track the fund performance over a period of time by selecting a date (instead of current date). Also, if we can import benchmark indices on runtime, you can get relative performance metrics. Plus, some more analysis of fund performances (instead of mere total return) would reveal the risk-returns of the portfolio. Lets see if I can build such a thing in my spare time.
[Just in case you do not have time for all this, then you can access the workbook that I have created here: Portfolio Manager MFs India ]

7 Comments:
Excellent tool ...
By
Ketan, at 4/13/2007 02:05:00 AM
Did you modify the program as promised?
By
prettygood, at 5/03/2007 09:48:00 AM
This post has been removed by a blog administrator.
By
www.ShareTipsInfo.com Team, at 4/19/2008 12:03:00 AM
Hi,
Once again after crash Nifty has started going up. Now we suggest all rises should be used as an opportunity to exit old long positions.
This bull run will continue for few more days. Overall market is in bearish mood as in medium term its just a small rally due to short covering
and result season.
Happy Trading,
ShareGyan
By
share, at 9/27/2008 12:05:00 AM
i am unable to get the latest navs data when i re fresh it .pls help
By
sparsh, at 12/31/2008 02:05:00 AM
ketan hw do u use it .....
By
sparsh, at 12/31/2008 02:10:00 AM
Hey Have been looking for something like this for a long time, but with some twists...
1. can these techniques be used with google docs spreadsheet?
2. is it possible to automatically update no of units and Nav incase of a systematic investment plan?
If these two can be automated, voila it will makes life much easier...
Thanks,
Tanmay.
By
Kalasys, at 1/06/2009 12:29:00 AM
Post a Comment
<< Home