Bitcoin Historical Price API/Database

1

I have found many APIs and databases that exist for historical Bitcoin prices but they will only give you data for daily intervals or tick data.

Is there an API / database that exists that will allow a query for data by interval?

Example: Query the last 500 closes for 5 minute intervals or query OHLC data?

Thomas

Posted 2014-10-13T18:47:29.707

Reputation: 11

What do you mean by 'tick data?'Nick ODell 2014-10-13T23:47:24.520

Tick Data as in every single trade on a particular exchange. For example I can get the last 2000 trades from some exchanges, but I don't necessarily want all trades. Just the OHLC information for each time interval. Similar to the data that would be used to build a candle chart.Thomas 2014-10-14T01:41:41.760

No answers