Skip to main content

chokepoint_volume

Daily transit calls and estimates of transit trade volumes for shipping lane chokepoints around the world.

Examples

from openbb import obb
obb.economy.shipping.chokepoint_volume(provider='imf')
obb.economy.shipping.chokepoint_volume(provider='imf', chokepoint=suez_canal,panama_canal)

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[MaritimeChokePointVolume]

Serializable results.


provider: Optional[Literal['imf']]

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.