Free template

Free crypto watchlist template for Google Sheets

Track the coins you're watching — live price, 24h and 7d change, market cap and RSI — all in one sheet. No API key, no code, free to start.

A crypto watchlist is for the coins you're monitoring — not necessarily ones you own. With the free CryptoTrackPro add-on you list your tickers in one column and let a handful of formulas fill in the rest: =cryptotrackpro("BTC-USD") for live price, plus momentum and market-cap columns that refresh on their own. Here's the layout and how to build it.

What the watchlist looks like

Coin Live price 24h 7d Market cap RSI (14)
BTC$77,302−4.15%+2.8%$1.53T41
ETH$2,410+1.2%+6.4%$290B58
SOL$142+3.9%−1.1%$67B72
LINK$18.20−0.6%+4.0%$11B49

Prices shown are examples. In your sheet every column except Coin is a formula that updates on refresh.

Get the free add-on

Install CryptoTrackPro, then paste the formulas below. Free plan, no API key, no card.

Install free from Google Workspace

Build it yourself in 2 minutes

  1. Column A — Coin: type one ticker per row, e.g. BTC, ETH, SOL.
  2. Live price (B2): =cryptotrackpro(A2 & "-USD")
  3. 24h change (C2): =cryptotrackproData(A2,"change24h") — returns a decimal like -4.15; format the column as a percentage.
  4. 7d change (D2): =cryptotrackproData(A2,"change7d")
  5. Market cap (E2): =cryptotrackproData(A2,"marketcap")
  6. RSI (14) (F2): =cryptotrackproRSI(A2,14)
  7. Drag down from row 2, then Extensions → CryptoTrackPro → Refresh Data.

Want a green/red look? Select the change columns and add a Conditional format rule: greater than 0 → green, less than 0 → red.

Reading the momentum columns

Why build it here

Frequently asked questions

What's the difference between this and a portfolio tracker?

A watchlist focuses on price and momentum for coins you're monitoring. A portfolio tracker adds your holdings and buy price to compute value and profit/loss. Keep both as separate tabs in one sheet.

Can I add stocks or gold to the same watchlist?

Yes — use =cryptotrackproRWA("AAPL") for stocks, ETFs and commodities. See the investment tracker for a mixed sheet.

Is it really free?

Yes — 50 lookups a day on the free plan. Base and Pro raise or remove the limit for bigger watchlists that refresh often.

Note: RSI and price data are for information only and are not trading or financial advice. Do your own research.

See also: crypto portfolio template → · investment tracker → · crypto in sheets →