Skip to main content

unusual

Get the complete options chain for a ticker.

Examples

from openbb import obb
obb.derivatives.options.unusual(symbol='TSLA', provider='intrinio')
# Use the 'symbol' parameter to get the most recent activity for a specific symbol.
obb.derivatives.options.unusual(symbol='TSLA', provider='intrinio')

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for. (the underlying symbol)NoneTrue

Returns

OBBject
results : List[OptionsUnusual]
Serializable results.

provider : Optional[Literal['intrinio']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
underlying_symbolstrSymbol representing the entity requested in the data. (the underlying symbol)
contract_symbolstrContract symbol for the option.