Please check out this template spreadsheet
and feel free to make a copy of the file by going to File
then Make a Copy
Now, let's build your own investment portfolio dashboard on googlesheet !!
We build a google sheet which can automatically track all owned assets; stocks(HKEX, NASDAQ, SET, etc.), cryptocurrencies, mutual funds etc. to provide insight into historical dynamic wealth position and real-time dashboard for better financial decision making
- we use GooglefinanceAPI to fetch data of stocks in HKEX, NASDAQ & Cryptocurrencies
- we use Web scraping to fetch data of stocks in SET & Mutual funds
PortfolioTrending
script is for recording portfolio position (you need to set this script to run daily at project's trigger)AutoRefresh
script is for making sure that every data have already downloaded before recording (it may take a few second to fetch data from website)CryptoFinance
script is (right now) only for fetching 24 hrs pct change of cryptocurrencies
from the template spreadsheet, we provide an example of portfolio that include stocks(HKEX, NASDAQ, SET), cryptocurrencies, mutual funds. This project use Thai Baht as the main currency.
- Enter the number of money you deposit to/withdraw from portfolio
- Enter record of currency exchange
- Enter stock symbol, stock market, price, commission fee
- Add row for new stock, and other information will be fetched from other sheet, website, or API.
- Set the
PortfolioTrending
script to record portfolio position daily by going script editor -> project's trigger
if you find any bug, please report them at the open issues.
- Can not scape data from SET - error show that
couldn't fetch the data
: try change fromhttps
tohttp
and vice versa
All information provided on this spreadsheet is for informational purposes only and does not constitute professional financial advice. There can be errors with this tool and the sources it pulls from. The creator does not take responsibility for those errors and is not obligated to correct them.
Chayanont Potawananont (Sun) - [email protected]
Project Link: https://github.com/sunncyn/InvestmentPortfolio
This project was inspired from Create the Google Finance Portfolio in Google Sheets by danesh j