Live and historical ETH prices with one formula — in any currency, plus the ETH/BTC ratio. No API key, no code.
Ethereum holders tend to track more than a dollar price — staking positions, the ETH/BTC ratio, cost basis across many transactions. A spreadsheet handles all of it, once you can pull live prices. Google Sheets can't do that natively, but a free add-on adds a one-word formula.
Install the free CryptoTrackPro add-on and type:
=cryptotrackpro("ETH-USD")
Live Ethereum price in dollars. Change the currency freely:
=cryptotrackpro("ETH-EUR") — Ethereum in euros=cryptotrackpro("ETH-GBP") — Ethereum in poundsMany Ethereum holders watch ETH relative to Bitcoin, not just the dollar price. One formula does it:
=cryptotrackpro("ETH-BTC")
That's how many Bitcoin one Ether is worth — track it over time to see ETH's strength against BTC.
For cost basis, tax, or charting around events like the Merge, pull the price on any past date:
=cryptotrackproPrice("ETH","2022-09-15")
Point it at a date column to price every purchase automatically — the basis of a cost-basis and tax tracker.
With your ETH amount in A2, current value is one multiplication:
=A2*cryptotrackpro("ETH-USD")
Add rows for each wallet or validator and total them — see the portfolio tracker guide for the full setup.
Free plan, 50 lookups a day. No API key, no card.
Install CryptoTrackPro freeInstall CryptoTrackPro and type =cryptotrackpro("ETH-USD"). No API key needed.
Yes — =cryptotrackpro("ETH-BTC").
Yes — 50 lookups a day on the free plan; Base and Pro add more plus auto-refresh and indicators.