Q: Not a question, but hopefully a helpful comment for the 5i community given the number of recent questions related to portfolio balancing:
Google Sheets is similar to Excel spreadsheets, but has an interesting function that can be used to track portfolio weightings easily. The function is called GOOGLEFINANCE, which can retrieve the latest price of a security online automatically.
The way to use this function for a typical stock on the TSX is:
=GOOGLEFINANCE("TSE:symbol")
(for stocks on the Venture, use CVE instead of TSE)
For instance, to find the price of Brookfield Renewable Energy, the function would be:
=GOOGLEFINANCE("TSE:BEP.UN")
If you have one column for the stock price and another for the number of shares, you can then multiply them together to calculate the total value. Categorize all your stocks by sector, and then have Google Sheets calculate portfolio weightings for each. Hopefully I described this clearly and that it is useful for others. I know this has saved me a significant amount of time!
Google Sheets is similar to Excel spreadsheets, but has an interesting function that can be used to track portfolio weightings easily. The function is called GOOGLEFINANCE, which can retrieve the latest price of a security online automatically.
The way to use this function for a typical stock on the TSX is:
=GOOGLEFINANCE("TSE:symbol")
(for stocks on the Venture, use CVE instead of TSE)
For instance, to find the price of Brookfield Renewable Energy, the function would be:
=GOOGLEFINANCE("TSE:BEP.UN")
If you have one column for the stock price and another for the number of shares, you can then multiply them together to calculate the total value. Categorize all your stocks by sector, and then have Google Sheets calculate portfolio weightings for each. Hopefully I described this clearly and that it is useful for others. I know this has saved me a significant amount of time!