Is there a way to retrieve PORT SEARCH data from Eikon via Python API?

Dear all,

Would it be possible to extract below information via Python API?

1693320508988.png

Best Answer

  • @afernandes Thanks for your question - do you mean something like this:

    import refinitiv.data as rd
    rd.open_session()
    rd.discovery.search(
        view = rd.discovery.Views.VESSEL_PHYSICAL_ASSETS,
        top = 10000,
        filter = "(DestinationPort eq 'Singapore') and (RCSAssetTypeLeaf eq 'Container') and (LocationETA ge 2023-07-28) ",
        select = "RIC, AssetName, RCSAssetTypeLeaf, Latitude, Longitude, OriginPort, DestinationPort, LocationDestination, LocationETA, LocationDraft, HullType",
    )

    1693327437005.png

    I hope this can help.

Answers

  • Thanks.

    Is it possible to get the same clean port name as per PORT SEARCH on Eikon?
    See reference below
    1693494253489.png

  • Hi @afernandes ,

    The moderators
    on this forum are expertise on Refinitiv APIs usage. However, they do not have
    deep expertise in every type of content available through Refinitiv products.
    Such expertise is available through Refinitiv Helpdesk, which can be reached
    via MyRefinitiv and the support team is going to contact you soon to assist with this, you may ask them which field can be used to retrieve the clean port name

    Hope this helps
    and please let me know in case you have any further questions