Skip to main content

export_destinations

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

Parameters

country: Union[str, list[str]]

The country to get data. Multiple items allowed for provider(s): econdb.

Optional: False


Returns

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

origin_country: str

The country of origin.

destination_country: str

The destination country.

value: Union[float, int]

The value of the export.