XEC Ticker Not Working
Closed this issue · 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?
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,
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!