Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 1.21 KB

IntradayStockPrice.md

File metadata and controls

49 lines (23 loc) · 1.21 KB

IntradayStockPrice

Properties

Name Type Description
time OffsetDateTime The timestamp that the `last_price` represents.  
lastPrice BigDecimal The price of the last trade.  
askPrice BigDecimal The price of the top ask order.  
askSize BigDecimal The size of the top ask order.  
bidPrice BigDecimal The price of the top bid order.  
bidSize BigDecimal The size of the top bid order.  
volume BigDecimal The number of shares exchanged during the trading day on the exchange.  
source String The source of the data.