9
2
I need to find what the Bitcoin-Mt. Gox USD price was at certain historic dates and times (exact timestamp).
Is there a website where I can input a specific historic date+time, and get the rate for that time?
I believe that Bitcoin Chart's API might do the trick ... but I'm asking about a website with a UX, not an API.
@StephenGornick Why is that spreadsheet discontinued? – Steven Roose – 2013-06-22T22:14:27.423
Do you need granularity finer than once a day?
The daily data is available here: https://docs.google.com/spreadsheet/ccc?key=0AmcTCtjBoRWUdHJuUE1mUkFxa3A0eHBDQkxZLVVFZmc
Because Google docs spreadsheet data can be queried as an API, a javascript front end that queries a specific day could be easily created.
@StephenGornick - I do. I need a specific timestamp in a specific day (GMT). – ripper234 – 2012-08-02T00:42:57.230