indrasweb
indrasweb
I would also like to know this. It seems likely that the data is not stored chronologically though which is a pain.
So I wrote this yesterday to wrap around the existing API. It works, but it is such a hack which feels dangerous. I could probably make it nicer and upstream...
Sorry what I wrote above turns out to be junk. The following seems to work quite well but will still drop some messages during initialization. ```python def get_book(market_name): """ Get...