Skip to content

Cryptocurrency helper utils (like getting Bitcoin price) for Google Sheets

Notifications You must be signed in to change notification settings

kampee/CryptocurrencySpreadsheetUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Spreadsheet Utils

Useful cryptocurrency tools (like getting the current price, of Bitcoin, Ethereum) for Google Spreadsheets.

This is the utility script used in the Cryptocurrency Financial Spreadsheet:

https://docs.google.com/spreadsheets/d/1lnE260-F7TSs6onegSVYgRAP0ZZeuUy2YsfO2Ww_eJY/edit?usp=sharing

Cryptocurrency Financial Spreadsheet

The easiest way to use it is to make a copy of the spreadsheet above.

Using

Add script in Tools > Script editor. Then to use, simply add =getCoinPrice("SYMBOL") in a row. For example, Bitcoin would be

=getCoinPrice("BTC")

Ethereum would be

=getCoinPrice("ETH")

Litecoin would be

=getCoinPrice("LTC")       

Almost every crypto currency should work because data is fetched from coinbin.org API, which has many and updates pretty regularly. Data is cached for 25 minutes.

Questions or comments email [email protected] or @bradjasper

Happy trading—be safe out there!

About

Cryptocurrency helper utils (like getting Bitcoin price) for Google Sheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published