Author

Topic: Calling to past MTgox prices. Puting timestamps to trading price (Read 1108 times)

member
Activity: 102
Merit: 10
perfect thanks
sr. member
Activity: 476
Merit: 250
Tangible Cryptography LLC
I’m looking to put together a little PHP script that can go back review transactions and tell you what the trading price in USD was at the time of that transaction.
Are there any websites out there that record this kind of data I can call too?
Or do I need to set up a script that records the last price websocket on MTGox and record that data?

Possible?


You can get the raw data from http://bitcoincharts.com API.  It records one record per trade (not per second) so if you just want the aggregate per second you will need to do some summarizing.  
member
Activity: 102
Merit: 10
I’m looking to put together a little PHP script that can go back review transactions and tell you what the trading price in USD was at the time of that transaction.
Are there any websites out there that record this kind of data I can call too?
Or do I need to set up a script that records the last price websocket on MTGox and record that data?

Possible?
Jump to: