Reputation: 33
This command:
=VALUE(REGEXEXTRACT(IMPORTDATA("https://min-api.cryptocompare.com/data/price?fsym=ETH&tsyms=USD"), "{.+:(.+)}"))
used to work just fine for ETH and BTC, but it is giving me this error now:
Error
FunctionREGEXEXTRACT
parameter 2 value"{.+:(.+)}"
does not match text of
FunctionREGEXEXTRACT
parameter 1 value"{"Response":"Error""
.
What's the reason?
Upvotes: 0
Views: 1225
Reputation: 489
Consider using =IMPORTDATA("https://cryptoprices.cc/BTC/")
There's no parsing required, no limitations, no authentication.
Upvotes: 2
Reputation: 1
try it perhaps tomorrow (you probably reached the max limit of free API calls for the day)
Upvotes: 0