I'm looking for some kind of API service (like blockr.io) that will return the price of BTC (for any exchange, but preferably Bitstamp or something) at a point in the past.
So I could do something like:
http://some.api.com/get_price?date=[timestamp]
and it would return the price as it was on that timestamp. All the API's that I've been able to find will only return the current price.