Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XEC Ticker Not Working #26

Closed
SFennington opened this issue Nov 15, 2021 · 2 comments
Closed

XEC Ticker Not Working #26

SFennington opened this issue Nov 15, 2021 · 2 comments

Comments

@SFennington
Copy link

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?

@Eloise1988
Copy link
Owner

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,

@SFennington
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants