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?

Best Answer

  • raksina.samasiri
    Answer ✓

    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


Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.