Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.53 KB

OptionPriceRealtime.md

File metadata and controls

40 lines (24 loc) · 1.53 KB

OptionPriceRealtime

Properties

Name Type Description
last Numeric The price of the last trade  
last_size Integer The size of the last trade  
last_timestamp POSIXlt The time of the last trade  
volume Integer The cumulative volume of this options contract that traded that day.  
ask Numeric The price of the top ask order  
ask_size Integer The size of the top ask order  
ask_timestamp POSIXlt The timestamp of the top ask order  
bid Numeric The price of the top bid order  
bid_size Integer The size of the top bid order  
bid_timestamp POSIXlt The time of the top bid order  
open_interest Integer The total number of this options contract that are still open.  
exercise_style Character The exercise style of the option. ("A" = "American", "E" = "European")  

[Back to Model list] [Back to API list] [Back to README]