Dear all,
Would it be possible to extract below information via Python API?
@afernandes Thanks for your question - do you mean something like this:
import refinitiv.data as rdrd.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",)
I hope this can help.
Thanks.
Is it possible to get the same clean port name as per PORT SEARCH on Eikon?See reference below
Hi @afernandes ,
The moderatorson this forum are expertise on Refinitiv APIs usage. However, they do not havedeep expertise in every type of content available through Refinitiv products.Such expertise is available through Refinitiv Helpdesk, which can be reachedvia 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 helpsand please let me know in case you have any further questions