One formula. No API key, no code, no CSV imports. Here's the fastest way to pull live Bitcoin, Ethereum and 1,000+ other prices straight into your spreadsheet.
Google Sheets is brilliant for tracking money — except it has no idea what Bitcoin costs. There's no built-in =CRYPTO() function, and the usual workarounds (IMPORTDATA from an exchange, a raw API call, a pasted CSV) break constantly, need API keys, or stop refreshing. This guide shows the simple way that just works.
Install the free CryptoTrackPro add-on, then type this into any cell:
=cryptotrackpro("BTC-USD")
That's the live Bitcoin price in US dollars, updating whenever you refresh. Swap the pair for any coin and any currency:
=cryptotrackpro("ETH-EUR") — Ethereum in euros=cryptotrackpro("SOL-GBP") — Solana in British pounds=cryptotrackpro("DOGE-USD") — Dogecoin in dollars=cryptotrackpro("BTC-ETH") — a crypto-to-crypto cross rate1,000+ coins and 150+ quote currencies are supported. No API key is ever required — the add-on sources the data for you.
=cryptotrackpro("BTC-USD") in a cell and press Enter.Most people keep a column of ticker symbols and reference it, so one formula covers a whole watchlist. If A2 contains BTC:
=cryptotrackpro(A2 & "-USD")
Drag it down and every row prices itself. Multiply by a holdings column and you have a live portfolio value.
The same add-on covers the rest of what a crypto spreadsheet needs:
=cryptotrackproPrice("BTC","2021-04-14") returns the closing price on any past date (great for tax and cost basis).=cryptotrackproData().Free plan includes 50 lookups a day. No credit card, no API key.
Install CryptoTrackPro freeNot on its own — there's no native crypto function. A free add-on adds one. After installing CryptoTrackPro, =cryptotrackpro("BTC-USD") returns the live price.
No. The add-on sources all data for you — you never register for or paste an exchange API key.
Yes — 50 lookups per day on the free plan. Base and Pro raise or remove the limit and add auto-refresh and indicators.
Over 1,000 cryptocurrencies and 150+ quote currencies, including USD, EUR, GBP, JPY and crypto-to-crypto pairs.
Next: calculate crypto tax and cost basis in Google Sheets →