Skip to main content

Index Search


Implementation details

Class names

Model nameParameters classData class
IndexSearchIndexSearchQueryParamsIndexSearchData

Import Statement

from openbb_core.provider.standard_models.index_search import (
IndexSearchData,
IndexSearchQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
querystrSearch query.True
is_symbolboolWhether to search by ticker symbol.FalseTrue
providerLiteral['cboe']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'cboe' if there is no default.cboeTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the index.