load
Search mstarpy for matching funds
Source Code: [link]
openbb.funds.load(term: str = "", country: str = "US")
Parameters
Name | Type | Description | Default | Optional |
---|---|---|---|---|
term | str | String that will be searched for. Can be name or isin | True | |
country | str | country where the funds is hosted | US | True |
Returns
Type | Description |
---|---|
mstarpy.Funds | class mstarpy.Funds instantiated with selected funds |
Examples
from openbb_terminal.sdk import openbb
f = openbb.funds.load("Vanguard", "US")