Options#

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

Strategy.get_chain(chains[, exchange])

Return the portion of chains that corresponds to a single exchange.

Strategy.get_chains(asset)

Return the option-chain information for asset.

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

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

Strategy.get_strikes(asset[, chains])

Returns a list of strikes for a give underlying asset.

Strategy.get_expiration(chains)

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

Strategy.get_multiplier(chains[, exchange])

Returns option chain for a particular exchange.

Strategy.options_expiry_to_datetime_date(expiry)

Convert an options expiry to datetime.date.

Strategy.get_next_trading_day(date[, exchange])

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