Pages:
Author

Topic: MtGox USD depth historic data for your pleasure (Read 8245 times)

sr. member
Activity: 392
Merit: 250
Thanks but no thanks, you reminded me of my worst ordeal  Sad Angry Sad Angry Sad Angry Sad Angry Sad Angry Sad
legendary
Activity: 1708
Merit: 1019
thank you for collecting, preserving and publishing this historical set of data.

Grin
hero member
Activity: 854
Merit: 500
This is a great resource. I'll try to make a Web app using this. :d
donator
Activity: 2772
Merit: 1019
thank you for collecting, preserving and publishing this historical set of data.
legendary
Activity: 1708
Merit: 1019
All data in OP now.
legendary
Activity: 1708
Merit: 1019
As people were asking: I still have current data. Should be more than 99,9% complete for 2012. It is spread over a handful of archives, each decompressing to a gigabytes sized depth data file (as the one in the original post). Handling this is somewhat of a hassle so if you want the files you will have to throw a coin at me. just pm.

Also for 2013, 2014. Please note that until about a month ago all order volumes were rounded to full numbers.

This is how each order data is reduced now (I am aware it would be better to keep the ints instead):
Code:
       def shorten(d):
            d.pop("stamp")
            d.pop("amount_int")
            d.pop("price_int")
            d["price"] = round(float(d["price"]), 6)
            d["amount"] = round(float(d["amount"]), 6)
Also a savetime is added to every downloaded data chunk.


Current rate: 70btm   --> pm
legendary
Activity: 1708
Merit: 1019
Is current data available for download anywhere? How do you collect your data? Any plans to make interactive charts available on http://blockchained.com instead of static ones, or making a public API for the data?
Not publicly. Gox http API. No plans for interactive charts at the moment. No plans for an API either. Sorry.
newbie
Activity: 28
Merit: 0
Is current data available for download anywhere? How do you collect your data? Any plans to make interactive charts available on http://blockchained.com instead of static ones, or making a public API for the data?
legendary
Activity: 1708
Merit: 1019
As people were asking: I still have current data. Should be more than 99,9% complete for 2012. It is spread over a handful of archives, each decompressing to a gigabytes sized depth data file (as the one in the original post). Handling this is somewhat of a hassle so if you want the files you will have to throw a coin at me. just pm.


hey phelix ... when you say current data what'd you mean?
up to date data. I use it to calculate the depth graphs on the bottom of http://blockchained.com

Quote
I've been looking for a historical bid/ask depth after each trade, though I didn't think this was possible unless it was live recorded from MtGox...

I guess using a depth and calculating the trades that take place during that 1000 second window could give you a pretty accurate view of the bid/ask/depth after each individual trade right?
depends on the size of the trade  Wink
full member
Activity: 151
Merit: 100
As people were asking: I still have current data. Should be more than 99,9% complete for 2012. It is spread over a handful of archives, each decompressing to a gigabytes sized depth data file (as the one in the original post). Handling this is somewhat of a hassle so if you want the files you will have to throw a coin at me. just pm.


hey phelix ... when you say current data what'd you mean?

I've been looking for a historical bid/ask depth after each trade, though I didn't think this was possible unless it was live recorded from MtGox...

I guess using a depth and calculating the trades that take place during that 1000 second window could give you a pretty accurate view of the bid/ask/depth after each individual trade right?
legendary
Activity: 1708
Merit: 1019
current rate: 300btm
donator
Activity: 2772
Merit: 1019
thanks, phelix. awesome!
legendary
Activity: 1708
Merit: 1019
current rate: half a coin  Grin
legendary
Activity: 1708
Merit: 1019
As people were asking: I still have current data. Should be more than 99,9% complete for 2012. It is spread over a handful of archives, each decompressing to a gigabytes sized depth data file (as the one in the original post). Handling this is somewhat of a hassle so if you want the files you will have to throw a coin at me. just pm.
legendary
Activity: 2126
Merit: 1001
I probably won't dig through the raw data, the graph you make out of it is great already! :-)
Didn't know your site before, very helpful! Thank you!

One question though:
Would it be possible to separate the graphs into individual images? For example, http://bitcoinx.com/charts/depth_mtgox.png contains all three MtGox orderbook graphs.

Why do I ask? I made myself a html file with several graphs from several places, so I have an overview at a glance. Of course I only have that html on my local computer, refreshing it a few times a day, and won't use it on any webpage or the like.

Thank you,

Ente

sorry but this request is too special. maybe you can crop it in php or js ?

Actually yes, it was pretty simple once I knew what to search for:

Code:

   

Cheers!

Ente
sr. member
Activity: 379
Merit: 250
...
One question though:
Would it be possible to separate the graphs into individual images? For example, http://bitcoinx.com/charts/depth_mtgox.png contains all three MtGox orderbook graphs.
...

Maybe you can take a look at the format of graphs on bitcoin-analytcis.com
probably you'll find it helpful
legendary
Activity: 1708
Merit: 1019
I wonder if there is any way to record the transaction history in a compact format and retain second-by-second granularity.

it should be possible by following the order book ticker. the only problem is if you miss something your data can easily be messed up.
legendary
Activity: 1708
Merit: 1019
I probably won't dig through the raw data, the graph you make out of it is great already! :-)
Didn't know your site before, very helpful! Thank you!

One question though:
Would it be possible to separate the graphs into individual images? For example, http://bitcoinx.com/charts/depth_mtgox.png contains all three MtGox orderbook graphs.

Why do I ask? I made myself a html file with several graphs from several places, so I have an overview at a glance. Of course I only have that html on my local computer, refreshing it a few times a day, and won't use it on any webpage or the like.

Thank you,

Ente

sorry but this request is too special. maybe you can crop it in php or js ?
legendary
Activity: 2126
Merit: 1001
I probably won't dig through the raw data, the graph you make out of it is great already! :-)
Didn't know your site before, very helpful! Thank you!

One question though:
Would it be possible to separate the graphs into individual images? For example, http://bitcoinx.com/charts/depth_mtgox.png contains all three MtGox orderbook graphs.

Why do I ask? I made myself a html file with several graphs from several places, so I have an overview at a glance. Of course I only have that html on my local computer, refreshing it a few times a day, and won't use it on any webpage or the like.

Thank you,

Ente
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
I wonder if there is any way to record the transaction history in a compact format and retain second-by-second granularity.
Pages:
Jump to: