Skip to main content

port_volume

Get average dwelling times and TEU volumes from the top ports.

Parameters

start_date: Union[date, str]

Start date of the data, in YYYY-MM-DD format.

Optional: True


end_date: Union[date, str]

End date of the data, in YYYY-MM-DD format.

Optional: True


Returns

results: list[PortVolume]

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

date: Union[date, str]

The date of the data.

port_code: str

Port code.

port_name: str

Port name.

country: str

Country where the port is located.