The most recent content from our members.
I am trying to compile a list of all vessels that have left a list of ports. I have checked the 'PORTS' app. This works well but doesn't have origin port or commodity as columns in the result. I would like to pull this in Python too if that's easier. I have a list of 17 berths. I am trying to figure out how to generate a…
I would like to return a dataframe with all the vessel arrivals historically that have entered a given port. The PORTS app does this but is manual and only allows for 15,000 data points to be extracted.
I am trying to find all the possible column headers for a script but there doesn't seem to be any help finding what are the possible filters. Using Codebook and taking one of their examples on shipping and want to return a different set of columns on the dataframe but within codebook examples-> 06 - > Shipping, you find…
When screening vessels in batch, some vessels are missing case reference when the result returns. However, the case is created. This also happens when there is only one vessel in the batch. For example, then vessel "FINESSE NEW YORK" IMO: 907205 is never returned with caseId and caseSystemId. Why does this happen?
I am looking to pull vessel information from interactive map through API? Is this possible?
Hi, I have a list of vessels for which I have the IMO numbers (more than 20,000 vessels) and I would like to get the RICs for these vessels. There seems to be no data item for Vessel RIC and hence Eikon Get Data functionality wont be helpful. RDP search for Vessel Physical assets can be one option but I am not sure how to…
Using Eikon Python Data API, is there a way I can programmatically calculate how many vessels (above 5000 GT) arrive to a specific port (for example Singapore) per day? Thanks in advance.
Hi, I tried to use the code below to get the vessels that go through china but I get the following error AttributeError: 'NoneType' object has no attribute '_get_endpoint_config' This is my code below import refinitiv.dataplatform as rdp #from refinitiv.data.content import search df = rdp.search( view =…
I have Eikon Commodities product, and am struggling with two issues: * Certain fields only populate on the earliest DateTime. * When I add certain RICS, I get an error message and the Tuple only returns a one row dataframe , in the example below I added the field “TR.AssetDestinationPortCountry” which triggered the error.…
Hi, I am looking to extract all the possible data of vessels (filtered by trade flows - only carrying LNG) from the interactive map using Python. Is anybody able to suggest the best way to do this? I would be eternally grateful!
It looks like you're new here. Sign in or register to get started.