Get real-time and historical Celo price in Excel and Google Sheets

Hi all,

My friends and I recently started Finsheet, which provides financial data for spreadsheet users.

We have real-time and historical price for CELO and other cryptocurrencies in many leading crypto brokers. For example, these functions would return real-time price of CELO on Binance and Kucoin:

  • FS_Latest(“BINANCE:CELOUSDT”)

  • FS_Latest(“KUCOIN:CELO-USDT”)

These 2 functions would return intra-day (1 hour) price of CELO from the beginning of today (04/15/22) until now:

  • =FS_CryptoCandles( “BINANCE:CELOUSDT” , “60” , “04/15/2022”)

  • =FS_CryptoCandles( “KUCOIN:CELO-USDT” , “60” , “04/15/2022”)

Finsheet has comprehensive support for technical analysis. We have both Excel and Google Sheets add-ons. They 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 access all features.

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.

5 Likes

This is really cool!