Hi! I'm trying to obtain a list of all the vessels that are heading to a certain destination/zone.
Is there any way to obtain that kind of RICs lists via Eikon API for Python?
The conditions in this example are:
TR.AssetType (Type): Tankers
TR.AssetSubType (Sub-Type): Oil Tankers
TR.AssetFlowCommodity (Cargo): Refined Products
TR.AssetCleanDirty (Clean Dirty): Clean
TR.AssetDestinationCountry (Destination Country): Argentina
This would be like doing a similar search in the MAP App (Interactive Map), as shown in the image below:
Thanks a lot for your help!