Options#

Options methods are meant for managing options, including getting option chains, greeks and more. You can see a list of them below:

get_chain(chains[, exchange])

Returns option chain for a particular exchange.

get_chains(asset)

Returns option chains.

get_greeks(asset[, asset_price, ...])

Returns the greeks for the option asset at the current bar.

get_strikes(asset[, chains])

Returns a list of strikes for a give underlying asset.

get_expiration(chains)

Returns expiration dates for an option chain for a particular exchange.

get_multiplier(chains[, exchange])

Returns option chain for a particular exchange.

options_expiry_to_datetime_date(date)

Converts an IB Options expiry to datetime.date.

get_next_trading_day(date[, exchange])

Finds the next trading day for the given date and exchange.