Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 4.56 KB

RealtimeStockPrice.md

File metadata and controls

44 lines (30 loc) · 4.56 KB

RealtimeStockPrice

Properties

Name Type Description
lastPrice Number The price of the last trade.  
lastTime Date The date and time when the last trade occurred.  
lastSize Number The size of the last trade.  
bidPrice Number The price of the top bid order.  
bidSize Number The size of the top bid order.  
askPrice Number The price of the top ask order.  
askSize Number The size of the top ask order.  
openPrice Number The price at the open of the trading day.  
closePrice Number The price at the close of the trading day. (IEX only)  
highPrice Number The high price for the trading day.  
lowPrice Number The low price for the trading day.  
exchangeVolume Number The number of shares exchanged during the trading day on the exchange.  
marketVolume Number The number of shares exchanged during the trading day for the whole market.  
updatedOn Date 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