Crypto portfolio tracker for Google Sheets. Get your free API key from https://coinmarketcap.com/api/
- Open Google Sheets.
- Go to
Extensions
›Apps Script
- Copy the content of portfolio-tracker.gs and paste it in the script editor (replace any existing content).
- Save the script with
File
›Save
, name it porftolio-tracker or something creative. - Back to your Google sheet, refresh the page, a
Crypto
menu will appear next toHelp
- Then go to
Project settings
and scroll to sectionScriptproperties
. - Add a property called
apiKey
and add your API key as the value. - Enter the ticker names in your Google sheet from column B2 onwards (e.g. BTC, ETH).
Install triggers
can be used to update the Google sheet with the latest data.
- Get the latest data when loading your Google sheet.
- Updates the sheet every 1 hour.
- Use
Update
to manually update your Google sheet with the latest data.