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

[BUG] 24h stats give inconsistent results #96

Open
timothe opened this issue Aug 25, 2021 · 0 comments
Open

[BUG] 24h stats give inconsistent results #96

timothe opened this issue Aug 25, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@timothe
Copy link

timothe commented Aug 25, 2021

Hi wonderful people!

When using the BINANCE("stats/24h", "<CRYPTO>") function to get the 24h stats of a crypto against USDT, I get inconsistent results: sometimes I get the stats, sometimes it doesn't find the ticker, sometimes I get a 403 error (line 831). I'm using it in addition to an INDEX() function to get the 24h change %.

How to reproduce: add or refresh the function to see different results.
A full example of my function is: =INDEX(BINANCE("stats/24h",A3),2,11)

I'm expecting to get consistent stats at every refresh, but I get mixed results, eg:
Screenshot 2021-08-25 at 12 32 51
Screenshot 2021-08-25 at 12 33 55
Screenshot 2021-08-25 at 12 37 34

Note that I didn't change the original script.
Reversing the BINANCER to the BINANCE function doesn't change the results.

Any help is appreciated.

@timothe timothe added the bug Something isn't working label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants