Post
Topic
Board Service Discussion
Re: Getting mtgox values into google spreadsheets
by
John (John K.)
on 17/07/2012, 08:08:25 UTC
I use bitcoincharts with the function:

Code:
=Index(ImportHTML("http://bitcoincharts.com/"&"?workaround="&INT(NOW()*1E3)&REPT(GoogleFinance("GOOG");0),"table",4),2,2)

That'll cause the newest price to be downloaded, and be refreshed damn fast.  Wink