Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 4.56 KB

RealtimeStockPrice.md

File metadata and controls

43 lines (30 loc) · 4.56 KB

RealtimeStockPrice

Properties

Name Type Description
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 str The source of the data.  
listing_venue str The listing venue where the trade took place. Available only where source is SIP. Listing Venue Modifiers include: Q – Nasdaq
sales_conditions str When applicable, indicates any sales condition modifiers associated with the trade. Sales Condition Modifers include: @ – Regular Sale
quote_conditions str When applicable, indicates any quote condition modifiers associated with the trade. Quote Condition Modifiers include: R – Regular
market_center_code str The market center character code.  
is_darkpool bool Whether or not the current trade is from a darkpool or not.  
security RealtimeStockPriceSecurity