I am looking to pull vessel information from interactive map through API? Is this possible?
Hi @richard.willingham01 ,
As far as I know, this is not possitble using the Eikon Data API.
However, If you know the vessel name, you can use it to query data, for example,
df, err = ek.get_data('9648714', [ 'TR.AssetName', 'TR.AssetStatus', 'TR.AssetType'])df
You can use Code Creator (CODECR) in Eikon Desktop/Refinitiv Workspace to see all available fields. For vessels, all available fields are in the Commodities Physical Assets category.
How would this be done?