Results 3 comments of Project-42

**What about this creating the variables from the column A?** ``` // Set Rates sheet Titles ssRates.getRange('A1').setValue("Currency ID"); ssRates.getRange('B1').setValue("Currency Name"); ssRates.getRange('C1').setValue("Symbol"); ssRates.getRange('D1').setValue("Price GBP"); ssRates.getRange('E1').setValue("Change 1h"); ssRates.getRange('F1').setValue("Change 24h"); ssRates.getRange('G1').setValue("Change 7d"); ssRates.getRange('H1').setValue("Market...

Hi, Hope this can help. I tried in the past using ImportJSON from this API: https://min-api.cryptocompare.com/data/histoday?aggregate=1&e=CCCAGG&fsym=ETH&limit=31&tsym=GBP But was not able to make it work correctly. Im sure you can find...

Any progress? l really looking forward to make this plugin works