LastPrice |
decimal? |
The price of the last trade. |
LastTime |
DateTime? |
The date and time when the last trade occurred. |
LastSize |
decimal? |
The size of the last trade. |
BidPrice |
decimal? |
The price of the top bid order. |
BidSize |
decimal? |
The size of the top bid order. |
BidTime |
DateTime? |
The date and time when the last bid occurred. |
AskPrice |
decimal? |
The price of the top ask order. |
AskSize |
decimal? |
The size of the top ask order. |
AskTime |
DateTime? |
The date and time when the last ask occurred. |
OpenPrice |
decimal? |
The price at the open of the trading day. |
ClosePrice |
decimal? |
The price at the close of the trading day. (IEX only) |
HighPrice |
decimal? |
The high price for the trading day. |
LowPrice |
decimal? |
The low price for the trading day. |
ExchangeVolume |
decimal? |
The number of shares exchanged during the trading day on the exchange. |
MarketVolume |
decimal? |
The number of shares exchanged during the trading day for the whole market. |
UpdatedOn |
DateTime? |
The date and time when the data was last updated. |
EodClosePrice |
decimal? |
The previous trading session's closing price. |
EodCloseDate |
DateTime? |
The date of the previous trading session's closing price. |
NormalMarketHoursLastTime |
DateTime? |
The date and time of the last trade that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions. |
NormalMarketHoursLastPrice |
decimal? |
The price of the last that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions. |
NormalMarketHoursLastSize |
decimal? |
The size of the last trade that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions. |
QualifiedLastPrice |
decimal? |
The price of the last trade that qualifies for last price consideration according to exchange rules on trade conditions. |
QualifiedLastTime |
DateTime? |
The date and time of the last trade that qualifies for last price consideration according to exchange rules on trade conditions. |
QualifiedLastSize |
decimal? |
The size of the last trade that qualifies for last price consideration according to exchange rules on trade conditions. |
Source |
string |
The source of the data. |
ListingVenue |
string |
The listing venue where the trade took place. Available only where source is SIP. Listing Venue Modifiers include: Q – Nasdaq |
SalesConditions |
string |
When applicable, indicates any sales condition modifiers associated with the trade. Sales Condition Modifers include: @ – Regular Sale |
QuoteConditions |
string |
When applicable, indicates any quote condition modifiers associated with the trade. Quote Condition Modifiers include: R – Regular |
MarketCenterCode |
string |
The market center character code. |
IsDarkpool |
bool? |
Whether or not the current trade is from a darkpool or not. |
Security |
RealtimeStockPriceSecurity |
|