COINGECKO icon indicating copy to clipboard operation
COINGECKO copied to clipboard

XEC Ticker Not Working

Open SFennington opened this issue 3 years ago • 2 comments

First, let me say that I love what you have done with this script. I use this functionality every day.

Every coin seems to work except XEC. The price always comes in as Null. I have checked on the CoinGecko API site and it reports the price back correctly, but something in the error handling of the formula doesn't spit out the right value. Can you look into that one?

SFennington avatar Nov 15 '21 13:11 SFennington

image Hi,

The problem comes from Ecash which is the ticker for Ethereum Cash.

Just make sure you have the latest version of code. At the end of the code, there is the list of tickers with corresponding ids. I update it on a regularly basis so that new coins are available. With the new code you should be able to get the price directly with XEC =geckoprice("xec","usd")

Hope that helps,

Eloise1988 avatar Nov 15 '21 14:11 Eloise1988

ok thanks for the quick reply. Sounds like you have already addressed the issue and I just need to grab the latest.

I will update and confirm its working. Thanks!

SFennington avatar Nov 15 '21 15:11 SFennington