Here is a zip file with matlab data from November 2014 for the following tickers: AMZN, EBAY, FB, GOOG, INTC, MSFT, MU, PCAR, SMH, VOD for every second of the trading day.
Each file contains a structure called LOB where each field has entries corresponding to one second of the trading day:
Field | Description | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NumberMO | The total count of Buy and Sell market orders during that 100ms of the trading day | ||||||||||||||||||||||||||
VolumeMO | The total volume of Buy and Sell market orders during that 100ms of the trading day | ||||||||||||||||||||||||||
EventTime | time stamp milliseconds from midnight at the start of the 100ms | ||||||||||||||||||||||||||
BuyPrice | The list of limit order buy prices at the start of the 100ms | ||||||||||||||||||||||||||
SellPrice | The list of limit order sell prices at the start of the 100ms | ||||||||||||||||||||||||||
BuyVolume | The list of limit order buy volumes at the start of the 100ms at the corresponding buy prices in the BuyPrice field | ||||||||||||||||||||||||||
SellVolume | The list of limit order sell volumes at the start of the 100ms at the corresponding buy prices in the SellPrice field | ||||||||||||||||||||||||||
MO | The list of market orders: with the following break down column by column:
|