You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoinGecko Spreadsheet Feed: Prices, Volumes, Market Cap
GECKOPRICE
Imports CoinGecko's cryptocurrency prices into Google spreadsheets.
=GECKOPRICE(ticker,currency, refresh_cell)
EXAMPLE =GECKOPRICE("BTC", "USD","$A$1")
GECKOVOLUME
Imports CoinGecko's cryptocurrency volumes into Google spreadsheets.
=GECKOVOLUME(ticker,currency, refresh_cell)
EXAMPLE =GECKOVOLUME("BTC", "USD","$A$1")
GECKOCAP
Imports CoinGecko's cryptocurrency market capitalization into Google spreadsheets.
=GECKOCAP(ticker,currency, refresh_cell)
EXAMPLE =GECKOCAP("BTC", "USD","$A$1")
GECKOPRICEBYNAME
Imports CoinGecko's cryptocurrency prices into Google spreadsheets. the id_coin of cryptocurrency ticker is found in web address of Coingecko (https://www.coingecko.com/en/coins/bitcoin/usd)
=GECKOPRICEBYNAME(ticker,currency, refresh_cell)
EXAMPLE =GECKOPRICEBYNAME("bitcoinV", "USD","$A$1")
GECKOATH
Imports CoinGecko's cryptocurrency All Time High Price into Google spreadsheets.
=GECKOATH(ticker,currency, refresh_cell)
EXAMPLE =GECKOATH("BTC", "USD","$A$1")
GECKOCHANGE
Imports CoinGecko's cryptocurrency price change, volume change and market cap change into Google spreadsheets.
=GECKOCHANGE(ticker,type, nb_days, refresh_cell)
GECKO PRICE CHANGE decimal form
EXAMPLE =GECKOCHANGE("BTC", "PRICE",1,"$A$1")
GECKO VOLUME CHANGE decimal form
EXAMPLE =GECKOCHANGE("BTC", "VOLUME",365,"$A$1")
GECKO MARKET CAP CHANGE, decimal form
EXAMPLE =GECKOCHANGE("BTC", "MARKETCAP",365,"$A$1")