fetch_chain_info
Returns information about the symbol’s options.
Syntax
Fields
Description
symbol(str)
Stock symbol. Cannot use crypto.
def fetch_chain_info(self, symbol: str) -> Dict[str, Any]:
Returns
Returns a dictionary with the following keys and values:
chain_id
: ID of the option chainexp_dates
: List of expiration dates as datetime objectsmultiplier
: Multiplier of the option, usually 100
Raises
- A
NotImplementedError
is raised if the method is not supported.