Skip to main content

export_destinations

Get top export destinations by country from the UN Comtrade International Trade Statistics Database.

Examples

from openbb import obb
obb.economy.export_destinations(provider='econdb', country='us')

Parameters

NameTypeDescriptionDefaultOptional
countryUnion[str, List[str]]The country to get data. Multiple items allowed for provider(s): econdb.False

Returns

OBBject
results : List[ExportDestinations]
Serializable results.

provider : Optional[Literal['econdb']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
origin_countrystrThe country of origin.
destination_countrystrThe destination country.
valueUnion[float, int]The value of the export.