Options

View as MarkdownOpen in Claude

Symbol: String. Specify the underlying symbol of the option.

SecType: String. Specify OPT.

Exchange: String. SMART routing may be specified. May use direct routing such as BOX.

Currency: String. Specify the base currency of the option.

LastTradeDateOrContractMonth: String. Enter the month the contract expires. In the event there are multiple expiries in the same month, exact date must be specified.

Strike: float. Enter the strike price of the derivative.

Right: String. Enter the right, ā€œCā€ for Calls and ā€œPā€ for Puts.

Multiplier: String. Enter the multiplier of the derivative.

symbol = "GOOG"
secType = "OPT"
exchange = "BOX"
currency = "USD"
lastTradeDateOrContractMonth = "20190315"
strike = 1180
right = "C"
multiplier = "100"