Skip to content

Latest commit

 

History

History
94 lines (48 loc) · 5.76 KB

RealtimeStockPrice.md

File metadata and controls

94 lines (48 loc) · 5.76 KB

RealtimeStockPrice

Properties

Name Type Description
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.  
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