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

question

Upvotes
Accepted
5 0 1 2

Is there a Eikon API to pull vessel tracking data from the interactive map?

I am looking to pull vessel information from interactive map through API? Is this possible?

eikon-data-api#productapi#contentvessel
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
14.4k 30 5 10

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

1683621837547.png

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.

1683621731291.png



1683621837547.png (9.6 KiB)
1683621731291.png (92.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
5 0 1 2

How would this be done?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.