Export Destinations
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
ExportDestinations | ExportDestinationsQueryParams | ExportDestinationsData |
Import Statement
from openbb_core.provider.standard_models.export_destinations import (
ExportDestinationsData,
ExportDestinationsQueryParams,
)
Parameters
- standard
- econdb
Name | Type | Description | Default | Optional |
---|---|---|---|---|
country | Union[str, List[str]] | The country to get data. Multiple items allowed for provider(s): econdb. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
country | Union[str, List[str]] | The country to get data. Multiple items allowed for provider(s): econdb. | False |
Data
- standard
- econdb
Name | Type | Description |
---|---|---|
origin_country | str | The country of origin. |
destination_country | str | The destination country. |
value | Union[float, int] | The value of the export. |
Name | Type | Description |
---|---|---|
origin_country | str | The country of origin. |
destination_country | str | The destination country. |
value | Union[float, int] | The value of the export. |
units | str | The units of measurement for the value. |
title | str | The title of the data. |
footnote | str | The footnote for the data. |