/portfolio-tracker

Crypto portfolio tracker for Google Sheets

Primary LanguageJavaScript

Getting Started

Crypto portfolio tracker for Google Sheets. Get your free API key from https://coinmarketcap.com/api/

How to Install

  1. Open Google Sheets.
  2. Go to ExtensionsApps Script
  3. Copy the content of portfolio-tracker.gs and paste it in the script editor (replace any existing content).
  4. Save the script with FileSave, name it porftolio-tracker or something creative.
  5. Back to your Google sheet, refresh the page, a Crypto menu will appear next to Help
  6. Then go to Project settings and scroll to section Scriptproperties.
  7. Add a property called apiKey and add your API key as the value.
  8. Enter the ticker names in your Google sheet from column A2 onwards (e.g. BTC, ETH).
  9. 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.
  1. Use Update to manually update your Google sheet with the latest data.