Skip to main content

port_volume

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

Examples

from openbb import obb
obb.economy.port_volume(provider='econdb')

Parameters

NameTypeDescriptionDefaultOptional
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue

Returns

OBBject
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

NameTypeDescription
dateUnion[date, str]The date of the data.
port_codestrPort code.
port_namestrPort name.
countrystrCountry where the port is located.