lastPrice |
BigDecimal |
The price of the last trade. |
lastTime |
OffsetDateTime |
The date and time when the last trade occurred. |
lastSize |
BigDecimal |
The size of the last trade. |
bidPrice |
BigDecimal |
The price of the top bid order. |
bidSize |
BigDecimal |
The size of the top bid order. |
bidTime |
OffsetDateTime |
The date and time when the last bid occurred. |
askPrice |
BigDecimal |
The price of the top ask order. |
askSize |
BigDecimal |
The size of the top ask order. |
askTime |
OffsetDateTime |
The date and time when the last ask occurred. |
openPrice |
BigDecimal |
The price at the open of the trading day. |
closePrice |
BigDecimal |
The price at the close of the trading day. (IEX only) |
highPrice |
BigDecimal |
The high price for the trading day. |
lowPrice |
BigDecimal |
The low price for the trading day. |
exchangeVolume |
BigDecimal |
The number of shares exchanged during the trading day on the exchange. |
marketVolume |
BigDecimal |
The number of shares exchanged during the trading day for the whole market. |
updatedOn |
OffsetDateTime |
The date and time when the data was last updated. |
eodClosePrice |
BigDecimal |
The previous trading session's closing price. |
eodCloseDate |
LocalDate |
The date of the previous trading session's closing price. |
normalMarketHoursLastTime |
OffsetDateTime |
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 |
BigDecimal |
The price of the last that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions. |
normalMarketHoursLastSize |
BigDecimal |
The size of the last trade that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions. |
qualifiedLastPrice |
BigDecimal |
The price of the last trade that qualifies for last price consideration according to exchange rules on trade conditions. |
qualifiedLastTime |
OffsetDateTime |
The date and time of the last trade that qualifies for last price consideration according to exchange rules on trade conditions. |
qualifiedLastSize |
BigDecimal |
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 |
Boolean |
Whether or not the current trade is from a darkpool or not. |
security |
RealtimeStockPriceSecurity |
|