Skip to main content

load

Search mstarpy for matching funds

Source Code: [link]

openbb.funds.load(term: str = "", country: str = "US")

Parameters

NameTypeDescriptionDefaultOptional
termstrString that will be searched for. Can be name or isinTrue
countrystrcountry where the funds is hostedUSTrue

Returns

TypeDescription
mstarpy.Fundsclass mstarpy.Funds instantiated with selected funds

Examples

from openbb_terminal.sdk import openbb
f = openbb.funds.load("Vanguard", "US")