Skip to main content

search_index

Search indices by keyword. [Source: FinanceDatabase]

Source Code: [link]

openbb.economy.search_index(keyword: list, limit: int = 10)

Parameters

NameTypeDescriptionDefaultOptional
keywordlistThe keyword you wish to search for. This can include spaces.NoneFalse
limitintThe amount of views you want to show, by default this is set to 10.10True

Returns

TypeDescription
pd.DataframeDataframe with the available options.