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:

Raises