Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

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

eikon-data-apipython#technologypython api
1693320508988.png (45.1 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @afernandes ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvotes
Accepted
10.2k 18 6 9

@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.


1693327437005.png (160.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @jason.ramchandani01

Could you please take a look at the follow up question below?

Upvotes
1 0 0 1

Thanks.

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


1693494253489.png (64.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
14.2k 30 5 10

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.