Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

OptionPriceRealtime.md

File metadata and controls

31 lines (20 loc) · 1.15 KB

Intrinio::OptionPriceRealtime

Properties

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