A quick heads up if you use the =GOOGLEFINANCE("CURRENCY:BTCUSD")function in Google Sheets
=GOOGLEFINANCE("CURRENCY:BTCUSD") stopped working as of 7/10/2018
You can use a call to the crypto compare api with this command instead:
=SUM(SUBSTITUTE(SUBSTITUTE(IMPORTDATA("https://min-api.cryptocompare.com/data/price?fsym="&"BTC"&"&tsyms=USD"), "{"&CHAR(34)&"USD"&CHAR(34)&":",""),"}","")+0)
Submitted July 13, 2018 at 09:20PM by tookdrums https://ift.tt/2L7gNAR
Comments
Post a Comment