Martime Shipping Data

Hello,


I am trying to pull data from the PORTS app. Would like to be able to pull all ships that arrived at port for a given date/date range. I just go this data platform recently, so am new to everything. Can anyone point me in the right direction of how I could do this with the API? The manual export limits me to 1500 rows, so automating this pull would be nice.

Best Answer

Answers

  • It seems as though the method provided wouldn't work for me either. Their is no specific vessel I want to look at. I want to see any vessel that comes in and out of a port/specific area. I cannot also iterate through lists of ships because that would cause me to reach the API limit. Is there a way to just get the locations of all ships for a given interval of time? I probably could record which ships came in and out of a certain location using longitude and latitude.

  • Hi @joe.najamy

    PORTS is a native application on Eikon Desktop.

    Eikon Data API(Python) does not have the capability to access data from other apps.

    To use the API, you must have identifiers, fields.

    So it is not possible to search the vessel base on your question on the API.

  • Could there be another way to get this information? Is there another API method that is not python that can handle this?


    In the PORTS app you are able to specify the port and see what vessels arrived on what dates. Would really like to pull that information with some script. It is especially so when the UI is limited to 1500 rows. It is a real bummer to try and break things manually into separate searches and export.

  • Hi @joe.najamy

    Your search is handling by the backend for the PORTS native Eikon application.

    And the PORTS app does not provide any public API to retrieve the data.

    So the answer is no.