Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.62 KB

File metadata and controls

28 lines (17 loc) · 1.62 KB

OptionMover

Properties

Name Type Description
code str The unique options contract, in a format combining ticker symbol, expiration, strike, and put or call. Example - AAPL__260101P00123500. The ticker symbol is right padded by underscores to 6 characters. Following that is the 2 digit year, 2 digit month, and 2 digit day, then a P for put or C for call. The last section is the strike. The first 5 digits are the whole number portion, left padded by zeros. The last 3 digits are the decimal portion, right padded by zeros.  
ticker str The ticker symbol of the underlying security for the options contract.  
last_price float The most recent trade price of the options contract.  
last_close_price float The closing price of the options contract from the previous trading session.  
change float The absolute dollar change in the contract's price from the previous close to the last price.  
percent_change float The percentage change in the contract's price from the previous close to the last price, expressed as a decimal (e.g., 0.12 for 12%).  
volume int The total trading volume for this options contract during the current session.  
open_interest int The total number of outstanding contracts for this option that have not yet been closed or exercised.  
last_close_date date The date of the previous trading session's close for this contract.