Get real-time and historical Luna 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 Luna and other cryptocurrencies in many leading crypto brokers. For example, these functions would return real-time price of Luna on Binance and Coinbase:

  • FS_Latest(“BINANCE:LUNAUSDT”)
  • FS_Latest(“COINBASE:LUNA-USD”)

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

  • =FS_CryptoCandles( “BINANCE:LUNAUSDT” , “60” , “04/15/2022”)
  • =FS_CryptoCandles( “COINBASE:LUNA-USD” , “60” , “04/15/2022”)

Finsheet has comprehensive support for technical analysis. We have bothExcel 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.