I am looking to pull vessel information from interactive map through API? Is this possible?
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
I am looking to pull vessel information from interactive map through API? Is this possible?
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.