Author

Topic: Restful service that returns historical price data? (Read 867 times)

newbie
Activity: 26
Merit: 0
This doesn't seem to work at all. I change the timestamp, but it seems to ignore that value and only give m the current price...

At any rate, I made this last weekend since I couldn't find anything else... https://github.com/priestc/HistoricalCryptoPrices
legendary
Activity: 2338
Merit: 1204
The revolution will be digital
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.

I think this is what u r looking for...

https://blockchain.info/tobtc?currency=USD&value=600

p.s. Change the currency code and value as per your requirement.
copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
newbie
Activity: 26
Merit: 0
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.
Jump to: