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
Cryptomenu will appear next toHelp - Then go to
Project settingsand scroll to sectionScriptproperties. - Add a property called
apiKeyand add your API key as the value. - Enter the ticker names in your Google sheet from column B2 onwards (e.g. BTC, ETH).
Install triggerscan 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
Updateto manually update your Google sheet with the latest data.