Skip to main content

CHAINS

Get the complete options chain for a ticker.

Syntax

=OBB.DERIVATIVES.OPTIONS.CHAINS(symbol,[date],[option_type],[moneyness])

Examples

=OBB.DERIVATIVES.OPTIONS.CHAINS("AAPL")
=OBB.DERIVATIVES.OPTIONS.CHAINS("AAPL","2023-01-25")

Parameters

NameTypeDescriptionRequired
symbolTextSymbol to get data for.True
dateTextThe end-of-day date for options chains data.False
option_typeTextThe option type, call or put, 'None' is both (default). Options: call, put.False
moneynessTextReturn only contracts that are in or out of the money, default is 'all'. Parameter is ignored when a date is supplied. Options: otm, itm, all.False