Skip to main content

search

Search mstarpy for matching funds

Source Code: [link]

openbb.funds.search(term: str = "", country: str = "", limit: Any = 10)

Parameters

NameTypeDescriptionDefaultOptional
termstrString that will be searched for. Can be name or isinTrue
fieldlistlist of field who will be displayedNoneTrue
countrystrcountry where the funds is hostedTrue
limitintlength of results to display10True

Returns

TypeDescription
pd.DataFrameDataframe containing matches

Examples

from openbb_terminal.sdk import openbb
openbb.funds.search("Vanguard", "US")