Etf Countries
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
EtfCountries | EtfCountriesQueryParams | EtfCountriesData |
Import Statement
from openbb_core.provider.standard_models.etf_countries import (
EtfCountriesData,
EtfCountriesQueryParams,
)
Parameters
- standard
- fmp
- tmx
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. (ETF) Multiple items allowed for provider(s): fmp, tmx. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. (ETF) Multiple items allowed for provider(s): fmp, tmx. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. (ETF) Multiple items allowed for provider(s): fmp, tmx. | False | |
use_cache | bool | Whether to use a cached request. All ETF data comes from a single JSON file that is updated daily. To bypass, set to False. If True, the data will be cached for 4 hours. | True | True |
Data
- standard
- fmp
- tmx
Name | Type | Description |
---|---|---|
country | str | The country of the exposure. Corresponding values are normalized percentage points. |
Name | Type | Description |
---|---|---|
country | str | The country of the exposure. Corresponding values are normalized percentage points. |
Name | Type | Description |
---|---|---|
country | str | The country of the exposure. Corresponding values are normalized percentage points. |