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.

Hi @richard.willingham01 ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvote
Accepted
14.2k 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.