last_price |
Float |
The price of the last trade. |
last_time |
DateTime |
The date and time when the last trade occurred. |
last_size |
Float |
The size of the last trade. |
bid_price |
Float |
The price of the top bid order. |
bid_size |
Float |
The size of the top bid order. |
ask_price |
Float |
The price of the top ask order. |
ask_size |
Float |
The size of the top ask order. |
open_price |
Float |
The price at the open of the trading day. |
close_price |
Float |
The price at the close of the trading day. (IEX only) |
high_price |
Float |
The high price for the trading day. |
low_price |
Float |
The low price for the trading day. |
exchange_volume |
Float |
The number of shares exchanged during the trading day on the exchange. |
market_volume |
Float |
The number of shares exchanged during the trading day for the whole market. |
updated_on |
DateTime |
The date and time when the data was last updated. |
source |
String |
The source of the data. |
listing_venue |
String |
The listing venue where the trade took place. Available only where source is SIP. Listing Venue Modifiers include: Q – Nasdaq |
sales_conditions |
String |
When applicable, indicates any sales condition modifiers associated with the trade. Sales Condition Modifers include: @ – Regular Sale |
quote_conditions |
String |
When applicable, indicates any quote condition modifiers associated with the trade. Quote Condition Modifiers include: R – Regular |
market_center_code |
String |
The market center character code. |
is_darkpool |
BOOLEAN |
Whether or not the current trade is from a darkpool or not. |
security |
RealtimeStockPriceSecurity |
|