I have a list of stocks tracked in my portfolio in MSN Money. I noticed there is this feature called stockscouter ratings which you can see when you click on the page and enter the stock ticker symbol individually. But this is inefficient as I would have to enter each of my stock and see the rating one at a time. After navigating the MSN Money site, I still cannot find a way to see my portfolio of stocks WITH the stockscouter ratings beside each of the stock. Then this way, I can view the ratings for all my stocks at a glance.
Hope someone knows how to achieve this and can help.
Thanks.
I have a free open-source EXCEL add-in that can collect that information for you using a user-defined function. The add-in, documentation on the functions, and sample templates can be found in the files area of this Yahoo! group:
http://finance.groups.yahoo.com/group/smf_addin/
For example, to get the current StockScouter rating on ticker "MMM", you would use this formula:
=RCHGetElementNumber("MMM", 543)
I have a free open-source EXCEL add-in that can collect that information for you using a user-defined function. The add-in, documentation on the functions, and sample templates can be found in the files area of this Yahoo! group:
http://finance.groups.yahoo.com/group/smf_addin/
For example, to get the current StockScouter rating on ticker "MMM", you would use this formula:
=RCHGetElementNumber("MMM", 543)
References :