get_option_market_data

Retrieves data of specified option.

Note that the price returned by this function returns the price per contract, not the total price of the option.

Syntax

Fields

Description

symbol(str)

The OCC symbol of option

def get_option_market_data(self, symbol: str):

Returns

Returns a dictionary with the following keys:

Raises