Name | Type | Description |
---|---|---|
time | datetime | The timestamp that the `last_price` represents. |
last_price | float | The price of the last trade. |
ask_price | float | The price of the top ask order. |
ask_size | float | The size of the top ask order. |
bid_price | float | The price of the top bid order. |
bid_size | float | The size of the top bid order. |
volume | float | The number of shares exchanged during the trading day on the exchange. |
source | str | The source of the data. |