Real-time and historical crypto price in Excel/Google Sheets

finsheet

New member
Hi all,

If you need real-time and historical price for cryptocurrencies, check out Finsheet (finsheet.io). we support cryptocurrencies on many leading crypto brokers. For example, these functions would return real-time price of Bitcoin on Binance and Coinbase:
  • FS_Latest("BINANCE:BTCUSDT")
  • FS_Latest("COINBASE:BTC-USD")
These 2 functions would return intra-day (1 hour) price of Bitcoin from the beginning of today (04/10/22) until now:
  • =FS_CryptoCandles( "BINANCE:BTCUSDT" , "60" , "04/10/2022")
  • =FS_CryptoCandles( "COINBASE:BTC-USD" , "60" , "04/10/2022")
You can also perform technical analysis within spreadsheets with Finsheet. We have both Excel and Google Sheets add-ons, which are super easy to use and require zero coding.

Since we just launched, the website is totally free right now. You just need to register an account and install the add-on to get started.

I really appreciate if you guys can check it out and provide any feedback you may have so that we can improve the website better. Thanks in advance.
 
Top